Once again I\'ve made the mistake of updating Eclipse with the latest Android SDK/tools and have rendered it useless.
Running Eclipse on a Mac.
When I try to
Solved a problem after I realized that newly created AVDs
were being saved in user folder (user foo
) C:\HOME\foo
and Android plugin was trying to find them in C:\Users\foo
.
I have set environment variable (this will change save avd folder).
ANDROID_SDK_HOM=C:\Users\foo
Make sure you create your AVD again since you have changed save location now.
That solved a problem, I assume the proper way would be to set look-up folder but could not figure out how to change that.