小编acr*_*ran的帖子

在 64 位版本的 Lubuntu 上安装 Android Studio 无法安装某些 32 位库

安装 Android Studio说:

如果您运行的是 64 位版本的 Ubuntu,则需要使用以下命令安装一些 32 位库:

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
lib32z1 libbz2-1.0:i386
Run Code Online (Sandbox Code Playgroud)

看截图: 在此处输入图片说明

apt-get install失败:

$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libc6:i386
E: Unable to locate package libncurses5:i386
E: Unable to locate package libstdc++6:i386
E: Couldn't find any package by regex 'libstdc++6'
E: Unable to locate package libbz2-1.0:i386
E: Couldn't find any package …
Run Code Online (Sandbox Code Playgroud)

installation ubuntu android android-studio

5
推荐指数
2
解决办法
1509
查看次数

标签 统计

android ×1

android-studio ×1

installation ×1

ubuntu ×1