Multiple dex files define Lorg/apache/cordova/BuildHelper

前端 未结 17 1582
梦如初夏
梦如初夏 2020-11-29 01:57

I\'m in trouble since yesterday. In my internship I faced the following build error, but I couldn\'t understand why :

$ cordova build android

[...]

FAILURE         


        
17条回答
  •  隐瞒了意图╮
    2020-11-29 02:31

    I have remove the Compat plugin after the update the dependency of other plugins; like Camera to the new version and it's work. Example: cordova plugin rm cordova-plugin-camera --save cordova plugin add cordova-plugin-camera@latest --save Post the new plugin addition the old version 2.3.0 was replaced with 4.0.2 for Camera plugin.

    after this step. I have simply remove the plugin "Compat" cordova plugin rm cordova-plugin-compat --force

提交回复
热议问题