min sdkCompileSdk 34 problem
laixindev opened this issue · 1 comments
laixindev commented
how to fix it?
And my project is already have meizu_fingerprint.jar. which have duplicate with Flyme_fingerprint.jar in this project....
Any solution about this ? thx
sergeykomlach commented
- The ticket looks like wrongly named, the minSDK for this library is 16 (Aka Jelly Bean)
- Please check the current targetSDK/compileSDK version of your project, it seems like it lower than 34 (recommended version by Google)
- Please, provide a properly oriented screenshot of the error - hard to read and understand what the problem
- If you already use Flyme_fingerprint.jar, you can remove your JAR file OR exclude Meizu package from this library via "exclude" option in Gradle
Tnx