Problem connecting the library to Android Studio

43 Views Asked by At

This is my first time using libraries and I decided to try them on creating calendars. I have included the library implementation("com.emc.thye:VerticalCalendar:1.0.4")in build.gradle.kts(Module:app)enter image description here

But when I try to create it in xml layout the error occurs enter image description here

I also noticed that when I launch the application, a lot of errors appear. enter image description here

Here is the library I decided to use: https://github.com/emcthye/VerticalCalendar?tab=readme-ov-file

I tried to include other libraries, they all give almost similar errors

0

There are 0 best solutions below