Cordova - Multiple dex files define (annotation)

后端 未结 5 1062
别那么骄傲
别那么骄傲 2020-12-11 18:59

I\'m working on a project with ionic. After I installed the Facebook Plugin I\'m not able to build the project for android anymore!

The command

ionic         


        
5条回答
  •  独厮守ぢ
    2020-12-11 19:17

    Adding this to project.properties will resolve all of the V4 error instances.

    cordova.system.library.7=com.android.support:appcompat-v7:27.1.0
    

提交回复
热议问题