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
v0.0.4 Object detector throws java.lang.UnsatisfiedLinkError in Android native init phase. While it works fine with v0.4.3 and below versions, it was detected in v0.0.4 version.
Problematic phone: Samsung SM-J250F
Problematic library version: v0.0.4
Reproduce phase: Object detector init phase only on Samsung SM-J250F device
No implementation found for void org.tensorflow.lite.task.vision.detector.ObjectDetector.deinitJni(long) (tried Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_deinitJni and Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_deinitJni__J)
Uncaught exception thrown by finalizer
java.lang.UnsatisfiedLinkError: No implementation found for void org.tensorflow.lite.task.vision.detector.ObjectDetector.deinitJni(long) (tried Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_deinitJni and Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_deinitJni__J
at org.tensorflow.lite.task.vision.detector.ObjectDetector.deinitJni(Native Method)
at org.tensorflow.lite.task.vision.detector.ObjectDetector.deinit(ObjectDetector.java:545)
at org.tensorflow.lite.task.core.BaseTaskApi.close(BaseTaskApi.java:59)
at org.tensorflow.lite.task.core.BaseTaskApi.finalize(BaseTaskApi.java:78)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:222)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:209)
at java.lang.Thread.run(Thread.java:762)
After code cache collection, code=61KB, data=61KB ```
The text was updated successfully, but these errors were encountered:
v0.0.4 Object detector throws java.lang.UnsatisfiedLinkError in Android native init phase. While it works fine with v0.4.3 and below versions, it was detected in v0.0.4 version.
The text was updated successfully, but these errors were encountered: