As I mentioned above, I ran into the same problem.
For me, it looks like a build error and definitely not a problem right, while another file was completely created (userdata.img), as well as the entire folder for avd.
The decision β1:, without changing anything during the installation, I just found the config.ini file on the Internet. For example, here is config.ini for Nexus_S_API_21
So, I created Nexus_S AVD and put the configuration file in a folder. Then it starts to work.
The problem with this method:
- limited devices
- manually configure updates through the configuration file
- I still had some problems, for example. instead of displaying the project, I was displayed on the Android main page and there was no my application
Solution # 2: Then I completely uninstalled Android Studio and cleared all the contents and downloaded 0.8.14 from scratch, during the installation I updated it to version v.9.9.9. and then not updated further. In this version, everything worked perfectly, without any manipulation. AVD, created the first time and at startup - displays the project screen, opened using Hello World.
source share