Android Studio 无法下载 SDK 组件

Android Studio 无法下载 SDK 组件

我使用 ubuntu-make 安装了 android studio

umake android

启动 android studio 后,它会询问一些问题,然后开始下载 SDK 组件,但始终无法成功完成。我已经尝试使用 ubuntu 14.10 进行此操作,但遇到了同样的问题。现在,使用 ubuntu 15.04 后情况没有改变,安装后我的主目录完全是新的,因此我怀疑旧安装中是否存在任何内容。

SDK 组件安装失败,输出以下信息:

Refresh Sources:
  Failed to fetch URL http://dl.google.com/android/repository/addons_list-2.xml, reason: File not found
  Fetched Add-ons List successfully
  Refresh Sources
  Failed to fetch URL http://dl.google.com/android/repository/repository-10.xml, reason: File not found
Refresh Sources:
  Failed to fetch URL http://dl.google.com/android/repository/repository-10.xml, reason: File not found
There is nothing to install or update.
The following SDK components were not installed: platform-tools, extra-android-m2repository and extra-google-m2repository

那么,我怎样才能让 Android Studio 工作呢?

答案1

我没有使用 shell 安装 Android Studio,但在启动 Android Studio 时,我收到了类似的错误消息,它想要更新它。我所做的是转到 /opt/ 并chmod -R 777在所有 android 目录中使用。

相关内容