Android SDK is missing, out of date, or is missing templates. Please ensure you are using SDK version 22 or later

后端 未结 8 1656
礼貌的吻别
礼貌的吻别 2020-12-03 06:31

Possible duplicate, I just download a Android Studio Zip file like Eclipse, as I opened getting this error.

\"en

相关标签:
8条回答
  • 2020-12-03 07:23

    If Android Studio directly opening your project instead of setup window, then just close the windows of all projects. Now you will able to see the startup window. If SDK is missing then it will provide option to download SDK and other required tools.

    It works for me.

    0 讨论(0)
  • 2020-12-03 07:24

    Here's a better approach where you don't have to delete/move anything for Android Studio 3.+.

    1. Open Android Studio and click cancel/ignore for error prompts on missing SDK for each project.
    2. Close all your open projects. You can do this by File > Close Project.
    3. After you do step 1 for all projects, the Welcome screen appears.
    4. The welcome screen will detect you are missing the SDK and give you options to fix the problem, i.e., install the SDKs for you.
    0 讨论(0)
提交回复
热议问题