Skip to content

Replace Ljava/nio/file/Paths; use? #184

Open
@Shabinder

Description

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Replace Ljava/nio/file/Paths; use? · Issue #184 · mpatric/mp3agic