Execution failed for task ':CordovaLib:processDebugResources'. > com.android.ide.common.process.ProcessException: Failed to execute aapt

前端 未结 4 444
后悔当初
后悔当初 2020-12-21 00:44

I am learning how to use Ionic by doing a test application but I have had this problem for two days. I have looked for possible solutions but none has worked for me.

4条回答
  •  清歌不尽
    2020-12-21 01:37

    The way i solved this problem is as below:

    1) npm uninstall cordova ionic

    2) npm install -g cordova@7.0.0 ionic@3.19.0

    3) cordova platform rm android

    4) cordova platform add android

提交回复
热议问题