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
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.
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.
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.
Follow these steps after uninstalling previous version of Android studio:
Download SDK zip file from here --> developer.android.com
Extract the zip file.
Copy and paste that extracted folder into Applications/Android Studio/