android - adding $ANDROID_HOME/tools to $Path in windows -


i'm trying run code:

cd google-play-services_lib android update project -p . ant debug 

from tutorial. installed ant using winant, regarding android, can not add path.

i tried adding variable screen shot, did not me. how can add this?

enter image description here

i'm not sure relation between android command , android_home/tools folder. can not find android.exe file in android_home/tools folder. maybe should try solution run this.

edit when change variable base on tom's reply result is: enter image description here

$android_home environment variable directory have android sdk installed in - it's not specific directory. don't have create environment variable (although make scripting things easier later on).

so in example, add directory c:\program files (x86)\android\android-sdk\tools path.

update : hmmm, don't have xcopy command in path? bizarre. typically xcopy.exe found in c:\windows\system32. check path statement , see if directory contained within.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -