-
Notifications
You must be signed in to change notification settings - Fork 52
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
App Stoped #12
Comments
I will need more informations :
You can also, look in the android log (with adb logcat), to see if there is any stacktrace, when your application is closed. |
Same problem |
Any solution / work around found, I am also facing the same problem. |
Are you using other android dependencies? List them with |
Yes, make the versions all of of play-services identical. To do this, add these dependencies in build.gradle file. |
After installing manually correctly, when run react-native run-android the application closes.
It was done:
rm -Rf node_modules
./gradlew clean
and without any results.
I can not detect the error since I do not see any error in the console, only the android message.
The text was updated successfully, but these errors were encountered: