I have installed everything like I was told to by the android website and all I keep getting after I create my avd is:
Failed to start emulator: Cannot run progr
go to your directory
/home/hevel/eclipse/android-sdk-linux_86//tools/emulator
to set permissions
chmod +777 emulator
I fixed this by adding executable permission to the file"~/sdk/tools"
Open your terminal and
chmod +x system file path ~/tools/emulator
try to run these commands in terminal: Navigate to your android tools folder (for me it's Android-SDK/tools/), then type:
chmod +x emulator
chmod +x ddms
Make sure you have given the execute permissions for the emulator for the user you are running eclipse as.