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
When you try to build the necessary libraries (openvino, opentbb and javaapi) in a different environment ( say for example a linux server ) and deploy on android, the libraries are built incorrectly. Also, it might be necessary to change to coco_detection_v1 now
you can solve this issue by changing the build.gradle file of the java api to point to the correct libraries on your linux system
The text was updated successfully, but these errors were encountered:
IndraTheZeus
changed the title
Issue when building in linux and deploying in android for COCO Detection module [SOLVED]
Issue when building in linux and deploying in android for COCO Detection module with coco_detection_v1 [SOLVED]
Jul 24, 2024
IndraTheZeus
changed the title
Issue when building in linux and deploying in android for COCO Detection module with coco_detection_v1 [SOLVED]
java.lang.UnsatisfiedLinkError: Issue when building in linux and deploying in android for COCO Detection module with coco_detection_v1 [SOLVED]
Jul 25, 2024
When you try to build the necessary libraries (openvino, opentbb and javaapi) in a different environment ( say for example a linux server ) and deploy on android, the libraries are built incorrectly. Also, it might be necessary to change to coco_detection_v1 now
you can solve this issue by changing the build.gradle file of the java api to point to the correct libraries on your linux system
Issue discovered by @Kabor42
The text was updated successfully, but these errors were encountered: