Infeasible
Status Update
Comments
ju...@google.com <ju...@google.com> #2
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
be...@gmail.com <be...@gmail.com> #3
Understood. Apologies. I am satisfied with my care. Issue happened after updating to Meerkat.
Changed all kotlin versions to the same. Problem resolved.
kotlinGradlePlugin = "2.1.0"
kotlinStdlib = "2.1.0"
kotlinStdlibVersion = "2.1.0"
Changed all kotlin versions to the same. Problem resolved.
kotlinGradlePlugin = "2.1.0"
kotlinStdlib = "2.1.0"
kotlinStdlibVersion = "2.1.0"
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
APP WILL NOT COMPILE WHEN IT DID BEFORE MEERKAT.
Firebase Issue.
2025-03-05 10:10:37.664 17518-17518 AndroidRuntime com.berrywing.modulescan E FATAL EXCEPTION: main
Process: com.berrywing.modulescan, PID: 17518
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.berrywing.modulescan/com.berrywing.modulescan.LaunchScreen}: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.berrywing.modulescan. Make sure to call FirebaseApp.initializeApp(Context) first.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4164)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4322)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8934)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.berrywing.modulescan. Make sure to call FirebaseApp.initializeApp(Context) first.
at com.google.firebase.FirebaseApp.getInstance(FirebaseApp.java:179)
at com.google.firebase.iid.FirebaseInstanceId.getInstance(com.google.firebase:firebase-iid@@21.1.0:1)
at com.berrywing.modulescan.data.cData.androidDeviceID(cData.java:2981)
at com.berrywing.modulescan.LaunchScreen.getData(LaunchScreen.java:136)
at com.berrywing.modulescan.LaunchScreen.onCreate(LaunchScreen.java:124)
at android.app.Activity.performCreate(Activity.java:8995)
at android.app.Activity.performCreate(Activity.java:8964)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4146)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4322)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8934)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A. Updated Meerkat
3B. Opened project
3C. Error on run. java.lang.IllegalStateException: Default FirebaseApp is not initialized i
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-243.22562.218.2431.13114758, 202502241915
AS: Meerkat | 2024.3.1
AI-243.22562.218.2431.13114758, JRE 21.0.5+-12932927-b750.29x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 1920x1080 (100%), 1920x1080 (100%)
Android Gradle Plugin: 8.8.1
Gradle: 8.10.2
Gradle JDK: JetBrains Runtime 21.0.5
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```