I set the c:/android-sdk/tools
path to the path environment and commands like emulator
is working just fine. But the adb
command is still not recognized, what should I do ?
In the path
system variable I added the android-sdk
path and the tools
path so far. Is there something else that needs to be done? Because commands like adb devices
do not work. It says that the command is not recognized. By the way I want to do adb install comeapp.apk
.
adb
right in place? It moved toC:\Program Files\android-sdk-windows\platform-tools\adb.exe
while ago – Dru