Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android Wear Emulator 上安装了一个应用程序,我可以直接从 Start->MyApp 运行它。但是,当我想用语音命令启动它时,即启动 MyApp,它一直在等待某些东西但没有完成。这可能是什么原因?
当前模拟器的一个限制是它不支持通过键盘进行语音操作,即使文本出现在显示屏上也是如此。您需要通过单击显示屏,然后单击红色 G,然后转到开始菜单并从那里选择应用程序来启动应用程序。你也可以在你的开发机器上使用类似这样的东西快速启动应用程序:
adb shell am start -n com.example.android.test/.TestActivity
手表需要连接到具有互联网连接的手机(设备或模拟器)才能使用语音命令。