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

Crashes occur on older versions. #33

Open
Chung-Chase52 opened this issue Jul 17, 2024 · 8 comments
Open

Crashes occur on older versions. #33

Chung-Chase52 opened this issue Jul 17, 2024 · 8 comments

Comments

@Chung-Chase52
Copy link

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

@skydoves
Copy link
Owner

Hey @Chung-Chase52, which Cloudy version do you use?

@Chung-Chase52
Copy link
Author

Chung-Chase52 commented Jul 17, 2024

@skydoves This is version 0.2.0

@skydoves
Copy link
Owner

@Chung-Chase52 Would you be able to check if this crash happens in another version, such as Android 9 and 10?

@skydoves
Copy link
Owner

skydoves commented Jul 17, 2024

@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.

https://issuetracker.google.com/issues/345514943

@skydoves
Copy link
Owner

Hey @Chung-Chase52, Would you try to build again with the new release 0.2.1?

@OgrVasSiem
Copy link

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.)

@JohnBetohn
Copy link

Hi
Issue still occurs with release 0.2.3 on Android 8 with Compose ui version 1.7.0-beta05.
The same ANR @OgrVasSiem mentioned.

@ervinsae
Copy link

ervinsae commented Dec 11, 2024

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

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

No branches or pull requests

5 participants