Android - Build Failing
See original GitHub issueAfter upgrading to version 2.0.0-beta.10, running react-native run-android
is failing.
> Task :react-native-screens:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-screens:compileDebugJavaWithJavac'.
> java.lang.reflect.UndeclaredThrowableException
downgrading to version 2.0.0-beta.4, the error goes away and build is completed successfully.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:13
- Comments:18 (1 by maintainers)
Top Results From Across the Web
Failed to build project with Android studio - Stack Overflow
File->Other Settings->Default Project Structure · Under Project Settings: Project, set Project SDK as Android SDK. · Click Edit button · For Android SDK,...
Read more >Why does a build fail in Android Studio even if I don't ... - Quora
There are several causes for gradle build fail in Android studio. Few reasons might be: * Dependencies added * Importing the project from...
Read more >[FIXED] Android build failures `No matching variant of ... - GitHub
I'd like to share an update on a series of build failures React Native & Expo users have been experiencing when building Android...
Read more >Fix Gradle Build Error in Android Studio | Compilation failed
Tutorial to fix errors encountered while running the android application. This video includes some ways in which you can fix Gradle build ......
Read more >Android Build Fail - Build issue - AppGyver forums
What went wrong: Execution failed for task ':app:mergeReleaseResources'. A failure occurred while executing com.android.build.gradle.internal.
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
Thanks man this worked out for me !!
Disregard - see my next comment below
This might need to be re-opened? I’m hitting the issue with
React Native 0.62.2
andreact-native-screens 2.4.0
. Reverting to2.0.0-alpha.32
resolves the issue.2.4.0
. Reverting back to2.0.0-alpha.32
resolves the problem.