Android studio SDK manager is missing

后端 未结 4 1501
独厮守ぢ
独厮守ぢ 2021-02-07 04:44

I am following this ionic tutorial and having some trouble with setting up the SDK in Android Studio in order to test my ionic project. I am looking for the SDK manager however

相关标签:
4条回答
  • 2021-02-07 05:01

    If SDK Manager is missing. But SDK is installed. then you need install Sdk manager command line.

    To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool.

    0 讨论(0)
  • 2021-02-07 05:11

    It's actually on the Welcome screen now, under the Configure menu

    I couldn't find it from within the IDE when editing a project. If you have a project open, be sure to click File / Close Project to return to the Welcome screen.

    0 讨论(0)
  • 2021-02-07 05:15

    You have accidently disabled Android Support plugin in your plugin list. Try enable it and restart Android Studio.

    To be detailed: In your first picture, Configure -> Plugins, tick almost everything to enable (for me which is also using Android Studio 3.1.3, there are Android Support, Android APK Support, Firebase Services, Google Developers Samples, Firebase App Indexing, Firebase Testing, Test Recorder, Google Services, Google Cloud Tools For Android Studio, Android NDK Support, Android Games and App Links Assistant), then OK to Restart Android Studio.

    0 讨论(0)
  • 2021-02-07 05:20

    Follow these steps after uninstalling previous version of Android studio:

    1. Download SDK zip file from here --> developer.android.com

    2. Extract the zip file.

    3. Copy and paste that extracted folder into Applications/Android Studio/

    4. Open Android Studio. Go to: (Quick Start) / Configure / Project Defaults / Project Structure / (Android SDK Location) and browse SDK folder.
    5. Apply and save.
    0 讨论(0)
提交回复
热议问题