ionic2 - Execution failed for task ':processDebugManifest'

后端 未结 2 2018
慢半拍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!

    0 讨论(0)
  • 2021-01-24 08:26

    That is an issue with the facebook plugin. https://github.com/jeduan/cordova-plugin-facebook4/issues/507

    • For android builds i use the version 1.7.4. (cordova-plugin-facebook4@1.7.4).
    • For ios builds i use the version 1.9.1 (cordova-plugin-facebook4@1.9.1).

    Between builds, i remove the plugins, platforms and resources and re-generate everything.

    0 讨论(0)
提交回复
热议问题