【发布时间】:2014-11-10 02:24:31
【问题描述】:
我现在正在测试集成了 Phonegap 的新 Meteor 版本 0.9.2。到目前为止一切正常。但我真的不明白如何在我的 android 设备上启动我的应用程序。
手册规定您应该指定meteor run android-device -p <local IP>:<local port>,并且服务器和设备应该连接到同一个本地网络。我在这里使用服务器的ip和端口。但我得到这个错误:
ERROR: Failed to launch application on device: ERROR: Failed to install apk to device: ERROR: Failed to deploy to device, no devices found.
我不确定我应该如何将我的设备链接到服务器。
【问题讨论】:
-
+1。也想知道...