J
J
justslipknot2020-07-01 15:26:43
Android
justslipknot, 2020-07-01 15:26:43

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

1 answer(s)
P
prrrrrrr, 2020-07-01
@prrrrrrr

How to install this SDK if possible separately from android studio?

Let's go to google. We write the following command install sdk android , go to the first link . We press Ctrl + F5, write sdk, and it throws us where we need to. If we don’t know what to do next, follow the third link in Google, where it says:
...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 question

Ask a Question

731 491 924 answers to any question