简体   繁体   中英

Trouble running openCV samples on android eclipse emulator

Where do I even start...

I'm trying to do static initialization for openCV so that I can run ANY OF THE SAMPLES that I have with opencv library 2.4.8

I've followed the steps as outlined here , and I've become familiar with the NDK setup.

Yet still, when I run, say, Puzzle15 sample, the emulated program immediately asks "OpenCV Manager Package was not found. Try to install it?"

Someone please help me get this working. I'm new to both Android and openCV, but it's very important to me to get started.

You can use This code for solve your problem :

 <path_to_your_sdk_folder>/platform-tools/adb.exe install OpenCV-2.4.5-android-  sdk/apk/OpenCV_2.4.5_Manager_2.7_<platform>.apk

of course insert this code to 'cmd' in windows
also you can see this page : install manually using adb tool

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM