大道

Results 2 comments of 大道

注意配置信息: compile 改成implementation androidTestCompile改成androidTestImplementation testCompile 改成testImplementation build.gradle文件配置 dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.google.code.gson:gson:2.8.4' implementation 'com.squareup.okhttp3:okhttp:3.10.0' } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.0'...