App Just Opens And Closes After Running From Android Studio On Android Phone
App just opens and closes after running from android studio on android studio. Following warning is also shown : The app gradle file must have a dependency on com.google.firebase:f
Solution 1:
Try using the Firebase
tool within Android Studio. Select the service you want to integrate, and follow the step-by-step instructions.
Solution 2:
Assuming all other setup is correct, the error is self explanatory. You need to add a dependency on Firebase Core in your app gradle file under dependencies:
implementation 'com.google.firebase:firebase-core:16.0.1'
You might also want to check out the link below for any missing steps.
Baca Juga
- Application Crashes Because It Takes Too Much Memory?
- Android Gcm Sometimes App Crashes Because Com.google.android.gms.gcm.gcmlistenerservice Is Rejected From Java.util.concurrent.threadpoolexecutor
- Error On Startup: Android.database.sqlite.sqliteexception: Near ")": Syntax Error: Create Table Table1(id Integer Primary Key, Name Text));
Post a Comment for "App Just Opens And Closes After Running From Android Studio On Android Phone"