You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an older version of Lassi and it worked fine. This last update to update to viewBinding literally broke everything. There are significant changes to more than just that.
First error I can't solve is.
> Task :app:mergeDebugResources FAILED AGPBI: {"kind":"error","text":"Can't determine type for tag '<macro name=\"m3_comp_assist_chip_container_shape\">?attr/shapeAppearanceCornerSmall</macro>'","sources":[{"file":"C:\\Users\\me\\.gradle\\caches\\transforms-3\\5db1a293774c08babef17f35eea56c60\\transformed\\material-1.8.0\\res\\values\\values.xml"}],"tool":"Resource and asset merger"}
2nd issue is when I change JVM to 11 because I can't target JVM 17 in my project I get issues with Cameraview
Here is one example. Tons of cameraview errors.
> Task :lassi:compileDebugJavaWithJavac E:\Projects\Repos\development\lassi\src\main\java\com\lassi\presentation\cameraview\audio\Facing.java:4: error: package android.content does not exist import android.content.Context;
Anyway to not use Cameraview? I don't need a camera, I just wanted to use mediapicker only.
The text was updated successfully, but these errors were encountered:
Finally was able to get it working. OMG. You need to make sure your AGP and Gradle are updated enough, 7.4.2 and 7.3.1 respectively. Match the kotlin version with the module and lower the JVM version in Lassi build Gradle to match your project. I think there might have been other things but Android doesn't make it easy. sigh..
Lassi 1.2.0
Gradle 6.8.3
I had an older version of Lassi and it worked fine. This last update to update to viewBinding literally broke everything. There are significant changes to more than just that.
First error I can't solve is.
> Task :app:mergeDebugResources FAILED AGPBI: {"kind":"error","text":"Can't determine type for tag '<macro name=\"m3_comp_assist_chip_container_shape\">?attr/shapeAppearanceCornerSmall</macro>'","sources":[{"file":"C:\\Users\\me\\.gradle\\caches\\transforms-3\\5db1a293774c08babef17f35eea56c60\\transformed\\material-1.8.0\\res\\values\\values.xml"}],"tool":"Resource and asset merger"}
2nd issue is when I change JVM to 11 because I can't target JVM 17 in my project I get issues with Cameraview
Here is one example. Tons of cameraview errors.
> Task :lassi:compileDebugJavaWithJavac E:\Projects\Repos\development\lassi\src\main\java\com\lassi\presentation\cameraview\audio\Facing.java:4: error: package android.content does not exist import android.content.Context;
Anyway to not use Cameraview? I don't need a camera, I just wanted to use mediapicker only.
The text was updated successfully, but these errors were encountered: