Android Studio新功能-设备镜像Device mirroring-在电脑侧显示手机实时画面并可控制

下载最新的灰测版本-蜥蜴

成功运行到真机后,点击右侧Running Devices选项卡,再点击+号 选中当前设备;

非常丝滑同步,在电脑侧也可以顺畅控制真机

该功能大大方便了我们视线保持在显示器上专注开发,并且便于与UI视觉进行校准与比对。

Device mirroring

You can now mirror your physical device in the Running Devices window in Android Studio. By streaming your device's display directly to Android Studio, you can execute common actions such as starting apps and interacting with them, rotating the screen, folding and unfolding the phone, changing the volume, and more right from the Studio IDE itself.

Device mirroring is always available when there are devices connected to the computer that have USB or wireless debugging enabled. You can start and stop mirroring using the Running Devices window or the Device Manager (View > Tool Windows > Device Manager ). You can also customize when device mirroring is activated in its settings (Settings > Tools > Device Mirroring).

相关推荐
pengyu28 分钟前
系统化掌握Dart网络编程之Dio(二):配置管理篇
android·flutter·dart
Yang-Never1 小时前
Open GL ES ->纹理贴图,顶点坐标和纹理坐标组合到同一个顶点缓冲对象中进行解析
android·java·开发语言·android studio·贴图
a3158238061 小时前
SnapdragonCamera骁龙相机源码解析
android·数码相机·framework·高通
IT乐手1 小时前
adb logcat 写文件乱码的解决方案
android·python
xiaoduyyy2 小时前
【Android】View动画—XML动画、帧动画
android·xml
weixin_454102463 小时前
cordova android12+升级一些配置注意事项
android·前端·cordova
兰亭序咖啡4 小时前
学透Spring Boot — 007. 加载外部配置
android·java·spring boot
8931519604 小时前
Android穿山甲banner广告穿插到项目的banner中
android·android开发·android教程·穿山甲banner广告加入项目
利明的博客5 小时前
mediacodec服务启动时加载media_codecs.xml
android·xml·java
QING6186 小时前
Android 之 Logcat 的使用技巧 —— 新手指南
app·android studio