彭振皖

 

android studio 3.2.0启动遇到Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project

  • 这是因为找不到对应的版本库,将项目app文件下的build.gradle文件中的implementation 'com.android.support:appcompat-v7:28.+' 版本降级(之前的是implementation 'com.android.support:appcompat-v7:30.+')。

posted on 2021-02-25 22:17  彭振皖  阅读(285)  评论(0)    收藏  举报

导航