If I use this Library in Android , I cant support older versions like below Api 26,
bcuz of Failed resolution of: Ljava/nio/file/Paths; As java/nio/file/Paths isnt available below Api 26.
So if possible , can u consider refactoring the library to use another approach? if possible.
detailed error stack trace:
Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/Paths;
at com.mpatric.mp3agic.FileWrapper.<init>(FileWrapper.java:21)
at com.mpatric.mp3agic.Mp3File.<init>(Mp3File.java:57)
at com.mpatric.mp3agic.Mp3File.<init>(Mp3File.java:45)
If I use this Library in Android , I cant support older versions like below Api 26, bcuz of Failed resolution of: Ljava/nio/file/Paths; As java/nio/file/Paths isnt available below Api 26. So if possible , can u consider refactoring the library to use another approach? if possible.
detailed error stack trace: