You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-08-26 12:33:07.217 10403-10403 AndroidRuntime com.example.plugin E FATAL EXCEPTION: main
Process: com.example.plugin:plugin, PID: 10403
java.lang.RuntimeException: Unable to instantiate application com.example.plugin.application package com.example.plugin: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1478)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1403)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7464)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8705)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
at com.limpoxe.fairy.core.proxy.ProxyUtil.createProxy(ProxyUtil.java:17)
at com.limpoxe.fairy.core.proxy.systemservice.AndroidWidgetToast.installProxy(AndroidWidgetToast.java:34)
at com.limpoxe.fairy.core.PluginLoader.initLoader(PluginLoader.java:66)
at com.example.plugin.application.attachBaseContext(application.kt:32)
at android.app.Application.attach(Application.java:346)
at android.app.Instrumentation.newApplication(Instrumentation.java:1353)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1471)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1403)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7464)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8705)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
The text was updated successfully, but these errors were encountered:
2024-08-26 12:33:07.217 10403-10403 AndroidRuntime com.example.plugin E FATAL EXCEPTION: main
Process: com.example.plugin:plugin, PID: 10403
java.lang.RuntimeException: Unable to instantiate application com.example.plugin.application package com.example.plugin: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1478)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1403)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7464)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8705)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
at com.limpoxe.fairy.core.proxy.ProxyUtil.createProxy(ProxyUtil.java:17)
at com.limpoxe.fairy.core.proxy.systemservice.AndroidWidgetToast.installProxy(AndroidWidgetToast.java:34)
at com.limpoxe.fairy.core.PluginLoader.initLoader(PluginLoader.java:66)
at com.example.plugin.application.attachBaseContext(application.kt:32)
at android.app.Application.attach(Application.java:346)
at android.app.Instrumentation.newApplication(Instrumentation.java:1353)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1471)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1403)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7464)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8705)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
The text was updated successfully, but these errors were encountered: