FATAL Exception in Android #278
Closed
toddmueller
started this conversation in
General
Replies: 1 comment
-
the issue was with a malformed manifest that I was able to resolve. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I set up flavors by following a tutorial, and get this error in either prod or dev builds.
When running on my phone, the screen locks and the app icon is black. This is a basic project i created to test flavors out. Ideas what config could cause this?
√ Built build\app\outputs\flutter-apk\app-dev-debug.apk
E/AndroidRuntime(24653): FATAL EXCEPTION: wmshell.splashworker
E/AndroidRuntime(24653): Process: com.android.systemui, PID: 24653
E/AndroidRuntime(24653): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.draw(android.graphics.Canvas)' on a null object reference
E/AndroidRuntime(24653): at com.android.wm.shell.startingsurface.SplashscreenIconDrawableFactory$AdaptiveForegroundDrawable.draw(go/retraceme 3b752710a63d6e218362ef5cee3fc313950f8c6d0176aea947316a049e89e7f6:6)
E/AndroidRuntime(24653): at com.android.wm.shell.startingsurface.SplashscreenIconDrawableFactory$ImmobileIconDrawable.preDrawIcon(go/retraceme 3b752710a63d6e218362ef5cee3fc313950f8c6d0176aea947316a049e89e7f6:32)
E/AndroidRuntime(24653): at com.android.wm.shell.startingsurface.SplashscreenIconDrawableFactory$ImmobileIconDrawable$$ExternalSyntheticLambda0.run(go/retraceme 3b752710a63d6e218362ef5cee3fc313950f8c6d0176aea947316a049e89e7f6:12)
E/AndroidRuntime(24653): at android.os.Handler.handleCallback(Handler.java:959)
E/AndroidRuntime(24653): at android.os.Handler.dispatchMessage(Handler.java:100)
E/AndroidRuntime(24653): at android.os.Looper.loopOnce(Looper.java:232)
E/AndroidRuntime(24653): at android.os.Looper.loop(Looper.java:317)
E/AndroidRuntime(24653): at android.os.HandlerThread.run(HandlerThread.java:85)
I/om.example.dev(24862): Compiler allocated 4666KB to compile void android.view.ViewRootImpl.performTraversals()
Beta Was this translation helpful? Give feedback.
All reactions