views:

34

answers:

1

After installation of Android SDK, there were created .android folder on the E:\ drive. As far as i know this is default folder of Android Virtual Devices for configuration files.

How can I move .android folder to a different location?

(eg. from E:\.android to E:\Android\.android)

+3  A: 

I've found the answer.

  • Move .android folder to E:\Android\
  • Create environment variable called ANDROID_SDK_HOME and set its value to E:\Android

Setting environment variable in Windows XP:

  1. Right-click on My Computer and choose "Properties")
  2. Click the "Advanced" tab
  3. Click the button "Environment Variables".
  4. Add New variable
darbat