question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android build failing (cannot find symbol)

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ajaykumar97commented, Oct 16, 2018

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

1reaction
danwoodburycommented, Sep 20, 2018

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found