简体   繁体   中英

Android Wear 2.0 Share Screen

I am trying to figure out if it is possible to share the display of my LG Style watch to a PC for an app demonstration. I haven't been able to find anything online mentioning this. Does anyone know how this might be done?

Thank you

You may refer with this tutorial on how to Cast your Android Wear Screen. Make sure that you have setup the Android SDK on your machine. Specifically, you need to be aware where you have setup your Android SDK and Tools and are aware of the adb command.

Steps:

  1. Enable Developer Options on your Android Wear device.
  2. Enable Debugging over Bluetooth on your Android Phone.
  3. Enable ADB Debugging on your Android Wear Device.
  4. Fire up a few ADB Commands.
  5. Verify that both Android Device and Wear Device appear in the ADB devices.
  6. Use any of the ADB Screen Casting Tools

Hope this helps!

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