Android Studio中进行Gradle sync 时出现了这个错误,Android Studio 出错提示是 Gradle sync failed: A problem occurred configuring project ‘:app’
在项目里有一个叫settings.gradle的文件,打开之后其内容为include ‘:app’,在这个app前面加上了一个英文句点,
2022-02-05 12:05:53
Android Studio中进行Gradle sync 时出现了这个错误,Android Studio 出错提示是 Gradle sync failed: A problem occurred configuring project ‘:app’
在项目里有一个叫settings.gradle的文件,打开之后其内容为include ‘:app’,在这个app前面加上了一个英文句点,