fengjw1
fengjw1
i am also get the same error.
混淆配置为: #skin lib -dontwarn skin.support.** -keep class skin.support.**{*;} ------------------------------------------ release的时候记得关掉资源文件混淆,不然会找不到资源文件。 shrinkResources false
改成这个:annotationProcessorLibs =[glideCompiler]
I have resoved this issue by some ways: `dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' // NOTE: Do not place your application dependencies here; they belong // in the...