我在项目中添加了一个gradle.properties,内容就像 this
这是我的主要内容 content
但它构建错误:org.eclipse.uml2.uml.Model
。有些人帮助我,非常感谢你!
答案 0 :(得分:1)
你最好这样做:
android {
compileSdkVersion 24
buildToolsVersion '24.0.3'
defaultConfig {
applicationId "com.lancoo.liberalstudy"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName 1.0
}
}
因为gradle.properties
文件无法识别这些变量