I am getting an error with logcat
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.common.api.Api$zzf"
Below error with build process
D8: Type com.google.android.gms.common.internal.safeparcel.zzd was not found, it is required for default or static interface methods desugaring of void com.google.android.gms.location.GeofencingRequest.writeToParcel(android.os.Parcel, int)
build.gradle
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 19
compileSdkVersion = 28
targetSdkVersion = 28
supportLibVersion = "28.0.0"
googlePlayServicesVersion = "11.0.0"
firebaseVersion="11.0.0"
}
Same issue here. App is crashing on start.
+1
+1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
Fixed in 2.0.3. You can easily migrate using the instructions in our changelog file
Follow our updated installation guide in order to fix this issue installation guide
Most helpful comment
+1