Cordova android build error

╄→гoц情女王★ 提交于 2019-12-06 04:42:26

Check if "adb devices" command works. If it doesn't work ensure "android-tools-adb" is installed and then run the "adb devices" command. Rerun the build after that.

This happened to me when I upgraded the CLI cordova (via npm) to 3.3.1 but forgot up update my project to the corresponding version. This fixed it for me:

cordova platform update android
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!