我想在我的 Ubuntu 16.4 LTS 64 位上安装 android studio 2.1,所以我按照谷歌提供的 android 开发者指南网站上的说明..他们说我应该安装 32 位库,因为 android studio 使用它们。
我的问题是当我输入命令时:
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lib32bz2-1.0
E: Couldn't find any package by glob 'lib32bz2-1.0'
E: Couldn't find any package by regex 'lib32bz2-1.0'
Run Code Online (Sandbox Code Playgroud)