Answer the question
In order to leave comments, you need to log in
How to install Android Studio along with Android SDK?
Downloaded the Android Studio installer from their official website. Installed, the studio tried to download something during installation, but after five minutes the promo opened the start menu. When I tried to create a project, I swore that the SDK was not installed. I go into the SDK manager, it checks for updates for 20 minutes and crashes with an error. How to install this SDK if possible separately from android studio. Because of this, I can't start a flutter project.
Answer the question
In order to leave comments, you need to log in
How to install this SDK if possible separately from android studio?
...we find the "Command line tools only" section and download the required version depending on your system.
Create an Android folder in the system root folder. In the case of Windows, this is the local drive "C", and in OS X and Linux, this is the user's home folder. Unpack the downloaded archive into the Android folder. For further work, you need the installed Java package on your computer. OS X supports it out of the box, to check this, type in “which java” in the terminal, the system should give the location of the package. On Windows and Linux, install the JDK from this link.
If you're using Linux, you'll need to install a few more packages with this "sudo apt-get install lib32ncurses5 lib32stdc++6" command. For other versions of Linux, you need to find the appropriate ncurses5 and stdc++6 packages.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question