Multiple dex files define Lorg/apache/cordova/BuildHelper

前端 未结 17 1601
梦如初夏
梦如初夏 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:15

    Going to add my 2 cents since none of the solutions work for me. Only thing that worked for me:

    cordova plugin rm cordova-plugin-compat --force
    cordova platform rm android
    cordova platform add android@6.3.0
    

提交回复
热议问题