在编译apk时,提示以下错误。
错误: 找不到符号
符号: 类 xxx
位置: 程序包 xxx.set.network
问题原因,是因为android studio gradle 错误。
使用环境为:我的主项目中引用了一个module。
module完整的build.gradle如下
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 15
targetSdkVersion 20
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
zipAlignEnabled true

最低0.47元/天 解锁文章
1401

被折叠的 条评论
为什么被折叠?



