Issue
After installation of Android SDK, there was created .android
folder on the E:\
drive. As far as I know this is the 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
)
Solution
I've found the answer.
- Move
.android
folder toE:\Android
- Create environment variable called
ANDROID_SDK_HOME and set its value to
E:\Android
Setting the environment variable on Windows XP or Windows 7:
- Right-click on My Computer and choose "Properties"
- Click the "Advanced" tab
- Click the button "Environment Variables".
- Add New variable
Answered By - Dariusz Bacinski
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.