Android unspecified' depends on one or more Android Libraries but is a jar 的解決方法
1 錯誤描述
引入一個第三方庫作為module的時候遇到下面的報錯:
unspecified’ depends on one or more Android Libraries but is a jar
2 原因
引入的android support包的版本不對,自帶的是 android-support-v4.jar, 但專案中使用的是support-v13:
compile ‘com.android.support:support-v13:+’
3 解決方法
如果直接使用自帶的support-v4,則會和專案中的support-v13發生版本衝突,報下面的錯誤:
解決方法是在引入的模組下新建一個資料夾libs-v4,然後在build.gradle檔案中新增下面的程式碼:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
provided fileTree(dir: 'libs-v4', include: ['*.jar'])
}
把所有發生衝突,報Multiple dex 錯誤的jar檔案都放在libs-v4目錄下,這樣就不會有衝突了
4 其他方案
在這裡也有人遇到同樣的問題,只不過這個是maven依賴,而博主的是引入module時遇到的問題,其他解決方案參照下面的連結:
Tips
如果覺得這篇部落格對你有幫助或者喜歡博主的寫作風格,就給博主留個言或者頂一下唄,鼓勵博主創作出更多優質部落格,Thank you.
相關推薦
Android unspecified' depends on one or more Android Libraries but is a jar 的解決方法
1 錯誤描述 引入一個第三方庫作為module的時候遇到下面的報錯: unspecified’ depends on one or more Android Libraries but is a jar 2 原因 引入的android s
被蘋果駁回,We discovered one or more bugs in your app when reviewed on iPhone......
如題: 摘要:We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.1.1 on Wi-Fi connected to an IPv6 駁回原因很明顯了,就是
one or more
有意義 ont font spa 毫無 san size sans 沒有 想到以後如果一直都是這樣,那麽以後的生活是多麽多麽可怕啊。 感覺毫無期盼、沒有意義。 如果變得理所當然那是多麽多麽讓人害怕的事,嚇得讓人發抖。 所以在以後漫長的歲月裏,還是一個人吧on
python安裝失敗提示“one or more issues caused the setup to fail . Please fix the issues and then retry setup.For more information see the log file”
ase ice body orm bubuko mat 解決方法 3.4 mage 換了項目組,換了新電腦,重裝Python時遇到提示如下圖所示: 原因:需要安裝Windows 7 Service Pack 1 直接點擊“update your
“Validation failed for one or more entities”異常的解決辦法
ida detail errors ali onerror 長度限制 span led 修改 日誌中出現Entity Framework修改數據庫時的錯誤: Validation failed for one or more entities. See ‘EntityVal
maven-web項目剛創建報錯:Description Resource Path Location Type JavaServer Faces 2.2 can not be installed : One or more cons
ati plugins tool com -a riff common margin led 解決:問題描述:maven項目出現如下錯誤JavaServer Faces 2.0 requires Dynamic Web Module 2.5 or newer..Maven
Python安裝問題之One or more issues caused the setup to fail.Windows7安裝Python3.7
分享圖片 安裝 win 推薦 visual 直接 sof issue 窗口 首先大部分人出現這個問題的主要原因在於安裝版本是大於python3.4的,早期的版本對win7都是比較兼容的 所以如果需要安裝較新的版本,就會出現這個問題,就需要安裝Windows 7 Servic
Dynamics CRM the field cannot be deleted because it is used in one or more process的解決方法
在刪除一個查詢欄位時報如上的錯誤,報錯圖如下 第一想到的是這個欄位在哪個流程裡用了,去流程裡找遍了發現沒有哪個流程用到它,然後去開啟系統trace日誌,寄希望於有更詳細的日誌,結果又提示workflow,然後我們再去workflow
Render errors:One or more layouts are missing the layout_width or layout_height attributes
Render errors:One or more layouts are missing the layout_width or layout_height attributes 2017年05月25日 11:55:19 鄒奇 閱讀數:4207 標籤:
記一次SpringBoot 配置檔案未生效和war包執行失敗one or more listener(filter)。。。
從SVN上扒下來的專案,上傳者正常啟動正常使用,配置檔案port修改為80 但自己本機拿下來以後未生效 還是隻能以8080訪問 還報了模版解析錯誤等等... 按如上修改 手動對映一下就可以了 未載入properties是因為未指定resource
Microsoft SQL Server Management Studio cannot find one or more components的問題
最近剛安裝完sqlserver,新鮮感還沒過,卻出現了一大堆錯誤,令人頭疼,其中有一個錯誤:在啟動Microsoft SQL Server Management Studio時,出現如下錯誤提示,程式無法啟動: 在網搜了一下,發現遇到這樣錯誤的人也不少,但是給出的大部分辦法是刪除登錄檔,這
1796 -sata cabling error one or more SATA devices
1796 -sata cabling errorone or more SATA devices are improperly attached.connect devices to the SATA 0 (dark blue) and SATA 1 (white) connectors before the
one or more listeners failed to start
專案中集成了openoffice作為文件處理工具,今天找了一臺伺服器作為測試伺服器,想要搭建一個測試環境,jdk,openoffice,tomcat環境裝好之後,本地生成war包,放到伺服器上,啟動報錯,檢視 Catalina.out 檔案,顯示 one or mo
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.
try { // Your code... // Could also be before try if you know the exception occurs in SaveChan
Eclipse 建立maven專案 報錯 one or more constraints have not been satisfied
首先 在 pom.xml > plugins 中新增 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin&
tomcat one or more listeners failed to start
bug描述: 在寫Spring程式碼的時候, 啟動Tomcat時報錯. bug資訊: Connected to server [2017-11-16 09:28:36,551] Artifact Spring_10:war exploded: Art
解決將Excel表匯入到SQL Server資料庫時出現Text was truncated or one or more characters had no match in the target code錯誤
編寫python爬蟲程式可以在電商、旅遊等網站上爬取相關評論資料,這些資料可以用於詞雲製作、感情詞分析、提取關鍵詞等,也可以將爬取下來的資料以自己的方式進行展示。評論資料爬取下來後,就要考慮怎樣入庫,可以在爬蟲程式中編寫程式碼直接入庫,也可以將爬取到的資料存到Excel表格中,再將Excel表格匯入到資料庫中
Tomcat 報錯: SEVERE: One or more listeners failed to start.
1. bug描述: 在寫Spring程式碼的時候, 啟動Tomcat時報錯. 2. bug資訊: Connected to server [2017-11-16 09:28:36,551] Artifact Spring_10:war exploded: Artifact is being de
Spring --- Tomcat 報錯: SEVERE: One or more listeners failed to start.
emmm, 最近把Spring框架也學的差不多了, 因為最近要開始迭代小組圖書管理系統2.0, 不太有時間再總結Spring In Action的學習筆記了, 所以把Spring學習筆記先放一段時間啦~ 1. bug描述: 在寫Spring程式碼的時候
Ask HN: Are one (or more) warez release groups doing some even shadier $#17?
So I know this startup guy whom worked for Citrix, VMware and DoD DIA... he mentioned internal/external warezing had an unspoken gentleman's agreement. I'm