-
Notifications
You must be signed in to change notification settings - Fork 112
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
Demo app not working #139
Comments
I've just pushed a commit to master. I suggest you re-clone the demo repo and start from scratch. What device and OS are you installing this on? |
Hi, |
Execute the following task:
Capture all the output and paste into a text file. Attach the file here. |
Please find the attached output |
Have you made any modifications to the code after cloning this repo? |
|
I am trying it on both simulator and real device. |
|
Do not modify the code. Remove those changes! If there’s an error, send that to me. |
I just generated a fresh new HelloWorld app.
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
} else {
implementation jscFlavor
}
} As for your error "Could not move temporary workspace - Error resolving plugin [id: 'com.facebook.react.settings'] - java.io.UncheckedIOException", this seems to be a Windows issue. See if you can solve your problem (without modifying the demo app code) by following this thread: |
From that thread, the RN folks have acknowledged a Windows issue with Try the solution here. Let me know if it works and I'll downgrade to Gradle 8.6. |
Hi,
When I try to run the app. It is getting crashed on startup. Logcat has the following logs.
Can you please help on this.
Thanks
The text was updated successfully, but these errors were encountered: