Search code examples
androidnetbeansadb

adb is not recognized in command window?


I have installed keystore using this tutorial: https://sites.google.com/site/furodet/bits-n-tips-n/compile-helloandroid-with-netbbeans

and follow these steps: https://blogs.oracle.com/geertjan/entry/procedure_for_android_development_on

at the last step when I type:

adb install helloworld-release.apk

an error appears: adb is not recognized as an internal or external command

How to solve this problem?

EDIT

I am typing in command window

C:\Users\Student\Documents\NetBeansProjects\FirstAndroid\bin>adb install helloworld-release.apk

And that error appears.

So what is wrong?

Thanks

I am using Netbeans to create Android Application


Solution

  • I am using ecllipse and the path on windows where I have adb is

    C:\adt-bundle-windows-x86-20140321\sdk\platform-tools

    Go to a similar location in your dev machine and try adb command again.