I installed Android Studio 1.2.1.1 and also created virtual device. I am trying to install one app (APK file) through command line but I could not find adb.exe
file on my machine. Please help where should I look for adb.exe
file on the machine.
adb.exe not found after installing Android Studio
101.2k Views Asked by KKG At
5
There are 5 best solutions below
0

May be adb.exe file is missing form your computer. Try deleting platform-tools folder and re-download it from SDKManager.
0

In my case, adb.exe got deleted after Android Studio update. I copied all the contents under platform-tools to another directory, deleted all the contents under platform-tools and installed platform-tools from Android SDK Manager.
The adb.exe file will be located at your Android SDK folder, inside platform-tools
The default location where Android SDK is installed is:
So adb will be located at:
To access it on a command line, open cmd.exe and type:
and then your normal command