ReallySmallSoftware / cordova-plugin-firestore

A Google Firebase Firestore plugin to enable realtime synchronisation between app and cloud and automatically handle limited connectivity.
Other
22 stars 10 forks source link

Error on build #3

Closed andiamann closed 6 years ago

andiamann commented 6 years ago

Build not working for me, any idea how to resolve?

FAILURE: Build failed with an exception.

What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: java.lang.RuntimeException: >com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

I am using, Ionic with cordova 8 plugins cordova-plugin-firebase-authentication cordova-plugin-googleplus cordova-plugin-admobpro

gabrielpotumati commented 5 years ago

same error, i fixed?

andiamann commented 5 years ago

same error, i fixed?

sometimes after install one plugin you need to remove and add the platform again, in my case I don't record what I did, maybe I upgrade the gradle or added a multiDexEnabled true on build.gradle file or the solution was remove and add the platform, I hope I help a little.

gabrielpotumati commented 5 years ago

tks, helped me to find way