Android Studio配置本地SDK

Android Studio配置本地SDK

问题一:Android Studio报错:SDK does not contain any platforms.

Android Studio配置本地SDK
解决方法:本地SDK应放到名为platforms的外层文件夹内。
例子:D:\SDK\platforms… (选择路径时选取到SDK文件夹即可)

问题二:Android SDK location should not contain whitespace, as this can cause problems with the NDK tools.

Android Studio配置本地SDK
解决方法:很明显SDK的路径中不能含有空格,重命名带空格的文件夹或转移SDK至其他目录即可。

完成

Android Studio配置本地SDK
推荐Android Studio及SDK下载地址:
https://developer.android.google.cn/(官方)
https://www.androiddevtools.cn/

相关文章:

  • 2021-11-27
  • 2021-07-28
  • 2021-04-15
  • 2021-11-27
  • 2021-11-12
  • 2022-01-07
猜你喜欢
  • 2021-05-27
  • 2022-12-23
  • 2021-10-27
  • 2022-01-20
  • 2021-06-18
相关资源
相似解决方案