Multiple dex files define Lorg/apache/cordova/BuildHelper

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

    i had the same error, and i didn't have compat plugin in my plugins, i just run that code, then i built, it worked fine

    $ cordova platform remove android && cordova platform add android@6.2.3
    

提交回复
热议问题