Android Studio 3.0正式版已发布,于是赶紧升级体验了一波。不出意外,果然项目有兼容问题,什么问题呢?日志如下:

Error:Unable to resolve dependency for ':app@local/compileClasspath': Could not resolve project :multiAdapter.

不明所以,那我们来看下详细日志

Unable to find a matching configuration of project :multiAdapter:     - Configuration 'debugApiElements':         - Required com.android.build.api.attributes.BuildTypeAttr 'local' and found incompatible value 'debug'.

localdebug不兼容,于是在 StackOverFlow 上查找了一波。原因是在主项目中有一个变种local,而在library中是没有对应的。build.gradle 修改如下:

local {...matchingFallbacks = ['debug']}

然后 sync project
问题 OK
Just mark !

更多相关文章

  1. 一款常用的 Squid 日志分析工具
  2. Android(安卓)检查更新、下载、安装功能的实现
  3. 【小知识点总结】保存android日志logcat到文件中
  4. android 混淆配置
  5. android中自己写的日志类
  6. android中view事件传递
  7. android studio升级android.tools:gradle:3.1.1和 gradle4.4
  8. android studio introduction No.3 hotkey
  9. android anr traces日志分析方法

随机推荐

  1. 【Android(安卓)Studio】Resource Shrink
  2. Managing APN Settings on Google Androi
  3. Android文件下载进度条的实现
  4. Android应用.国际化-屏幕适配-样式与主题
  5. 国外Android面试题
  6. Android(安卓)Native Development Kit (N
  7. Android(安卓)Animation
  8. Android(安卓)apk to library
  9. android 判断联网类型
  10. Android(安卓)Drawable scale