0

I am trying to install OpenCV and I need to install the OpenCV manager on my emulator. I am trying to use the abd install command in windows but abd isn't recognized. I added Android Platform tools and Android tools to my system variables and I edited the path to the location of Platform tools but abd is still not recognized. I also already had SDK. Did I miss a step?

It's also worth mentioning that the path shown in the command window is part of the path I entered but not all the way down to the platform tools.

I would really appreciate it if someone could help me. I have been looking at countless posts and guides but nothing is working.

dy19
  • 9
  • 1
  • 6

1 Answers1

0

This question has already been answered several times, here are some links

'adb' is not recognized as an internal or external command, operable program or batch file

adb is not recognized as internal or external command on windows

Community
  • 1
  • 1
apmartin1991
  • 3,064
  • 1
  • 23
  • 44
  • Believe me I've tried those. Nothing is working. Do you think there is something in those posts that they took for granted that I could have missed? – dy19 Jun 13 '14 at 15:46
  • When adding to the system PATH file you may need to reboot your PC for these changes to take effect... Have you tried this? Can you copy your PATH that you added for the ADB? Can you also copy your installation folder for Android platform tools – apmartin1991 Jun 13 '14 at 15:47
  • I am trying to open eclipse after I restarted my computer and now I am getting an error saying that no Java virtual machine was found after looking in my adt bundle folder in my current path. – dy19 Jun 13 '14 at 15:56
  • C:\Documents and Settings\David\My Documents\App Development\adt-bundle-windows-x86-20140321\sdk\platform-tools\ here is my path by the way – dy19 Jun 13 '14 at 15:59
  • Sounds like you need to setup your java JDK path, you can find out how here - http://docs.oracle.com/javase/tutorial/essential/environment/paths.html - However sometimes you ned to uninstall the JDK and install it again – apmartin1991 Jun 13 '14 at 16:29
  • Ok I can open up eclipse again. Thanks for helping with that. abd still isn't recognized though. – dy19 Jun 13 '14 at 17:32
  • I had to change my path in the process so I'm unsure how this is going to work – dy19 Jun 13 '14 at 17:36
  • I found out how to change the path in the command prompt and I got it to the platform tools folder but it still doesn't recognize abd – dy19 Jun 13 '14 at 18:29
  • I'm probably dyslexic. I thought it was ABD when it is actually ADB. Thanks for the help anyway – dy19 Jun 13 '14 at 19:49
  • If you have any questions, feel free to ask and we are more than happy to help! – apmartin1991 Jun 13 '14 at 21:10