Skip to content

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

@Shabinder

Description

@Shabinder

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)

Metadata

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