DrMoriarty / godot-firebase-analytics

Firebase Analytics plugin for Godot engine
17 stars 5 forks source link

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable #19

Open leandrodreamer opened 1 year ago

leandrodreamer commented 1 year ago

i get this error only when this plugin and admob (https://github.com/Shin-NiL/Godot-Android-Admob-Plugin) are enablend at the same time, im not sure if it is a problem on my proyect, on this plugin or on admob but havent found any way to fix it imagen

note: it exports well if i disable either one

dpensky commented 1 year ago

Both are using different versions of the same google sdk (measurements 17.5.0 and 20.1.2) You can manually change one of them so they use the same versions and recompile the plugin Or find an old plugin version which is using newer sdk version

leandrodreamer commented 1 year ago

Both are using different versions of the same google sdk (measurements 17.5.0 and 20.1.2) You can manually change one of them so they use the same versions and recompile the plugin Or find an old plugin version which is using newer sdk version

found a folk of this repo that is updated to 20.1.2 https://github.com/DrMoriarty/godot-firebase-analytics/commit/75af5a6d20f7d37d4fe0d668fa00ace3a0e0ba61 now i just have to figure out how to compile it :b