sh1r0 / caffe-android-demo

An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification
https://github.com/sh1r0/caffe-android-lib
MIT License
255 stars 165 forks source link

jnilibs issue #44

Closed chaituNova closed 7 years ago

chaituNova commented 7 years ago

A month ago, I downloaded your code and was able to sucessfully use it in the android device. Then few days back, I updated the android/gradle version from 2.1.0 to 2.1.2. Then onwards the following error is coming : java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "sigfillset" referenced by "libcaffe.so"...

After that I even re downloaded it and compiled but no success. The android studio version that I am trying is the following. Could you tell me if I am using a higher version. Also, did you create the jnilibs using caffe-android-libs git repo? image

sh1r0 commented 7 years ago

First, please refer to https://github.com/sh1r0/caffe-android-demo/issues/40#issuecomment-256854306. And yes, this project is for demonstrating caffe-android-lib, btw, the prebuilt libs in this project are outdated.

chaituNova commented 7 years ago

Thanks for your reply :) I forgot to check in the closed issues