Hi, I'm trying simply to use opencv jni functionality for android. I've foolowed this: http://opencv.itseez.com/doc/tutorials/introduction/android_binary_package/android_binary_package.html (Windows vista) Installed: 1.opencv 2.4.2 for android.(changed 2.4.2lib from API 9 to 11) 2.eclipse hellio with ADT and CDT. 3.NDK (last version) 4.SDK platform (API 11) 5.emulator with camera for API 11 6.All opencv projects are at API 11.
Works: 1.NDK examples ,compiled and run.
probles with opencv samples: Compilation just fine. but no sample succeed run on emulator. I load the sample and asked to install the manager it fails(noo connection to google play) and I'm installing it by 'android' command line from cmd(arm7 too) but still after openning the applicaion still don't recognize the manager!
any idea?