运行过程中,出现这个错误android 项目运行报错error:please select android SDK

解决的方法是:在这个app.iml这个文件android 项目运行报错error:please select android SDK

查看是否存在android 项目运行报错error:please select android SDK

这两行代码,没有或者不够则添加。

代码:

<orderEntry type="jdk" jdkName="Android API 28 Platform " jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />

相关文章:

  • 2021-11-08
  • 2021-05-28
  • 2022-01-21
  • 2021-12-11
猜你喜欢
  • 2021-08-30
  • 2021-08-27
  • 2021-05-21
  • 2021-09-13
  • 2021-07-08
  • 2021-12-04
  • 2022-01-18
相关资源
相似解决方案