React-native-notifications: Android Build is Crashing

Created on 1 May 2019  路  5Comments  路  Source: wix/react-native-notifications

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"
}

馃彋 stale

Most helpful comment

+1

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings