Change environment variable name in Android Eclipse -
we have master computer based on windows os (windows 7) team members can access in shared manner. have android sdk bundle on machine long time. bundle using environment variable android_sdk_home
set specific path in system properties.
for specific reason, today downloaded latest sdk bundle. need set android_sdk_home
different path. can't without disturbing other team members. so, there way change variable name android_sdk_home
to, new_android_sdk_home
in eclipse configurations , set new_android_sdk_home
in system properties desired value new adk bundle?
update:
in source code, variable android_sdk_home
accessed path value. source code, whereas sdk bundle apparently bunch of compiled and/or binary stuffs. so, provide clue.
also, consider sdk home , sdk location 1 same thing, here links clear air it:
1) link 1
2) link 2
3) of course, the answer below provided @sanjeev.
try 1 bro. open local.properties , setup android sdk path
# file automatically generated android tools. # not modify file -- changes erased! # # file must *not* checked version control systems, # contains information specific local configuration. # location of sdk. used ant # customization when using version control system, please read # header note. sdk.dir=/applications/android-sdk
if don't found local.properties, cd project folder , run command
ant update project -p
Comments
Post a Comment