Android:解決Failed to load D:\Android-Studio\sdk\build-tools\xx.xx.xx\lib\dx.jar
-
Eclipse遇到如下錯誤:
[2018-11-04 18:11:46 - Dex Loader] Failed to load G:\Android Tools\android-sdk-windows\build-tools\28.0.1\lib\dx.jar [2018-11-04 18:11:46 - HelloWorld] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
原因:
eclipse自動使用最高版本的SDK,ADT比SDK版本低導致
解決辦法:
1、用SDK Manager.exe下載低版本的build-tools,如25.0.2
2、add this in the project.properties of your project:
sdk.buildtools=25.0.2//設定sdk使用的buildtools版本
相關推薦
Android:解決Failed to load D:\Android-Studio\sdk\build-tools\xx.xx.xx\lib\dx.jar
Eclipse遇到如下錯誤: [2018-11-04 18:11:46 - Dex Loader] Failed to load G:\Android Tools\android-sdk-w
eclipse執行錯誤提示 Failed to load D:\Android\sdk\build-tools\26.0.0-preview\lib\dx.jar
前幾天在ecplise上執行專案還好好,今天一執行就提示這個錯誤:Your project contains error(s), please fix them before running your application.(你的程式包含錯誤,請修改後再執行)。咋
開啟安卓專案報錯Failed to load E:\android\android-sdk-windows\build-tools\26.0.2\lib\dx.ja Unable to build:
當我們將安卓環境成功搭建號之後,新建下一個專案準備執行時,突然發現,eclipse報錯: Failed to load (%ANDROID_SDK__HOME%)\build-tools\26.0.0
eclipse運行錯誤提示 Failed to load D:Androidsdkuild-tools26.0.0-previewlibdx.jar
http prev fail 運行 log tool roi androi art http://blog.csdn.net/zhou452840622/article/details/73028681eclipse運行錯誤提示 Failed to load D:\Andr
Linux 網易雲音樂不能啟動問題及解決 Failed to load module "pantheon-filechooser-module"
linu 音樂 dap element music ubunt mes -a 沒有 安裝的Elementary os 網易雲安裝以後啟動不了 去命令行啟動 查看到報錯信息 Gtk-Message: Failed to load module "pantheon-filech
解決Failed to load class "org.slf4j.impl.StaticLoggerBinder"
今天配置日誌是報錯: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementatio
解決Failed to load class "org.slf4j.impl.StaticLoggerBinder"問題
做許可權管理時,使用logback做為日誌系統,除錯程式出現如下錯誤: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (
Myeclipse-解決Failed to load the JNI shared library一種方法
myeclipse根目錄下有個myeclipse.ini檔案,添加個 -vm引數 D:\develop_soft\JDK\bin\javaw.exe //這是我的32位jdk myeclip
【乾貨#004】解決"Failed to load image"錯誤
緣起 編譯小程式時有時出現圖片載入錯誤: Failed to load image http://xxx xxxxx: the server responded with a status o
android studio 報錯:Failed to load AppCompat ActionBar with unknown error
最近開始學Android Studio,但在第一次編寫介面的時候就遇到了問題,問題表現為新增Button之後,介面並未顯示,並且丟擲了錯誤和警告: 在Stack Overflow 上找到的解決方案:
解決AndroidStudio中Error:Android Dex: [xxx] Failed to load dx.jar的問題
要解決這個問題首先要明白dx.jar是幹什麼用的,我大概查了一下,是這麼解釋的: dx.jar is part of the build process, used to convert Java bytecode into Dalvik bytecode.
Failed to resolve:com.android.support:appcompat-v7:27.+ 問題的解決方法
新建一個專案,出現 Failed to resolve:com.android.support:appcompat-v7:27.+ 問題: 1 分析 android studio 中的編譯器版本與 build.gradle(app 下)不對應造成的。 開啟 build.
Failed to resolve: com.android.support:support-annotations:26.0.2的解決方案
在新增依賴的時候,出現如下報錯: 說我缺少了support-annotations:26.0.2的依賴,那麼問題來了,什麼是support-annotations?我的專案裡面用到了嗎? support-annotations註解庫簡介 android-support-anno
Error:Failed to resolve: com.android.support:recyclerview-v7:28.0.0解決方法
在使用Android Studio的過程中需要新增依賴recyclerview,出現報錯: Unable to resolve dependency for ':[e
Failed to resolve: com.android.support:appcompat-v7:27.+ 報錯解決方法
app module build.gradle dependencies中預設配置如下: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile(
Android開發:android studio報錯: Failed to resolve: com.android.support.constraint:constraint-layout:1.0.
情景:在build.gradle檔案新增下面程式碼 compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4' 點選“Sync now”後報錯: Failed to resolve:co
React-native 完美解決 Unable to load script from assets “index.android.bundle” 和 JS server not recognize
前言: React-Native的第一個HelloWorld工程,大多數人都能跑起來,可也有一部分人卡在第一個工程,就是難以跑出正確的介面,乾著急… 我這裡給出我遇到的坑,希望能夠幫助你,首先,給出我現在的開發環境版本: 版本宣告: Node.js : v8.9.4 Re
Android studio的錯誤:radle sync failed: Cause: failed to find target android-21 :
選擇 gif get 產生 target 是什麽 版本信息 roi oid 這個錯誤在Android studio中經常出現,特別是你在編譯不同的app的時候,到底是什麽原因會導致該錯誤產生呢? 首先看錯誤信息,是找不到目標android版本-21導致的,這就很明顯了
Error:Failed to resolve: com.android.support:appcompat-v7:25.+d
當我新建立一個Android 專案時,提示一個錯誤如下: 錯誤提示說沒有安裝 Repository,然後我通過SDK Manager 下載 Android Support Repository 重
Android studio Error:(32, 13) Failed to resolve: com.android.support:appcompat-v7:27.+
不知道怎麼的,最近在使用android Studio2.3.3建立專案的時候,總是提示這樣的錯誤:如下 Error:(32, 13) Failed to resolve: com.android.