我正在学习如何在Android Studio下开发表盘。我在调试器上遇到了烦人的问题,这使它难以使用。
当我想在调试模式下运行我的脸时,我总是收到此消息:
...
Waiting for application to come online: com.example.wearmodule.test | com.example.wearmodule
Waiting for application to come online: com.example.wearmodule.test | com.example.wearmodule
Waiting for application to come online: com.example.wearmodule.test | com.example.wearmodule
Waiting for application to come online: com.example.wearmodule.test | com.example.wearmodule
Could not connect to remote process. Aborting debug session.
我似乎唯一的选择是首先在运行模式下执行我的操作,然后将调试器附加到进程中。但是,由于屏幕上显示的“确定”按钮显示为灰色,所以我经常无法这样做:
幸运的是,当我可以连接调试器时,它会在几秒钟/分钟后与以下消息保持断开连接:
Disconnecting run session: a new debug session will be established.
但是没有建立其他会话。这使调试过程非常不舒服。
我是否错过了Android Studio的配置?
编辑:可能值得注意的是,即使我只是尝试运行应用程序,我也经常不断收到消息Client not ready yet...
。在这些情况下,我必须重新启动模拟器。每次尝试运行该应用程序都会发生这种情况,这使我浪费了很多时间。