I\'m trying to make an Android 4.0 emulator. I\'ve tried this process on a fairly fast computer in both Linux and Windows(Phenom II X6 w/ 8G of RAM) and every time I get \"u
I'm also facing the same issue after updating latest SDK. I come up with following solution after spending few hours,
The problem is "unfortunately, launcher has stopped". This happens because of the AVD skin path not properly assigned in AVD's config.ini
For Ex. My AVD name is AVD_4.0.3_WSVGA
before fix skin.path=AVD_4.0.3_WSVGA
so I changed skin path as follows, skin.path=platforms/android-15/skins/WSVGA
you can find config.ini
in linux(Ubuntu) /home/[username]/.android/avd/[your avd name]/config.ini