-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Crashes occur on older versions. #33
Comments
Hey @Chung-Chase52, which Cloudy version do you use? |
@skydoves This is version 0.2.0 |
@Chung-Chase52 Would you be able to check if this crash happens in another version, such as Android 9 and 10? |
@Chung-Chase52 It seems that there's a bug on the Android graphic layers for the specific Android versions (8 and 9), and it has been fixed on 1.7.0-beta04. I recommend you use the most recent Compose UI version (1.7.0-beta05). However, some people have reported that the same issue still happens in version 1.7.0-beta05. Let's keep watching the issue tracker. |
Hey @Chung-Chase52, Would you try to build again with the new release |
hey, On Android version 8 with Compose UI version 1.7.0, crashes also occur. The blur effect does not have time to load. Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 60. Wait queue head age: 20522.9ms.) |
Hi |
Reason: Input dispatching timed out (Waiting because the touched window's input channel is full. Outbound queue length: 1. Wait queue length: 52.) Happened on Android 8.1 |
Crashes occur when running the Oreo version on the Device Manager.
code
ava.lang.NoSuchMethodError: No virtual method setAmbientShadowColor(I)Z in class Landroid/view/RenderNode; or its super classes (declaration of 'android.view.RenderNode' appears in /system/framework/framework.jar:classes2.dex)
at
The text was updated successfully, but these errors were encountered: