Ask Your Question
0

installing OpenCV manager for emulatur

asked 2013-01-17 15:39:49 -0600

boaz gravatar image

Hi, I'm usind windows, eclipse and opencv 2.4.3 when I type in the cmd: adb install c:/<opencv path="">/apk/OpenCV_2.4.3_Manager_armv7a-neon.apk

I get an error: can't find 'c:/....apk' to install

what am I doing wrong?

edit retag flag offensive close merge delete

Comments

I recently did this process. It was straightforward. I cd into the folder where the apk files are and then issued the adb install command. Also, the emulator device must be running when you issue the command - although that cannot be the source of your error

mnut gravatar imagemnut ( 2013-01-17 16:05:25 -0600 )edit

the thing is that I don't see the apk at all.... I installed the latest option of download from the android developers.... where was the apk file?

boaz gravatar imageboaz ( 2013-01-17 17:01:21 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-01-17 17:12:36 -0600

mnut gravatar image

It should be in the folder <opencv android="" folder="">/apk You should see many .apk files. I would download the SDK again and unzip it. It worked the very first time for me. I am not an expert, but I think the apk files intall the manager on the emulated device that is currently running. adb will check if any emulators are active and install the manager on the active emulator. Also the documentation for OpenCV is not very up-to-date. The apk filenames mentioned in the documentation are not accurate. Use the filenames you see in the apk folder. Good luck!

edit flag offensive delete link more

Comments

sorry for the delayed answer, first of all thanks for trying to help. you were right and I found the apk but I still get an error... did you place all the programs in a specific folder or something like that?

boaz gravatar imageboaz ( 2013-01-22 08:49:41 -0600 )edit

finally, you were right...it worked!

boaz gravatar imageboaz ( 2013-01-23 08:37:56 -0600 )edit
0

answered 2013-07-25 08:32:36 -0600

Bluemoon10 gravatar image

In a command window, ie not in eclipse or whatever editor you are using. You will need to be in the directory where the adb command is, ie where your android sdk has been installed, on my machine c:\Android\Android-sdk\platform-tools. then run your command, including the full path to your apk package. Also note, when I did this I needed to have my emulator ready and already running. Good Luck

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-17 15:39:49 -0600

Seen: 1,163 times

Last updated: Jul 25 '13