Search code examples
androidandroid-emulatoradb

Cannot install android apk to emulator from command prompt


Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
E:\adt-bundle-windows-x86_64-20140321\sdk\tools>adb install D:\HelloFacebookSample.apk
'adb' is not recognized as an internal or external command,
operable program or batch file.
E:\adt-bundle-windows-x86_64-20140321\sdk\tools>

This is my error please help me to solve this.


Solution

  • adb.exe is not in your system's path, so cmd cannot find it.

    It is located in \...\adt-bundle-windows-x86-20140624\sdk\platform-tools>, not in \...\adt-bundle-windows-x86_64-20140624\sdk\tools