简体   繁体   中英

Android device mirrored PC

I would like to know if there is any possibility to mirror my android device in real time using android studio? Or anything else that may be used just with an usb or hdmi cable with no required registration? I tried a couple of little software apps so far but there is a delay consinsting in more than 10 seconds until the action is mirrored on the pc. Thank you in advance.

I am using Vysor which doesn't need registration, but free version limits the resolution, so it may not be optimal for certain purposes

Edit, I just discovered scrcpy which seems to work way better and even supports copy-pasting from PC to device

You can try AllCast. http://www.omgchrome.com/cast-android-mirror-chrome-desktop-pc/

or may be, you can first record your screen and play it back later by using adb shell screenrecord /sdcard/demo.mp4 and pull the file back using adb pull /sdcard/demo.mp4

Now you can do it directly with Android Studio https://developer.android.com/studio/preview/features#device-mirroring

Now this feature is available in Android Studio Electric Eel Yay!

Preference > Experimental > Device Mirroring

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM