-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android app is failing to start #129
Comments
Did you run |
@christocracy |
Same fate. Have cloned this repo. it's running perfectly fine on IOS but doesn't open on android. I can see the below in the cli but it crashes instantly:
|
If you have a crash on Android, the place to look is |
I think i found the issue. Please |
Amazing Chris. super fast support!! its working! |
Cloned the demo and while running the command
npx react-native run-android
and I get the following issue (Even with commandreact-native run-android
)android/local.properties
sdk.dir = /Users/[Username]/Library/Android/sdk
I checked my Gradle Version as well
gradle --version
Gradle 7.4.2
Build time: 2022-03-31 15:25:29 UTC
Revision: 540473b8118064efcc264694cbcaa4b677f61041
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 18.0.1.1 (Homebrew 18.0.1.1+0)
OS: Mac OS X 12.2.1 x86_64
I have Invalidated Cache and restarted several times however the same issue arises.
Please let me know how to go about this.
The text was updated successfully, but these errors were encountered: