ubuntu下创建Android模拟器错误
时间:2017-06-01 23:46:31
收藏:0
阅读:1726
错误信息:An error occurred while creating the AVD. See idea.log for details.

缺少一个库
解决方法:
sudo apt-get install lib32stdc++6
评论(0)