ubuntu下创建Android模拟器错误
错误信息:An error occurred while creating the AVD. See idea.log for details.

缺少一个库
解决方法:
sudo apt-get install lib32stdc++6
错误信息:An error occurred while creating the AVD. See idea.log for details.

缺少一个库
解决方法:
sudo apt-get install lib32stdc++6