美文网首页
support库问题

support库问题

作者: ye_evan_ye | 来源:发表于2019-06-08 17:46 被阅读0次

    更新support,as等问题:大原则:

    跟上google的脚步,多实战,没有其她办法,跟上脚步,必须看官网,由于墙的原因,看此处

    https://developer.android.google.cn/reference/android/view/View?hl=en

    一:implementation'com.android.support:appcompat-v7:28.0.0' butterknife AndroidX与 com.android.support:appcompat不能共处一室问题

    https://blog.csdn.net/ytfunnysite/article/details/88197582  android开发针对api28引入最新butterknife新建项目的血案

    https://blog.csdn.net/sunny_1020/article/details/88556251 android studio 编译提示appComponentFactory

    第三库尽量使用确定的版本,不要用latest.version,否则更新后导致各种兼容问题。

    https://github.com/JakeWharton/butterknife/releases  

    jakewharton:butterknife使用9.0,没有androidx

    implementation'com.jakewharton:butterknife:9.0.0'

    annotationProcessor'com.jakewharton:butterknife-compiler:9.0.0'

    Java 8 language support, as requested by 'android.enableD8.desugaring= true' in your gradle.properties file, is not supported when 'android.useDexArchive= false'.

    相关文章

      网友评论

          本文标题:support库问题

          本文链接:https://www.haomeiwen.com/subject/groixctx.html