升级 Android Studio 3.2.1 后出现的一些问题的解决办法

1、app   build.gradle文件中修改了。

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

2、在File-settings-build execution deployment-android studio 

     选中 Enable embedded maven respository

 

你可能感兴趣的:(升级 Android Studio 3.2.1 后出现的一些问题的解决办法)