I\'m a newbie, my problem is when I try to make a new AVD I get this message :
\"an error occurred while creating the avd. see idea.log for details\"
I just
There might be several reason for this error, but this solution worked for me:
Go to your avd location "C:\Users.android\avd", delete all the files inside this, and create the AVD Emulators once again from the Android Studio.
You pasted x86_64
file inside the default folder
C:\Users\(User Name)\AppData\Local\Android\Sdk\system-images\android-29\default
Past it in android-29
folder not in default
folder.
On windows:
Hope this will solve your issue.
I had this same issue and after trying @Tiago Elias's answer, I got passed that stage but ran into another problem whereby the emulator could not launch. Surprisingly, all of these where happening because I did not install the Android Emulator from SDK Tools. To do this,
Open the SDK Manager
Select the SDK Tools tab, If Android Emulator is unchecked, then check it and click on OK.
You can now create a new emulator and run your app in it.
Change the SD card selection in Advanced Settings to External file. You can leave the textbox next to it empty.
If you are in linux, try this:
sudo apt-get install lib32stdc++6
It worked for me!