Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Cannot Compile #66

Closed paulwolt closed 7 months ago

paulwolt commented 7 months ago

Could not find :unspecified:. Required by: project :app > com.pixplicity.sharp:sharp:1.1.3

Dependency loads ok, implementation 'com.pixplicity.sharp:sharp:1.1.3'

references to Sharp in my code are recognized.

Android Studio. New Kotlin project, empty activity. Copied java source folder from your sample. I Googled all day and can't find a solution. Tried GeeksForGeeks sample, same issue.

paulwolt commented 7 months ago

After several hours of upgrading versions of Studio (to Hedgehog), compileSDK (34), core_ktx (1.12.0), compileOptions (Java version 17), and jvmTarget (17), and probably something else I forgot, it works! Android Studio / Gradle version control is a nightmare.