-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
Stuck at Building 59% > :app:mergeDebugResources #17753
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
Fixed it by installing the libraries
|
i am facing same issue |
i was facing same issue i fixed by changing sdk with a lower version |
i am facing same problem, in windows platform. |
On Fedora
if there are error libgcc_s.so.1
|
I got to run above commands it worked for me |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: Linux 4.13
Node: 9.4.0
Yarn: Not Found
npm: 4.6.1
Watchman: Not Found
Xcode: N/A
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.52.0 => 0.52.0
Steps to Reproduce
1.Followed official docs and started react project using
react-native init
2.And tried to run the project on an Android device by
react-native run-android
Expected Behavior
Run the app on connected Android device
Actual Behavior
Build stucked at
> Building 59% > :app:mergeDebugResources
This is the log message I'm getting.
followed this github issue and tried to fix it by cleaning the gradle cache using
But still the same error. stucked at 59%
Reproducible Demo
1.Followed official docs and started react project using
react-native init
2.And tried to run the project on an Android device by `react-native run-android
Followed Official docs to create a react native app using native code
The text was updated successfully, but these errors were encountered: