আমরা Default FirebaseApp is not initialized in this process com.example.app. Make sure to call FirebaseApp.initializeApp(Context) first.
আমাদের অ্যান্ড্রয়েড অ্যাপে বার্তাটি সহ কয়েকটি ব্যতিক্রম দেখছি যেখানে আমরা সবেমাত্র ফায়ারবেস রিমোট কনফিগারটি যুক্ত করেছি।
স্ট্যাকের ট্রেসটি নিম্নরূপ:
Fatal Exception: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.example.app. Make sure to call FirebaseApp.initializeApp(Context) first.
at com.google.firebase.FirebaseApp.getInstance(Unknown Source)
at com.google.firebase.remoteconfig.FirebaseRemoteConfig.getInstance(Unknown Source)
at com.example.app.fragments.SomeFragment.updateFooter(SourceFile:295)
at com.example.app.fragments.SomeFragment.onCreateView(SourceFile:205)
at android.support.v4.app.Fragment.performCreateView(SourceFile:2080)
at android.support.v4.app.FragmentManagerImpl.moveToState(SourceFile:1108)
at android.support.v4.app.FragmentManagerImpl.moveToState(SourceFile:1290)
at android.support.v4.app.BackStackRecord.run(SourceFile:801)
at android.support.v4.app.FragmentManagerImpl.execSingleAction(SourceFile:1638)
at android.support.v4.app.BackStackRecord.commitNowAllowingStateLoss(SourceFile:679)
at android.support.v4.app.FragmentPagerAdapter.finishUpdate(SourceFile:143)
at android.support.v4.view.ViewPager.populate(SourceFile:1240)
at android.support.v4.view.ViewPager.populate(SourceFile:1088)
at android.support.v4.view.ViewPager.setAdapter(SourceFile:542)
at com.example.app.SomeActivity.onSomeAsyncCallback(SourceFile:908)
at com.example.app.SomeDataRetriever.onAsyncHttpCompleted(SourceFile:72)
at com.example.app.io.AsyncHttp.onPostExecute(SourceFile:141)
at com.example.app.io.AsyncHttp.onPostExecute(SourceFile:19)
at android.os.AsyncTask.finish(AsyncTask.java:679)
at android.os.AsyncTask.access$500(AsyncTask.java:180)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:696)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:150)
at android.app.ActivityThread.main(ActivityThread.java:5665)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:689)
এটি 9.6.1 সংস্করণ এবং আমরা অন্যান্য ফায়ারবেস উপাদানগুলিও ব্যবহার করছি:
compile 'com.google.firebase:firebase-ads:9.6.1'
compile 'com.google.firebase:firebase-config:9.6.1'
compile 'com.google.firebase:firebase-invites:9.6.1'
compile "com.google.firebase:firebase-messaging:9.6.1"
আমি ডকুমেন্টেশন এবং জাভাদোক থেকে দেখতে পাচ্ছি যে আমাদের ক্ষেত্রে আমাদের কোনও ম্যানুয়াল আরম্ভ করতে হবে না।
বিভিন্ন ডিভাইসে অ্যান্ড্রয়েড 4-6 এ ব্যতিক্রম ঘটে।
সম্পাদনা:
আমি এই প্রশ্নটি একটু মনোযোগ পেতে দেখুন। আমি মনে করি এই ব্যাখ্যাটি আপনার কারও জন্য আকর্ষণীয় হতে পারে: https://firebase.googleblog.com/2016/12/how-does-firebase-initialize-on-android.html