问题描述:

在ionic 项目中出现编译android 的时候 出现 Cordova failed to install plugin  Error: ENOENT: no such file or directory AndroidManifest.xml

无法编译android apk

 

解决方案:

cordova platform remove android
cordova platform add android@6.4.0

 

相关文章: