Status Update
Comments
qu...@keego.dev <qu...@keego.dev> #2
here is the full error message:
java.lang.NoSuchFieldError: No static field $stable of type I in class Landroidx/compose/foundation/text/KeyboardActions; or its superclasses (declaration of 'androidx.compose.foundation.text.KeyboardActions' appears in /data/app/~~ggrwyg0FaF8w-d1B0cLMgA==/com.example.myapp-SV0HeaEG_BlVBOaRbuFsCw==/base.apk)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:206)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:186)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:107)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:34)
at androidx.compose.runtime.CompositionLocalKt.CompositionLocalProvider(CompositionLocal.kt:228)
at androidx.compose.material3.TextFieldKt.TextField(TextField.kt:186)
java.lang.NoSuchFieldError: No static field $stable of type I in class Landroidx/compose/foundation/text/KeyboardActions; or its superclasses (declaration of 'androidx.compose.foundation.text.KeyboardActions' appears in /data/app/~~ggrwyg0FaF8w-d1B0cLMgA==/com.example.myapp-SV0HeaEG_BlVBOaRbuFsCw==/base.apk)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:206)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:186)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:107)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:34)
at androidx.compose.runtime.CompositionLocalKt.CompositionLocalProvider(CompositionLocal.kt:228)
at androidx.compose.material3.TextFieldKt.TextField(TextField.kt:186)
ha...@google.com <ha...@google.com> #3
Please refer to
Description
implementation platform("androidx.compose:compose-bom:$compose_bom_version")
implementation "androidx.compose.ui:ui"
implementation 'androidx.compose.ui:ui-graphics'
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "androidx.compose.material:material"
implementation "androidx.compose.material:material-icons-core"
implementation "androidx.compose.material:material-icons-extended"
implementation "androidx.compose.material3:material3"
implementation "androidx.compose.material3:material3-window-size-class"
implementation "androidx.compose.animation:animation"
implementation "androidx.compose.foundation:foundation"
implementation "androidx.compose.runtime:runtime"
implementation 'androidx.compose.runtime:runtime-livedata'
```
Build: AI-221.6008.13.2211.9514443, 202301210135,
AI-221.6008.13.2211.9514443, JRE 11.0.15+0-b2043.56-9505619x64 JetBrains s.r.o., OS Windows 10(amd64) v10.0 , screens 2400.0x1350.0, 1920.0x1080.0
AS: Electric Eel | 2022.1.1 Patch 1
Kotlin plugin: 221-1.8.0-release-for-android-studio-AS5591.52
Android Gradle Plugin: 7.3.0
Gradle: 7.5
Gradle JDK: JetBrains Runtime version 17.0.6
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
Source: send_feedback_icon
IMPORTANT: Please read
```