2013-05-19 37 views

回答

74
經過長達

http://andrewma.com/2013/05/18/resolving-sdk-does-not-have-any-build-tools-installed-error/

我的Android SDK升級到22後,我開始運行到失敗,出現錯誤信息建立:

{Android的SDK} /tools/ant/build.xml:479:SDK沒有任何構建 工具安裝

無法找到在網絡上非常如何解決這個最終我意識到這是因爲我只更新了現有的軟件包。在SDK 22,平臺工具和編譯工具分成在SDK管理自己的物品。

確保安裝構建工具和平臺工具。

1

我安裝使用SDK管理器生成工具。他們看起來安裝,但他們不是。我的{SDK}/build-tools文件夾很簡單。

我剛剛從http://developer.android.com/sdk/index.html下載SDK,並在我的構建工具文件夾移動的Android 4.2.2文件夾。

+0

如果我按照這個正確的,你下載一個HTML文件和移動平臺的文件夾到構建工具。這是毫無意義的,並不能解決原來的問題。 – LoungeKatt

74

嘗試在終端上運行

android update sdk -u 

你會看到這樣的日誌屏幕

Installing Archives: 
    Preparing to install archives 
    Downloading Android SDK Platform-tools, revision 17 
    Installing Android SDK Platform-tools, revision 17 
    Stopping ADB server succeeded. 
    Installed Android SDK Platform-tools, revision 1799%) 
    Downloading Android SDK Build-tools, revision 17 
    Installing Android SDK Build-tools, revision 17 
    Installed Android SDK Build-tools, revision 1799%) 
    Downloading ARM EABI v7a System Image, Android API 17, revision 2 
    (71%, 775 KiB/s, 41 seconds left)) 

Android SDK中更新成功後,請確保構建工具安裝。

enter image description here

+1

非常感謝,你讓我的一天 –

-2

對於手工打造的工具安裝,請訪問: https://dl-ssl.google.com/android/repository/repository-8.xml 向下滾動到< ----打造的工具----> 複製zip文件的鏈接(哪一個取決於你的開發環境操作系統)並將其粘貼到URL框中並單擊搜索。 的地方保存,提取到構建工具文件夾中。

0

只需轉到.buildozer/android/platform/andoridsdk/tools並運行Android SDK GUI。安裝最新的構建工具。我剛剛解決了這個問題。我安裝了buildtools 19.1,包裝成功完成。

1

因爲你沒有安裝Android SDK中構建的工具:

$ ~/Desktop/android/tools/android

enter image description here

的[Eclipse中給錯誤,遺漏R.java文件最近更新後(HTTP
相關問題