Can't run OpenCV4Android samples in emulator
Hi, I'm trying simply to use opencv jni functionality for android. I've followed this: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/android_binary_package.html (Windows vista)
Installed:
- opencv 2.4.2 for android.(changed 2.4.2lib from API 9 to 11)
- eclipse hellio with ADT and CDT.
- NDK (last version)
- SDK platform (API 11)
- emulator with camera for API 11
- All opencv projects are at API 11.
Works:
- NDK examples ,compiled and run.
problems 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?
Please provide the details how you configured the emilator and logcat logs of an OpenCV sample failure.
BTW, the latest tutorials can be found here: http://docs.opencv.org/trunk/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html