0

我是 Android 编程新手。我正在开发一个可穿戴应用程序。到目前为止,我有一个移动和穿戴模块。我想测试的是手持应用程序上的一个按钮会触发一个通知出现在可穿戴设备上。

为了测试它,我有两个物理设备(手表和手机)。我有 LG Watch R 和 Android 移动设备。我在两台设备上都启用了 ADB 调试。我在我的掌上电脑上下载了 Android Wear 应用程序,它与手表同步良好。我有两个设备通过 USB 连接到我的笔记本电脑。

如何测试整个项目?

我必须先运行移动模块然后运行磨损模块吗?我尝试研究 Google 的示例,但它们只解释了连接到穿戴模拟器的手持设备。

任何帮助将不胜感激。

4

1 回答 1

0

It doesn't matter which is loaded on first unless you are debugging. If you're just monitoring Logcat then you can switch between the two devices fairly easily in Android Studio.

You don't need to rebuild each of the separate modules each time either. For example, if you make changes to the handheld module and not the wear module then you only have to build the handheld.

于 2015-03-31T13:26:01.843 回答