compose-samples icon indicating copy to clipboard operation
compose-samples copied to clipboard

[Bug]: JetNews crashed when starting for CircularProgressIndicator

Open MoseDien opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is there a StackOverflow question about this issue?

  • [X] I have searched StackOverflow

Is this an issue related to one of the samples?

  • [X] Yes, this is a specific issue related to this samples repo.

Sample app

JetNews

What happened?

It keeps crash when starting JetNews. The same issue with this https://stackoverflow.com/questions/77877363

Relevant logcat output

01-25 17:16:41.124 11247 11247 E AndroidRuntime: FATAL EXCEPTION: main
01-25 17:16:41.124 11247 11247 E AndroidRuntime: Process: com.example.jetnews, PID: 11247
01-25 17:16:41.124 11247 11247 E AndroidRuntime: java.lang.NoSuchMethodError: No virtual method at(Ljava/lang/Object;I)Landroidx/compose/animation/core/KeyframesSpec$KeyframeEntity; in class Landroidx/compose/animation/core/KeyframesSpec$KeyframesSpecConfig; or its super classes (declaration of 'androidx.compose.animation.core.KeyframesSpec$KeyframesSpecConfig' appears in /data/app/~~R8dkSNtNMuC5ObxAU0i0sg==/com.example.jetnews-nsw2m-N5VrS5p5sJGOOSTw==/base.apk)
01-25 17:16:41.124 11247 11247 E AndroidRuntime: 	at androidx.compose.material3.ProgressIndicatorKt$CircularProgressIndicator$endAngle$1.invoke(ProgressIndicator.kt:371)
01-25 17:16:41.124 11247 11247 E AndroidRuntime: 	at androidx.compose.material3.ProgressIndicatorKt$CircularProgressIndicator$endAngle$1.invoke(ProgressIndicator.kt:369)

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

MoseDien avatar Jan 25 '24 14:01 MoseDien

Please assign me

logicgupta avatar Mar 08 '24 09:03 logicgupta

This issue has been automatically marked as stale because it has not had any recent activity. Please comment here if it is still valid so that we can reprioritize it. Thank you for your contributions.

stale[bot] avatar May 08 '24 04:05 stale[bot]