TFLite Support 0.2.1 (Metadata java library only)
This release only targets on fixing a ByteBuffer
incompatibility issue in the TFLite Metadata Java library. The updated metadata library can be found on Maven Central Repository.
Fixes
- On some devices, using TFLite Metadata library throws
NoSuchMethodError
at runtime. The error message looks like: "java.lang.NoSuchMethodError: No virtual method position(I)Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes"