rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
450 stars 266 forks source link

App Crashes #91

Closed kamaravichow closed 4 years ago

kamaravichow commented 4 years ago

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.aravindchowdary.socialcomponents, PID: 29203 java.lang.RuntimeException: Unable to create application com.aravindchowdary.socialcomponents.Application: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.aravindchowdary.socialcomponents. Make sure to call FirebaseApp.initializeApp(Context) first. at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6114) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1801) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:7025) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408) Caused by: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.aravindchowdary.socialcomponents. Make sure to call FirebaseApp.initializeApp(Context) first. at com.google.firebase.FirebaseApp.getInstance(com.google.firebase:firebase-common@@16.0.4:240) at com.google.firebase.database.FirebaseDatabase.getInstance(com.google.firebase:firebase-database@@16.0.5:67) at com.aravindchowdary.socialcomponents.managers.DatabaseHelper.init(DatabaseHelper.java:78) at com.aravindchowdary.socialcomponents.ApplicationHelper.initDatabaseHelper(ApplicationHelper.java:36) at com.aravindchowdary.socialcomponents.Application.onCreate(Application.java:32) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1127)