Unable to merge dex Ionic 3

后端 未结 9 2081
面向向阳花
面向向阳花 2021-01-04 11:55

Last time I build successfully but after adding the number of pages I am unable to build, I did search for that error a lot but nothing works for me.For example, add

9条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 12:06

    Copying this answer from this Github issue comment from Trent Gardner, since anything else didn't work for me:

    Fix for the Facebook plugin was to force the Facebook SDK to version 4.25.0.

    cordova plugin add cordova-plugin-platform-replace
    

    Then add to your config.xml

    
      
    
    

    Finally run cordova prepare android

    Works with the latest 1.9.1 version of cordova-facebook-plugin4

提交回复
热议问题