I can't run the Android SDK Manager through the Eclipse -
this errors getting:
[2013-04-18 12:30:30 - sdk manager] [sdk manager] 'c:\program' not recognized internal or external command, [2013-04-18 12:30:30 - sdk manager] [sdk manager] operable program or batch file.
what should ?
you may 2 kinds of problem.. first is... adb tool has moved platform-tools/
if don't see directory in sdk, launch sdk , avd manager (execute android tool) , install "android sdk platform-tools"
please update path environment variable include platform-tools/ directory, can execute adb location.
so should add c:/android-sdk/platform-tools environment path. after modify path variable make sure start new commandprompt window
and 2nd is:
other possibility change directory (using cd) tools folder, , execute command there. since current directory (whatever is) in path, system find it. not handy, because want execute command being in different directory. go through , enjoy..
Comments
Post a Comment