Cum se instalează Android Studio în Windows 10 în 3 pași simpli?

  1. Deschideți un prompt de comandă administrativ
    – Faceți clic dreapta pe butonul de pornire Windows și alegeți “Prompt de comandă(admin)”
  2. Copy and paste the following command into the administrative command prompt
    @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
  3. After the above command completes, copy and paste the following install command into the administrative command prompt. This will install android studio and all it’s dependencies and settings including the environment variables
    choco install androidstudio -y

After the installation completes android studio is ready to use. No other steps are required.

Check out the video below for a demo of the above steps in action.