jaudiotagger-android icon indicating copy to clipboard operation
jaudiotagger-android copied to clipboard

Cant use on Api level low than 26

Open Shabinder opened this issue 4 years ago • 0 comments

This Jaudiotagger library changes all incompatible parts with compatible API calls, which can compile and run on Android API level 14 and above.

java.lang.NoSuchMethodError: No virtual method flip()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-oj.jar) at com.mp3.jaudiotagger.tag.id3.AbstractID3v2Tag.getV2TagSizeIfExists(AbstractID3v2Tag.java:1193)

Shabinder avatar Apr 19 '21 08:04 Shabinder