我正试图通过Android Studio通过maven添加鸟舍,但我不断收到此错误:
错误:配置项目':myproj'时出现问题.无法解析配置':myproj:_devDebugCompile'的所有依赖项.找不到com.aviary.android.feather.sdk:aviary-sdk:3.4.3.350.要求:myproj:myproj:unspecified> myproj.libraries:mylib:unspecified
有一堆相互冲突的库。不得不排除一些。我的配置如下:
compile ('com.aviary.android.feather.sdk:aviary-sdk:3.4.3.350') {
exclude module: 'hlistview'
exclude module: 'support-v4'
exclude module: 'commons-io'
}
Run Code Online (Sandbox Code Playgroud)
要查看需要排除哪些库,请./gradlew -q dependencies在应用程序模块目录中运行并排除与您的库冲突的所有库。
| 归档时间: |
|
| 查看次数: |
1313 次 |
| 最近记录: |