Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] App not start on Api 28 #5076

Open
Rafael2616 opened this issue Dec 11, 2024 · 1 comment
Open

[BUG] App not start on Api 28 #5076

Rafael2616 opened this issue Dec 11, 2024 · 1 comment
Labels

Comments

@Rafael2616
Copy link
Contributor

Describe the bug

after the commit 1a9982a, the app do not starts anymore, and i was unable to fix :(

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

laucnh app normally

Screenshots

No response

Device information

  • Device: [e.g. Google Pixel 6]
  • OS: [e.g. stock ROM Android version 12.0]
  • App version: [e.g. 12.1.0 Alpha 4]

Additional context

java.lang.ExceptionInInitializerError
                                                                                                    	at com.android.quickstep.SystemUiProxy.<init>(SystemUiProxy.java:203)
                                                                                                    	at com.android.quickstep.SystemUiProxy.$r8$lambda$1jbizU9-15TXKEVnBlsEVuW8Kkk(Unknown Source:2)
                                                                                                    	at com.android.quickstep.SystemUiProxy$$ExternalSyntheticLambda0.get(D8$$SyntheticClass:0)
                                                                                                    	at com.android.launcher3.util.MainThreadInitializedObject.lambda$get$0(MainThreadInitializedObject.java:60)
                                                                                                    	at com.android.launcher3.util.MainThreadInitializedObject.$r8$lambda$icoSB2GSttV1yd5beTvcp2Ed9FU(Unknown Source:0)
                                                                                                    	at com.android.launcher3.util.MainThreadInitializedObject$$ExternalSyntheticLambda1.get(D8$$SyntheticClass:0)
                                                                                                    	at com.android.launcher3.util.TraceHelper.allowIpcs(TraceHelper.java:97)
                                                                                                    	at com.android.launcher3.util.MainThreadInitializedObject.get(MainThreadInitializedObject.java:60)
                                                                                                    	at com.android.launcher3.uioverrides.QuickstepLauncher.onDeviceProfileInitiated(QuickstepLauncher.java:1358)
                                                                                                    	at com.android.launcher3.Launcher.initDeviceProfile(Launcher.java:813)
                                                                                                    	at com.android.launcher3.uioverrides.QuickstepLauncher.initDeviceProfile(QuickstepLauncher.java:693)
                                                                                                    	at com.android.launcher3.Launcher.onCreate(Launcher.java:521)
                                                                                                    	at com.android.launcher3.uioverrides.QuickstepLauncher.onCreate(QuickstepLauncher.java:675)
@Rafael2616 Rafael2616 added the bug label Dec 11, 2024
@validcube
Copy link
Contributor

The code seems fine and check if the Android version is 15 or higher, not sure why it fail but I think it might be related to how the code is compiled, can you try this build? https://github.com/BoringExperiments/lawnchair/actions/runs/12296888833

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants