AS 3.5 The given artifact contains a string literal with a package reference 'android.support.v4.con
一、前言:
报错:AS 3.5 The given artifact contains a string literal with a package reference 'android.support.v4.con使用背景:
- 我的 Android 项目采用的是 AndroidX;
- 我首先使用的是butterknife 8.5.1版本,报错,提示我用butterknife 9.0 以上;
- 我使用butterknife 9.0,继续报上面的错误;
- 解决方法:使用butterknife 10.1.0 即可;
文章图片
2. 添加依赖到项目中: project依赖
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.jakewharton:butterknife-gradle-plugin:10.1.0'
}
}
3. mouble 依赖 也就是 app 依赖:
【AS 3.5 The given artifact contains a string literal with a package reference 'android.support.v4.con】头部添加:
apply plugin: 'com.jakewharton.butterknife'
jar 包依赖:
android {
...
// Butterknife requires Java 8.
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}dependencies {
implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
}
4. 小技巧 添加butterknife
- 首先打开# butterknife的github地址,查找最新的版本,现在的最新版本是10.1.0
推荐阅读
- 【Thesewt】蒙昧(续)
- The|The Help week 3
- The|The ideal servant
- 分析COMP122 The Caesar Cipher
- 清晨朗读327(How|清晨朗读327:How Successful People Network with Each Other)
- 【天馬座|【天馬座 ? 翼ノ幻想】~《The Pegasus Fantasy》
- The|The Dump Truck Song
- OpenCV|OpenCV for Unity 通过WebCamTextureToMatHelper帮助类来获取摄像头的画面
- 2018年第十周周检视【3.5-3.11】
- 本文转载于THE|本文转载于THE ILLUMINATUS! TRILOGY