Sut i osod Android Stiwdio i mewn Ffenestri 10 yn 3 camau hawdd?
- Agor gorchymyn brydlon gweinyddol
– Dde chlecia y ffenestri yn dechrau botwm a dewis “archa 'n Barod(admin)” - 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" - Ar ôl y cwblhau'r gorchymyn uchod, adysgrifia a bastio y canlynol gorsedda gorchymyn i mewn i'r gorchymyn brydlon gweinyddol. 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.
