【发布时间】:2016-01-18 12:59:56
【问题描述】:
将这些行添加到我的 gradle 文件后出现此错误:
buildTypes.each {
it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', MyOpenWeatherMapApiKey
}
然后日志显示:
Could not find property 'MyOpenWeatherMapApiKey' on com.android.build.gradle.AppExtension_Decorated@c3b784
我在谷歌上搜索的解决方案无法解决我的问题。请告诉我我哪里错了?
【问题讨论】:
-
什么是 MyOpenWeatherMapApiKey ?
标签: android android-studio gradle android-gradle-plugin build.gradle