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

相关推荐
YB13759 小时前
jetpack compose 副作用 SideEffect
android·kotlin
CHB11 小时前
uni-app x 蒸汽模式 性能测试基准报告 Benchmark【Android版】
android·ios·uni-app
带娃的IT创业者12 小时前
拆掉那堵墙:LibrePods 如何让 AirPods 在 Android 上重获新生
android·开源项目·airpods·librepods·生态解锁
古法安卓13 小时前
Android-DeviceStorageMonitorService 流程分析
java·面试·android studio
_阿南_13 小时前
flutter 展示的字体突然奔放了
android·flutter·ios
文人sec16 小时前
MySQL事务与索引做了什么?
android·笔记·mysql
刘洋浪子17 小时前
AndroidStudio保存日志菜单
android
朱涛的自习室17 小时前
从 Prompt 到 Graph:AI 工程的进化史
android·前端·人工智能
2501_9327502618 小时前
Android 中 Serializable 与 Parcelable 的对比与选择
android
FungLeo19 小时前
Flutter 两个反直觉布局坑:ListTile 水波纹 / VerticalDivider 踩坑实录
android·flutter