你好,将Android Studio升级到3.3.2
后,每次运行该应用程序时都会出现此错误:
Could not set unknown property 'localProperties' for project ':app' of type org.gradle.api.Project
我的build.gradle
:
testInstrumentationRunnerdef localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
答案 0 :(得分:0)
我通过调用@month1 > -49
重新创建可成功构建的Android文件来解决此问题。