Skip to content
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

Open
sturmenta opened this issue Jun 24, 2018 · 5 comments
Open

App Stoped #12

sturmenta opened this issue Jun 24, 2018 · 5 comments

Comments

@sturmenta
Copy link

sturmenta commented Jun 24, 2018

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.

@Richou
Copy link
Owner

Richou commented Jun 25, 2018

I will need more informations :

  • Are you running your app on emulator ?
  • The version of your android system
  • The version of play-services-location you are using
  • The version of react-native and react-native-cli you are using

You can also, look in the android log (with adb logcat), to see if there is any stacktrace, when your application is closed.

@Ternowy
Copy link

Ternowy commented Jul 14, 2018

Same problem
Real device
android 5
PSL version 11
RN 55.1

@veeran-dev
Copy link

Any solution / work around found, I am also facing the same problem.

@MateRyze
Copy link

Are you using other android dependencies? List them with ./gradlew app:dependencies in ./android
My app was crashing, because react-native maps used other play-services version.

@jntdst
Copy link

jntdst commented Nov 5, 2018

Yes, make the versions all of of play-services identical. To do this, add these dependencies in build.gradle file.
dependencies { ... compile 'com.google.android.gms:play-services-vision:15.0.1' compile 'com.google.android.gms:play-services-maps:15.0.1' ... }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants