Android 專案報錯 Error:Unable to find optional library: org.apache.http.legacy
Eclipse 專案移植到AndroidStduio 後 執行報錯Error:Unable to find optional library: org.apache.http.legacy
Android 6.0版本已經已經基本將Apahce Http Client 移除出SDK,會報出以下錯誤:
" Unable to find optional library: org.apache.http.legacy"
如果我們在以前的專案中使用了Apache HttpClient相關類,怎麼辦呢?
請看官網給出的解決
在
1、sdk目錄\sdk\platforms\android-23\optional 下有沒有org.apache.http.legacy.jar 和 optional.json
2、如果沒有optional.json,則新建一個這樣的檔案,然後加入如下內容:
- [
- {
- "name": "org.apache.http.legacy",
- "jar": "org.apache.http.legacy.jar",
- "manifest": false
- }
- ]
相關推薦
Android 專案報錯 Error:Unable to find optional library: org.apache.http.legacy
Eclipse 專案移植到AndroidStduio 後 執行報錯Error:Unable to find optional library: org.apache.http.legacy Android 6.0版本已經已經基本將Apahce Http Client 移
Android stuido 錯誤:Error:Unable to find optional library: org.apache.http.legacy
今天在匯入新專案的時候出現了一個從來都沒有見過的錯誤,讓我鬱悶了很久,在網上也找了很多一樣錯誤解決方法,但是最終也是沒有解決,不能說網上的解決方法是錯誤,只能說網上的解決辦法是最基礎的,有時候不能夠解決問題,錯誤的截圖如下: 網上的解決辦法是: 1. API23
Android 6.0中"Unable to find optional library: org.apache.http.legacy"錯誤解決
Android 6.0版本已經已經基本將Apahce Http Client 移除出SDK,會報出以下錯誤: " Unable to find optional library: org.apache.http.legacy" 那麼問題來了,如果我在以前的專案中使用
Android Studio 3.0.1 gradle編譯報錯 Error : unable to resolve dependency for
生效admin環境變數後執行cinder service-list報錯ERROR: Unable to establish connection to http://controller:35357/
ERROR: Unable to establish connection to http://controller:35357/
一、報錯資訊
二、解決方法
一、報錯資訊
[[email protected]
Eclipse匯入別人的專案報錯:Unable to load annotation processor factory 'xxxxx.jar' for project
使用eclipse匯入別人的專案時候,報錯Unable to load annotation processor factory 'xxxxx.jar' for project。 解決方案 1、專案右鍵——Properties 2、Java Compiler——A
Spark 引用ProtoBuffer報錯:Unable to find proto buffer class
使用 yarn 的spark-submit提交時,加入超序列化引數: --conf spark.serializer=org.apache.spark.serializer.KryoSerializer \ 另,附:Spark-submit提交作業的shell版本模板。
單元測試報錯:unable to find a @SpringBootConfiguration
問題描述 今天做單元測試報錯:unable to find a @SpringBootConfiguration 問題原因 有幾種可能性,逐個排除下對症下藥: 1.程式入口類忘了新增:SpringBootApplication註解 2.程式入口類的包名和測試
RabbitMQ報錯Error: unable to perform an operation on node
解決報錯:Unable to process Jar entry [org/springframework/jmx/export/annotation/*****]
proc ORC osi maven項目 出現 pro date pos 啟動 情況說明:從gitub上clone的maven項目,pox.xml配置中的依賴,自己的repository都有,所以正常update project ,正常clean,install,整個過程無
Eclipse中Maven新建web專案報錯Could not calculate build plan:Plugin org.apache.maven.plugins...
今天用maven新建了一個web專案,但是一直報了這個錯,如下圖,點OK之後的pom檔案還是同樣的錯,找了下資料,報錯消失: 修改pom檔案中的build標籤如下: <build>
導入項目的時候報錯Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7
原因 自己 進行 ack class rain 選擇 and clas 問題描述 今天在導入項目的時候報錯: Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alph
【報錯日誌】27.1.0一系列報錯 Error:Failed to resolve: com.android.support:support-annotations:27.1.0
android專案 在專案新增依賴後同步時出現了這個錯誤 Error:Failed to resolve: com.android.support:support-annotations:27.1.0 但是在匯入之前,專案執行問題,於是決定問題可能是這個類庫導致的, 查
解決:Error:Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List
解決新增Butterknife8.8.1依賴後出錯的問題 1.在根目錄下的build.gradle中的dependencies新增如下: 這裡注意是8.4.0的版本!! classpath 'com.jakewharton:butterknife-gradle-pl
maven生成專案骨架時報錯ResourceManager : unable to find res
生成骨架時生成archetype.xml指令碼 問題描述:沒有方法通過*號批量匹配檔案[INFO] ----------------------------------------------------------------------------[INFO] Using follo
android studio 報錯:Failed to load AppCompat ActionBar with unknown error
最近開始學Android Studio,但在第一次編寫介面的時候就遇到了問題,問題表現為新增Button之後,介面並未顯示,並且丟擲了錯誤和警告: 在Stack Overflow 上找到的解決方案:
webpack打包前端專案報錯 Error: Cannot find module '@babel/core'錯誤
據上述錯誤顯示,我安裝的 babel-loader版本和babel-core版本不匹配, 兩種方法解決: (1)、[email protected]需要babel 7(babel-core). (2)、如果要使用babel-core 6,需要安裝[email
整合butterknife出現 Error:Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()
錯誤為: Error:Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List;'. Possible causes for this unexpected erro
Error:Unable to tunnel through proxy. Proxy returns "HTTP/1.1 400 Bad Request 報錯, 原因以及解決方法
Android studio出現Error:Unable to tunnel through proxy. Proxy returns "HTTP/1.1 400 Bad Request"的解決辦法原因 :AS 自帶的gradle 版本太低。 第一步: 下載對的 gredel
nodejs 執行後報錯 Error: Couldn't find preset "es2015" relative to directory
我是直接執行下面的命令,目錄是自己放專案的地方,安裝下就行了: npm install --save-dev babel-cli npm install --save-dev babel-pres