ionic2 - Execution failed for task ':processDebugManifest'

后端 未结 2 2043
慢半拍i
慢半拍i 2021-01-24 07:41

When I ionic cordova build android --release error coming

ios build success already, but android cannot build for me, first time fa

2条回答
  •  日久生厌
    2021-01-24 08:25

    Normally, this error is the cordova plugins problem.

    For my project is the weibosdk plugin problem

    I just remove my weibosdk plugin, and found a new latest plugin add in my project, then build success.

    cordova plugin rm cordova-plugin-weibosdk

    So when you meet this problem, type ionic cordova plugin list to list what you add in your project, then check your plugin which out of date or other problem.

    If you have other advices, please comment in this post. Thanks!

提交回复
热议问题