As升级到3.3出现的报错

2019-04-03  本文已影响0人  lucas777
  1. ERROR: The Android Gradle plugin supports only Butterknife Gradle plugin version 9.0.0-rc2 and higher.
    The following dependencies do not satisfy the required version:
    root project 'SmartQuality' -> com.jakewharton:butterknife-gradle-plugin:8.5.1
    Affected Modules: app
  2. Task :app:mergeExtDexDebug FAILED
    AGPBI: {"kind":"error","text":"Static interface methods are only supported starting with Android N (--min-api 24): void butterknife.Unbinder.lambdastatic0()","sources":[{}],"tool":"D8"}

FAILURE: Build failed with an exception.

Failed to transform file 'classes.jar' to match attributes {artifactType=android-dex, dexing-is-debuggable=true, dexing-min-sdk=16} using transform DexingTransform
Error while dexing.

详情请参考:https://blog.csdn.net/menwaiqingshan/article/details/86674109

上一篇 下一篇

猜你喜欢

热点阅读