Here is the error that I am facing while using chaquopy with android studio
Whenever I try to build apk, then it opens values.xml and points to a line
Error is on line 105 :
<declare-styleable name="ColorStateListItem"> <!-- Base color for this state. --> <attr name="android:color"/> <!-- Alpha multiplier applied to the base color. --> <attr format="float" name="alpha"/> <attr name="android:alpha"/> <!-- Perceptual luminance applied to the base color. From 0 to 100. --> <attr format="float" name="lStar"/> <attr name="android:lStar"/> </declare-styleable> I am not able to post full values.xml file because of words limit. comment down if you need full file.
Please help me out.
sdkversion:31. The reason is about dependencies version(android.test.ext? I don't remember exactly). I recommand you try version change of dependencies in build.gradle .