[Solved] Android Studio ON Linux An error occurred while creating the AVD. See idea.log for details,

This is because one library is missing and the main needs to open the terminal:

sudo apt-get install lib32stdc++6
This will work, the subject's runtime environment is ubuntu 16.04 version, using android 2.3

Similar Posts: