Execution failed for task :processDebugResources [ Cordova / Ionic ]

后端 未结 8 1779
[愿得一人]
[愿得一人] 2020-12-11 11:04

I have created an application with Cordova and Ionic. I received Application build success on iOS.

I am trying to build this application on Android (via cordov

8条回答
  •  独厮守ぢ
    2020-12-11 11:23

    It mainly caused by the in-suitable of the cordova plugin with the current android paltform. Would you pls check your config.xml, and find the android-version, if it is: 7, please try to delete all your platform fold and type:ionic cordova platform add android@6.3

提交回复
热议问题