Android 报错Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

在Terminal中输入gradlew compileDebugSources可查看错误信息 出现以上错误是因为compile已经过时可以换成implementation compile ->implementation androidTestCompile ->androidTestImplementation testCompile -> testImplementation
相关文章
相关标签/搜索