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

相关推荐
GitLqr3 小时前
Flutter 无障碍开发实战:玩转 Semantics 解决视障用户使用痛点
android·flutter·dart
雨白7 小时前
掌握 NestedScrolling 嵌套滑动:手写仿知乎折叠主页
android
Xzaveir8 小时前
别把所有“认证”都塞进 AuthService:实名、一键登录与号码身份的领域拆分
android·人工智能
BerrySen1788 小时前
KMP全栈开发:从Android到AI Agent的技术演进与实践
android·人工智能
AFinalStone10 小时前
Android 7系统休眠唤醒(一)电源管理架构全景图
android·powermanager·电源管理
YM52e10 小时前
鸿蒙Flutter Center居中组件:Align对齐详解
android·学习·flutter·华为·harmonyos·鸿蒙
时间的拾荒人11 小时前
MySQL 视图详解
android·数据库·mysql
祉猷并茂,雯华若锦12 小时前
Appium 3.x安卓按键与通知栏操作全指南
android·appium
码农coding12 小时前
android 12 SurfaceFlinger开机启动分析
android
hunterandroid12 小时前
Paging 3 RemoteMediator 实战:构建离线优先的分页列表
android·前端