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
I am using this with expo kit and now my app isn't building ever since following the instructions on the repo. This is the error i am getting:
AGPBI: {"kind":"error","text":"Program type already present: com.google.android.gms.location.places.zza","sources":[{}],"tool":"D8"}
:app:transformDexArchiveWithExternalLibsDexMergerForDevMinSdkDevKernelDebug FAILED
:app:buildInfoGeneratorDevMinSdkDevKernelDebug
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDevMinSdkDevKernelDebug'.
In app/build.gradle, you add code below. Check package base, places and location if it exist in expo. In my case, i have two package 'com.google.android.gms', module: 'play-services-location' so i just remove one.
Google Play Services issues are gone in the latest beta release FYI. Please get on the latest version to support changes from Google, please see #198 to get started.
I am using this with expo kit and now my app isn't building ever since following the instructions on the repo. This is the error i am getting:
AGPBI: {"kind":"error","text":"Program type already present: com.google.android.gms.location.places.zza","sources":[{}],"tool":"D8"}
:app:transformDexArchiveWithExternalLibsDexMergerForDevMinSdkDevKernelDebug FAILED
:app:buildInfoGeneratorDevMinSdkDevKernelDebug
FAILURE: Build failed with an exception.
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDevMinSdkDevKernelDebug'.
The text was updated successfully, but these errors were encountered: