写过java的都知道,lombok几乎在项目中处于不可或缺的一部分,但是lombok在Gradle的项目中配置并非人人都知道. 很多人在项目依赖中直接这样写 1 compile "org.projectlombok:lombok:1.18.4" 但这样的处理在Gradle 5.0以上被命令禁止了,在4.x的高级版本中编译时也会有对应的告警 12345 The following annotation processors were detected on the compile cla
起因 刚完成一个版本的开发.刚上Google play 就有用户反映无法更新应用.错误代码为:Can't install app "****" can' be installed.Try again, and if the problem continues,get help toubleshooting.(Error code: -505) 解决思路 得到这样的Bug当然感觉到莫名其妙了.因为开发阶段一直都没有问题.不过还得解决. 首先去百度或者Google 这个关键字 “Goog
plugins { id 'java' id "io.franzbecker.gradle-lombok" version "3.1.0" //在此添加插件否则lombok引用会失败 } group 'com.demo' version '1.0-SNAPSHOT' sourceCompatibility = 1.8 repositories { //mavenCentral() maven { url 'http
在build.gradle中添加个 compile files('libs/alipaySdk-20170922.jar') 就一直报这个错误 Error:Could not resolve all files for configuration ':app:debugAndroidTestRuntimeClasspath'. > Failed to transform file 'alipaySdk-20170932.jar' to match attributes {artifactType