我正在尝试将phonegap应用程序部署到我的Android设备上。命令" phonegap运行android"返回:
phonegap detecting Android SDK environment...
phonegap using the local environment
phonegap compiling Android...
phonegap successfully compiled Android app
但它不会部署到我的设备上。
" adb devices"返回我连接的设备。
甚至" phonegap运行android --device = 12345"或" phonegap运行android --target = 12345" doenst work。
有什么想法吗?