Unable To Create Android Virtual Device In Android Studio 2.2 In Ubuntu
At the end of the setup of adding virtual device(after selecting the Device & android version,) when I click on finish. I see the following error in the console: 5:56:14 AM
Solution 1:
I found the same problem on my system, and the reason was that Android Studio created the ~/.android folder owned by root. To fix it I just did this: sudo chown mnew .android
After that, I was able able to create the emulator because Studio was able to create and use the .android/avd directory.
Post a Comment for "Unable To Create Android Virtual Device In Android Studio 2.2 In Ubuntu"