2016-12-23 9 views
0

次のコマンドでAndroidのSDKリストを取得しようとするたびに、android list sdk -aというエラーが表示されます。問題Android SDKツールの読み込み

Fetching https://dl.google.com/android/repository/addons_list-2.xml 
Failed to fetch URL 
https://dl.google.com/android/repository/addons_list-2.xml, reason: 
File not found 
Fetched Add-ons List successfully 
Refresh Sources 
Fetching URL: https://dl.google.com/android/repository/repository-11.xml 
Failed to fetch URL 
https://dl.google.com/android/repository/repository-11.xml, reason: File not found 
Refresh Sources: 
Fetching URL: https://dl.google.com/android/repository/repository-11.xml 
Failed to fetch URL https://dl.google.com/android/repository/repository-11.xml, reason: File not found 

答えて

0

だから私は、例えば、あなたがダウンロードして、物事の様々なタイプにあったリ​​ンクを見つけることができるのSDK here

をインストールするための周りに手作業が見つかりました:

ADK

http://dl.google.com/android/ADT-XX.0.0.zip 

SDKツール

http://dl.google.com/android/repository/tools_rXX-linux_x86.zip 
http://dl.google.com/android/repository/tools_rXX-windows.zip 
http://dl.google.com/android/repository/tools_rXX-macosx.zip 

プラットフォームツール

http://dl.google.com/android/repository/platform-tools_rXX-linux_x86.zip 
http://dl.google.com/android/repository/platform-tools_rXX-windows.zip 
http://dl.google.com/android/repository/platform-tools_rXX-macosx.zip 

ビルドツール

http://dl.google.com/android/repository/build-tools_rXX-linux.zip 
http://dl.google.com/android/repository/build-tools_rXX-windows.zip 
http://dl.google.com/android/repository/build-tools_rXX-macosx.zip 

プラットフォーム

http://dl.google.com/android/repository/android-XX.zip 

あなたは、追加インストールする必要がありますaaptを実行するための

あなたはのdebian/Ubuntuの64ビットを実行している場合、:バージョン23.0.1

$ cd android-sdk-linux/build-tools $ wget http://dl.google.com/android/repository/build-tools_r23.0.1-linux.zip $ unzip build-tools_r23.0.1-linux.zip $ mv android-6.0 23.0.1 $ rm build-tools_r23.0.1-linux.zip 

ビルドツールのサイドノート(Ubuntuの)パッケージ:

sudo apt-get install lib32stdc++6 
sudo apt-get install lib32z1