I\'m working with Eclipse on Windows 7, x64. I\'m getting an error when running ADT bundle of android development:
Error: Error parsing the AVDs
Copy your SDK path and assign it to the environment variable ANDROID_SDK_ROOT
Refer pic below:
If you face the same error, here are the step by step instructions:
C:/users/<username>/.android
Although the above answers mostly get them right, there is one slight issue with them all.. Follow these steps and you are good to go
set variable name -> ANDROID_HOME
set variable value -> the custom location of the Android SDK
save all those by clicking ok If you are using the terminal(cmd) close it and open it again
This worked for me: