Ask Your Question
0

OpenCV Manager package

asked 2013-04-16 04:01:08 -0600

etudiante gravatar image

updated 2013-04-16 04:02:16 -0600

Hi, My problem is in installing OpenCV Manager package i work with the Emulator i write this adb install OpenCV-2.4.5-android-sdk/apk/OpenCV_2.4.5_Manager_2.7_<platform>.apk but it dont work , can you help me ?? the problem is in the word adb I work with windows xp

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
1

answered 2013-04-16 04:59:13 -0600

Daniil Osokin gravatar image

Hi! You should type <path_to_your_sdk_folder>/platform-tools/adb.exe instead of adb, where <path...> is a location of sdk folder on your disc. Don't forget to choose proper <platform> suffix, as described in readme.txt.

edit flag offensive delete link more

Comments

Hi , in first i write cd Bureau\Android\android-sdk-windows\platform-tools then adb.exe after i write adb install Bureau\Android\OpenCV-2.4.5-android-sdk\apk\OpenCV_2.4.5_Manager_2.7_armv7a-neon.apk always it dont know adb !! can you help me please ?

etudiante gravatar imageetudiante ( 2013-04-16 05:44:04 -0600 )edit

Ok, write adb.exe install Bureau\Android\OpenCV-2.4.5-android-sdk\apk\OpenCV_2.4.5_Manager_2.7_armv7a-neon.apk

Daniil Osokin gravatar imageDaniil Osokin ( 2013-04-16 05:51:20 -0600 )edit

now when i lunch the emulator i find OpenCVmaneger.apk but when i want to run this application it tell me sorry !!

etudiante gravatar imageetudiante ( 2013-04-16 06:18:17 -0600 )edit

Delete this app and try to install OpenCV_2.4.5_Manager_2.7_armeabi.apk

Daniil Osokin gravatar imageDaniil Osokin ( 2013-04-16 06:47:42 -0600 )edit

Thanks a lot for your help it works now :)

etudiante gravatar imageetudiante ( 2013-04-16 07:49:17 -0600 )edit

Congratulations! @etudiante, please, mark as answered.

Daniil Osokin gravatar imageDaniil Osokin ( 2013-04-16 11:07:46 -0600 )edit
0

answered 2013-05-13 06:32:12 -0600

Maria Tereza Blanco gravatar image

Hi, I'm trying install the OpenCV Manager but I couldn't it. I read this conversation but I couldn't understand. I put C:\Users\Maria Tereza\Downloads\adt-bundle-windows-x86_64-20130219\adt-bundle-windows-x86_64-20130219\sdk/platform-tools/adb.exe in the prompt, but failed. Can you help me? I'm trying run the Darwin Wallet Project.

Thanks!!!

edit flag offensive delete link more

Comments

you don't learn, do you ? this is not an answer !

ask your own question instead !

berak gravatar imageberak ( 2013-05-13 06:52:59 -0600 )edit

Sorry, I didn't understand. I'm new here and my mother language isn't English.

Maria Tereza Blanco gravatar imageMaria Tereza Blanco ( 2013-05-14 11:34:48 -0600 )edit
0

answered 2016-08-10 05:52:25 -0600

First go to 'terminal' which is located at the left bottom of your Android Studio for Windows.

It will be something like this C:\Users\ajaycarnet\AndroidStudioProjects\test4>

then type the commmand to change directory to your android sdk directory, in my case like this

cd C:\Users\ajaycarnet\Appdata\local\Android\sdk\platform-tools

Now directory is changed to this C:\Users\ajaycarnet\Appdata\local\Android\sdk\platform-tools>

type adb.exe

C:\Users\ajaycarnet\Appdata\local\Android\sdk\platform-tools >adb.exe run this command to run adb. Now install OpenCV-Manager by typing this

C:\Users\ajaycarnet\Appdata\local\Android\sdk\platform-tools >adb install C:\OpenCV-android-sdk\apk\OpenCV_3.1.0_Manager_3.10_X86.apk

Note: In my case my emulator was running on X86 architecture. install other architecture specific Apk. All APK(s) are present in OpenCV-android-sdk\apk directory. You doesn't need to download it from Internet.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-16 04:01:08 -0600

Seen: 3,370 times

Last updated: May 13 '13