简体   繁体   English

Android Wear 2.0共享屏幕

[英]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. 我试图弄清楚是否可以将LG Style手表的显示内容共享到PC上进行应用程序演示。 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. 您可以参考本教程 ,了解如何投射Android Wear屏幕。 Make sure that you have setup the Android SDK on your machine. 确保已在计算机上设置了Android SDK。 Specifically, you need to be aware where you have setup your Android SDK and Tools and are aware of the adb command. 具体来说,您需要了解在何处设置了Android SDK和工具,并了解了adb命令。

Steps: 脚步:

  1. Enable Developer Options on your Android Wear device. 在Android Wear设备上启用开发者选项。
  2. Enable Debugging over Bluetooth on your Android Phone. 在Android手机上启用通过蓝牙调试。
  3. Enable ADB Debugging on your Android Wear Device. 在Android Wear设备上启用ADB调试。
  4. Fire up a few ADB Commands. 启动一些ADB命令。
  5. Verify that both Android Device and Wear Device appear in the ADB devices. 验证Android设备和Wear设备是否都出现在ADB设备中。
  6. Use any of the ADB Screen Casting Tools 使用任何ADB屏幕投射工具

Hope this helps! 希望这可以帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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