oasisfeng / island

Island for Android
https://play.google.com/store/apps/details?id=com.oasisfeng.island
Apache License 2.0
2.72k stars 203 forks source link

After uninstalling gapps in recovery, island(6.1.2,android 13,set to managed mainland) can't open, The error log is below #443

Open alt323 opened 1 year ago

alt323 commented 1 year ago

Please help, many thanks! msg: java.lang.UnsupportedOperationException: getApplicationInfo not implemented in subclass stacktrace: java.lang.ExceptionInInitializerError at com.oasisfeng.island.analytics.AnalyticsImpl.(SourceFile:61) at com.oasisfeng.island.analytics.Analytics$Companion.(SourceFile:14) at com.oasisfeng.island.analytics.Analytics.(Unknown Source:0) at com.oasisfeng.island.analytics.Analytics.log(SourceFile:1) at com.oasisfeng.island.model.MainViewModel$initializeTabs$1.onTabSelected(SourceFile:123) at com.google.android.material.tabs.TabLayout.selectTab(SourceFile:107) at com.google.android.material.tabs.TabLayout.addTab(SourceFile:100) at com.oasisfeng.island.console.apps.AppListFragment.onCreateView(SourceFile:309) at androidx.fragment.app.Fragment.performCreateView(SourceFile:26) at androidx.fragment.app.FragmentStateManager.createView(SourceFile:214) at androidx.fragment.app.FragmentStateManager.moveToExpectedState(SourceFile:149) at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(SourceFile:1128) at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(SourceFile:82) at androidx.fragment.app.FragmentManagerImpl.execPendingActions(SourceFile:74) at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(SourceFile:65) at androidx.fragment.app.FragmentActivity.onStart(SourceFile:35) at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1552) at android.app.Activity.performStart(Activity.java:8385) at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3680) at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:224) at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:204) at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.java:7977) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860) Caused by: java.lang.UnsupportedOperationException: getApplicationInfo not implemented in subclass at android.content.pm.PackageManager.getApplicationInfo(PackageManager.java:5448) at androidx.activity.ComponentDialog$$ExternalSyntheticApiModelOutline0.m(SourceFile:1) at com.google.firebase.sessions.settings.LocalOverrideSettings.(SourceFile:22) at com.google.firebase.sessions.settings.SessionsSettings.(SourceFile:3) at com.google.firebase.sessions.FirebaseSessions.(SourceFile:33) at com.google.firebase.sessions.FirebaseSessionsRegistrar.getComponents$lambda-0(SourceFile:71) at com.google.firebase.sessions.FirebaseSessionsRegistrar.$r8$lambda$JITndpZCWeA0w9BDlkcI3l22oGY(SourceFile:1) at androidx.compose.ui.graphics.colorspace.Rgb$$ExternalSyntheticLambda1.create(SourceFile:95) at com.google.firebase.tracing.ComponentMonitor$$ExternalSyntheticLambda0.create(SourceFile:18) at com.google.firebase.FirebaseApp$$ExternalSyntheticLambda0.get(SourceFile:25) at com.google.firebase.components.Lazy.get(SourceFile:14) at com.google.firebase.components.ComponentContainer.get(SourceFile:3) at com.google.firebase.components.ComponentContainer.get(SourceFile:1) at androidx.appcompat.widget.TooltipPopup.get(SourceFile:2) at com.google.firebase.components.Component$$ExternalSyntheticLambda0.create(SourceFile:51) at com.google.firebase.tracing.ComponentMonitor$$ExternalSyntheticLambda0.create(SourceFile:18) at com.google.firebase.FirebaseApp$$ExternalSyntheticLambda0.get(SourceFile:25) at com.google.firebase.components.Lazy.get(SourceFile:14) at com.google.firebase.components.ComponentRuntime.doInitializeEagerComponents(SourceFile:52) at com.google.firebase.FirebaseApp.initializeAllApis(SourceFile:148) at com.google.firebase.FirebaseApp.initializeApp(SourceFile:31) at com.google.firebase.FirebaseApp.initializeApp(SourceFile:7) at com.oasisfeng.island.firebase.FirebaseWrapper.(SourceFile:72) ... 31 more