当前位置: 代码迷 >> 综合 >> SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID
  详细解决方案

SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID

热度:85   发布时间:2023-10-18 01:23:14.0
正常情况应该是local.properties这个文件中的sdk路径有问题,但是路径没问题又报这个错误,就是项目根目录下缺少settings.gradle这个文件,内容是 include ':app'
  相关解决方案