skip to Main Content

I am unable to open React native android app , android build is getting failed (app:compileDebugJavaWithJavac)

I am unable to open React native android app after uninstall tipsi-stripe and @stripe/stripe-react-native library installed , android build is getting failed and showing below errors. Error -1 : import com.reactnativestripesdk.StripeSdkPackage; ^ E:momshare-appandroidappsrcmainjavacommomReminder.java:38: error: cannot find symbol .setSmallIcon(R.drawable.stp_card_form_back) ^ symbol:…

VIEW QUESTION

Uploading android symbols files to crashlytics not working anymore – Flutter

I am trying to upload symbols files to crashlytics using this command: firebase crashlytics:symbols:upload --app="ANDROID_APP_ID" /home/user/debuginfo/testApp/1.2.0+85 But i got this error: i Generating symbols for /home/user/debuginfo/testApp/1.2.0+85 ⚠ An unknown error occurred Error: java command failed with args: -jar,/home/user/.cache/firebase/crashlytics/buildtools/crashlytics-buildtools-2.9.2.jar,-symbolGenerator,breakpad,-symbolFileCacheDir,/tmp/crashlytics-e00e9d25-558c-410a-b516-03fbb119fd2b/nativeSymbols/ANDROID_APP_ID/breakpad,-verbose,-generateNativeSymbols,-unstrippedLibrary,/home/user/debuginfo/testApp/1.2.0+85,-clientName,firebase-cli;crashlytics-buildtools

VIEW QUESTION
Back To Top
Search