You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I've tried
Running with classpath("com.android.tools.build:gradle:7.2.2|7.3.1") with kotlinVersion = '1.6.20' returning error:
Duplicate class com.google.android.gms.internal.measurement.zzdu found in modules jetified-firebase-analytics-impl-16.1.1-runtime (com.google.firebase:firebase-analytics-impl:16.1.1) and jetified-play-services-measurement-sdk-api-21.6.1-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.6.1)
Duplicate class com.google.android.gms.internal.measurement.zzdv found in modules jetified-firebase-analytics-impl-16.1.1-runtime (com.google.firebase:firebase-analytics-impl:16.1.1) and jetified-play-services-measurement-sdk-api-21.6.1-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.6.1)
...
Manage to get it to build with old config in app/build.gradle
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I needed to upgrade to v19 to fix the ios crashing issue in ios 17.2 but upon upgrading android build started to fail.
I'm getting error similar to this #7334 . Looks like it's gradle version compatibility issues but I couldn't get it to work
What I've tried
Running with
classpath("com.android.tools.build:gradle:7.2.2|7.3.1")
withkotlinVersion = '1.6.20'
returning error:Manage to get it to build with old config in app/build.gradle
Beta Was this translation helpful? Give feedback.
All reactions