Ask Your Question

yuv's profile - activity

2020-07-24 10:05:58 -0600 received badge  Notable Question (source)
2017-12-31 09:06:42 -0600 received badge  Popular Question (source)
2015-01-18 22:13:24 -0600 received badge  Supporter (source)
2015-01-18 22:13:22 -0600 received badge  Critic (source)
2014-10-30 09:56:08 -0600 asked a question opencv not working in android native app with googleplus login integration?

opencv not working in android native app with googleplus login integration?

Is it possible to integrate both?

2014-10-30 08:52:32 -0600 asked a question Can we configure google plus open source code and opencv open source code in android app?

I am working with opencv open source code for native android app. I want to integrate the google plus login in the same application. Is it possible?

2014-08-28 02:05:22 -0600 commented answer Android libopencv_java.so not found

Yeah, I've loaded the library(with System.loadLibray(...)). But when i run the native method then i got the same error.

2014-08-26 04:36:59 -0600 commented answer Android libopencv_java.so not found

Thanks Daniil. Yes, I've added opencv files from opencv sdk/sdk/native/jni/include into jni folder, and set path included in android.mk file.

2014-08-26 01:15:23 -0600 asked a question Android libopencv_java.so not found

dlopen("/data/app-lib/com.ex.enzo-1/libEnzo.so") failed: dlopen failed: could not load library "libopencv_java.so" needed by ".so"; caused by library "libopencv_java.so" not found

2014-08-26 01:09:10 -0600 asked a question "libopencv_java.so" not found

dlopen("/data/app-lib/com.ex.enzo-1/libEnzo.so") failed: dlopen failed: could not load library "libopencv_java.so" needed by "libEnzo.so"; caused by library "libopencv_java.so" not found