我正在尝试使用带有以下命令的 PPA 安装 Android Studio 包:
sudo add-apt-repository ppa:paolorotolo/android-studio
sudo apt-get update
但我不断收到这些错误:
W: The repository 'http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu zesty Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu/dists/zesty/main/binary-amd64/Packages 404 Not Found<br>
E: Some index files failed to download. They have been ignored, or old ones used instead.
结果,Android Studio 也无法正常工作。我怎么解决这个问题?
Pilot6 是正确的,该 PPA 中没有适用于 Ubuntu 17.04 (Zesty Zapus) 的软件包。但是,您可以将您的 PPA 指向 Ubuntu 16.04 或 16.10 版本的软件包并以这种方式获取软件包。为此,请点击Super,键入“软件和更新”,然后按Enter。单击“其他软件”选项卡,然后单击 PPA,然后单击“编辑...”。将“分布:”更改为“yakkety”或“xenial”(均不带引号)。
但是,这并不是您真正想要获得 Android Studio 的方式,PPA 看起来已经过时了。您有两个安装 Android Studio 的选项(遗憾的是我还不知道 Android Studio 的快照)。
使用 Ubuntu 的工具 - Ubuntu Make
这似乎是安装 Android Studio 的更简单方法。
手动安装
sudo add-apt-architecture i386 ; sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
Ubuntu 的来源 Make install instructions
手动安装的来源(点击“Instructions for”下的“Linux”)