cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
264 stars 318 forks source link

Multiple dex files define Lcom/google/gson/JsonSerializer #273

Open vaibhav915 opened 6 years ago

vaibhav915 commented 6 years ago

Hi, I've installed v0.7.0 in my existing project but when trying to build the app, it is throwing below error, What could be possible reason, since I've other plugins too, could it be some conflict with other plugin or some jar. Any help is appretiated

_FAILURE: Build failed with an exception.

FAILURE: Build failed with an exception.

lulumahot commented 5 years ago

I know it's been a long time since you ask for a solution but i put one i found here to help other people who run in this trouble. Just add this to your build.gradle file :

configurations {
    all*.exclude group: 'com.google.code.gson'
}