关于酷欧天气加载不出省份数据!!!

修改Gradle中的SDK版本

将28改为26即可

android {
compileSdkVersion 26
defaultConfig {
applicationId “com.example.weather”
minSdkVersion 15
targetSdkVersion 26

dependencies {
implementation fileTree(dir: ‘libs’, include: [’*.jar’])
implementation ‘com.android.support:appcompat-v7:26.0.0’

猜你喜欢

转载自blog.csdn.net/baidu_39285054/article/details/92616300