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).

相关推荐
小阳睡不醒1 小时前
小白成长之路-部署Zabbix7(二)
android·运维
mmoyula2 小时前
【RK3568 PWM 子系统(SG90)驱动开发详解】
android·linux·驱动开发
你过来啊你5 小时前
Android用户鉴权实现方案深度分析
android·鉴权
kerli7 小时前
Android 嵌套滑动设计思想
android·客户端
恣艺8 小时前
LeetCode 854:相似度为 K 的字符串
android·算法·leetcode
阿华的代码王国9 小时前
【Android】相对布局应用-登录界面
android·xml·java
用户207038619499 小时前
StateFlow与SharedFlow如何取舍?
android
QmDeve9 小时前
原生Android Java调用系统指纹识别方法
android