nativescript-admob icon indicating copy to clipboard operation
nativescript-admob copied to clipboard

Conflict while using this plugin with google analytics plugin

Open hakanu opened this issue 8 years ago • 3 comments

Hi,

I've been trying to use this plugin however, my app doesn't build for android. This is the stacktrace: :buildMetadata Exception in thread "main" java.lang.IllegalArgumentException: Class com.google.android.gms.internal.zzk$zza conflict: /Users/path/to/platforms/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-basement/9.0.2/jars/classes.jar and /Users/path/to/platforms/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-ads/7.5.0/jars/classes.jar at com.telerik.metadata.ClassRepo.cacheJarFile(ClassRepo.java:21) at com.telerik.metadata.Builder.build(Builder.java:39) at com.telerik.metadata.Generator.main(Generator.java:44) :buildMetadata FAILED

FAILURE: Build failed with an exception.

This is the other plugin: https://www.npmjs.com/package/nativescript-google-analytics

Any idea is welcome! Thanks.

hakanu avatar Jun 06 '16 12:06 hakanu

as a side note, i guess it's not related to analytics plugin. I removed analytics plugin but it still throws the same error during the building.

hakanu avatar Jun 06 '16 12:06 hakanu

I just changed the gradle include - can you remove the plugin and android platform, and re-add them? Please check that this change is part of your build.

EddyVerbruggen avatar Jun 06 '16 13:06 EddyVerbruggen

Thanks for the fast reply Eddy! I removed the plugin, added again, deleted node_modules and platform/android folders and rebuilt it but still have the same problem :/

I don't have include.gradle btw under my platforms.

hakanu avatar Jun 06 '16 13:06 hakanu