-
修改build gradle版本号
image.png
image.png

- 更改implementation 关键字
- butternife
ERROR: Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List;'.
注释掉:


网上也有说把版本降到8.4.0
- 打包
ERROR: Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated{apkData=Main{type=MAIN, fullName=xDebug, filters=[], versionCode=100, versionName=5.5.0-debug}} of type com.android.build.gradle.internal.api.ApkVariantOutputImpl.
Open File


-
注释掉了
image.png

ERROR: The SourceSet 'instrumentTest' is not recognized by the Android Gradle Plugin.
https://blog.csdn.net/weixin_36677647/article/details/79807105

网友评论