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
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: