Multiple dex files define Lorg/apache/cordova/BuildHelper

前端 未结 17 1595
梦如初夏
梦如初夏 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 know the the question already answered, but I want to add link to the official release notes:

    https://cordova.apache.org/news/2017/11/10/plugins-release.html

    In our last plugins release, we deprecated cordova-plugin-compat since it got integrated into cordova-android@6.3.0. So for this release cycle, we have removed the dependency from plugins that were relying on it and gave the plugins a major version jump. The follow plugins have dropped cordova-plugin-compat: cordova-plugin-camera, cordova-plugin-contacts, cordova-plugin-file, cordova-plugin-geolocation, cordova-plugin-media, and cordova-plugin-media-capture.

    So, make sure you update all listed plugins to the version posted in release notes.

提交回复
热议问题