Android build failing (cannot find symbol)
See original GitHub issueThe problem
I am getting a huge amount of errors while trying to build my android project after installing this library. on iOS it works seemlessly but for some reason android is having none of it. Ive looked through the other issues and cannot see anything of the same ilk.
i linked via react-native link tipsi-stripe
and got the errors so I went through the manual setup and everything is setup correctly. I have also tried cleaning the project using ./gradlew clean
but with no luck.
Environment
tipsi-stripe
version: 5.6.0- iOS or Android: Android
- React-Native version: 0.56.0
- (Android only)
com.google.firebase:firebase-core
version: 15.0.2 - (Android only)
com.google.android.gms:play-services-base
version: 15.0.0
Links to logs and sources
build-logs android/app/build.gradle
Screenshots, GIFs (Must to have)
Build dosnt get this far
Thanks in advance
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
How to Resolve The Cannot Find Symbol Error in Java - Rollbar
The cannot find symbol error refers to a situation where the Java compiler is unable to find the symbol associated with a given...
Read more >The "Cannot find symbol" Compilation Error - Baeldung
When our code compiles, the compiler needs to verify all the identifiers we have. The error “cannot find symbol” means we're referring to ......
Read more >How do I resolve cannot find symbol ? android studio..
At a guess, you have a missing or extra close curly bracket somewhere just above the first line that the compiler finds an...
Read more >How to fix 'cannot find symbol variable' error in Android studio
Find the reset button in the back and hold it in for 5–10 seconds. After that, turn the router off for 30 seconds,...
Read more >Cannot find symbol CrimeDao - Big Nerd Ranch Forums
The issue was caused because I had “import CrimeDao” at the top of CrimeDatabase.kt. Android Studio prompts to add that, but (with hindsight) ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
adding
implementation 'com.google.android.gms:play-services-base:15.0.1'
implementation 'com.google.android.gms:play-services-wallet:16.0.0'
solved the problem
@TarasDumych i have just added
implementation 'com.stripe:stripe-android:6.1.2'
to my own dependencies and it works fine, obviously still temporary-ish until i can run this package without it, but it enables our project to run through a ci