朋友们,
我开始为 Sony SmartEyeGlass 进行开发,但遇到了一些问题。要测试我正在开发的应用程序,每次都需要从我的设备上卸载 SmartEyeGlass Emulator?还有另一种方法可以做到这一点吗?可以通过 shell 上的 adb 卸载应用程序(不是模拟器)吗?
谢谢
朋友们,
我开始为 Sony SmartEyeGlass 进行开发,但遇到了一些问题。要测试我正在开发的应用程序,每次都需要从我的设备上卸载 SmartEyeGlass Emulator?还有另一种方法可以做到这一点吗?可以通过 shell 上的 adb 卸载应用程序(不是模拟器)吗?
谢谢
您只需设置一次测试环境。确保您已安装所有 3 个必需的应用程序:来自 google play 的 SmartConnect、SmartEyeglass.apk 和 SmartEyeglassEmulator.apk。如此处所述:https ://developer.sony.com/develop/wearables/smarteyeglass-sdk/get-started/#prepare-test-env
之后,您可以像普通的 Android 应用程序一样编译和安装 SmartEyeglass 应用程序。通过从您的 IDE 运行或通过 adb 安装。重新安装和删除也与普通 Android 应用程序相同。您无需重新安装模拟器。
让我们知道,如果您有任何问题。