Ubuntu16.04下Android studio 模拟器无法启动的解决方法

前端之家收集整理的这篇文章主要介绍了Ubuntu16.04下Android studio 模拟器无法启动的解决方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

error:Failed to create the SD card.

解决方法

sudo apt-get install lib32ncurses5 lib32z1

error:/opt/androidsdk/tools/mksdcard: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory

sudo apt-get install lib32z1 lib32ncurses5  lib32stdc++6
原文链接:https://www.f2er.com/ubuntu/354373.html

猜你在找的Ubuntu相关文章