Finally, realized that the Android SDK starts looking in C: by default. It could not find the .android in C:\Users\
Two ways to fix this.
- Use a mklink to create a symbolic link from your C:\Users\{my home}\.android to D:\Users\{my home}\
.android - Set the ANDROID_SDK_HOME environment variable to D:\Users\{my home}
Both methods worked for me.
Here is where I picked up these tip:
http://techtraveller.blogspot.com/2009/07/android-fixed-unknown-virtual-device.html
No comments:
Post a Comment