Android unspecified' depends on one or more Android Libraries but is a jar 的解決方法
引入一個其他模組庫作為module的時候遇到下面的報錯:
unspecified’ depends on one or more Android Libraries but is a jar
引入的模組專案版本不一致,導致的衝突。
比如: android support包的版本不對,自帶的是 android-support-v4.jar, 但專案中使用的是support-v13:
compile ‘com.android.support:support-v13:+’
如果直接使用自帶的support-v4,則會和專案中的support-v13發生版本衝突,報下面的錯誤:
解決方法是 直接 exclude 不需要的 庫。
compile ("com.meiyou:live_answer:${LIVE_ANSWER_VERSION}"){
exclude(group:"com.meiyou", module : "account")
}
相關文章
- Dynamics CRM the field cannot be deleted because it is used in one or more process的解決方法delete
- Android: The following classes could not be instantiated: 解決方法Android
- 異常解決——The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than oneServerZed
- Android 8.0 的部分坑及對應解決方法Android
- Android Studio 解決編譯報錯 Could not download aapt2-windows.jarAndroid編譯APTWindowsJAR
- yum [Errno 256] No more mirrors to try 解決方法
- implementation 'com.guo.android_extend:android-extend:1.0.6'失敗解決方法Android
- android方法數超過64K的解決方案Android
- Android com.android.support衝突解決Android
- 有效解決Android SDK Manager無法更新下載的方法Android
- Android Studio打包apk,aar,jar包AndroidAPKJAR
- Android開發教程 - 使用Data Binding Android Studio不能正常生成相關類/方法的解決辦法Android
- Android SELinux avc dennied許可權問題解決方法AndroidLinux
- 解決Android打包com.android.build.api.transform.TransformException的問題AndroidUIAPIORMException
- Android 之 Jar 包偷天換日AndroidJAR
- 解決在Android Studio 3.2找不到Android Device Monitor工具Androiddev
- Android6.0動態許可權最簡單的解決方法Android
- android開發flutter專案每次執行都很慢的解決方法AndroidFlutter
- 完美解決SqlServer2012啟動報錯(cannot find one or more components.Please reinstall the application。)SQLServerAPP
- More than one file was found with OS independent path
- [ABC311G] One More Grid Task
- Android 圖片高斯模糊解決方案Android
- Android Web3j OOM解決AndroidWebOOM
- Android Studio 報錯解決方案 一Android
- Android 12 “致命”崩潰解決之路Android
- android php 亂碼怎麼解決AndroidPHP
- Android Studio 中使用switch語句時報錯Constant expression required的解決方法AndroidExpressUI
- 解決yum [Errno 256] No more mirrors to try
- com.android.support衝突的解決辦法Android
- JAR衝突問題的解決JAR
- SQL2012報錯:cannot find one or more cpmponentsSQL
- Android 解決BottomSheetDialog 拖曳衝突問題Android
- android sqlite3 not found 解決總結AndroidSQLite
- Android7.1.1Toast崩潰解決方案AndroidAST
- Android Studio 3.1.1 打Jar包出現AGPBI異常AndroidJAR
- Java新增構造方法異常異常——Could not autowire. there is more than one bean of '' typeJava構造方法Bean
- android編譯方法Android編譯
- Android View post 方法AndroidView