Greetings! Welcome to webcrop. I am Nasyx Rakeeb and i am a professional web developer. If you don't have a laptop or PC for learning programming or web development then in this article i will show you how you can install latest and official version of VS Code on your android smartphone without rooting for web development coding or any other programming language.
At first VS Code wasn't available for ARM64 devices but later Microsoft introduced ARM64 version of VS Code. So in order to install official version of VS Code in your android smartphone we first need to install a linux distro in our smartphone. In this case we are going to install Kali Linux latest version, and then we will install VS Code in Kali Linux.
> Requirements
So without wasting the time let's get started.
Steps To Install Latest and Official VS Code in Android
1) Go to the Playstore in your smartphone and search for an application namely Andronix - Linux on Android and download it or you can click here to install it. With this app we will install kali linux distro in our android phone.
2) Install another app from playstore namely Termux or click here to install it. If you didn't find Termux app on playstore please goto Fdroid and install it from there.
Related: android connect to mongodb
3) Now open the Andronix app, and select the kali linux. If you don't know what to select then i have given a image below all you need to do is select on this image.
4) Now click on proceed button
5) Click on Install
6) Select desktop environment
7) Select XFCE
8) Click on open Termux
9) Now wait for Termux to setup few things, when it's done long click anywhere in termux app and click on paste and hit enter
Now you need to wait for some time, installation process will take approximately half-hour. After installation process is done then you can follow below steps.
10) Enter command vncserver-start it will ask you for password, now set any easy to remember password because we will need it later. You will not see password during entering for security reasons so don't worry keep entering you password, and then it will ask you for view only like this then enter n and then hit enter.
11) Now install vncviewer app from playstore or from here. Open the app and click on plus (+) icon.
12) In Address field type localhost:1 & in name field you can type any name you like.
13) Click Connect and then it will ask for the password and the same password which you set un step 10, and click on ok.
14) Now you will see Kali Linux desktop screen. Now we need to install VS Code in it. Go to browser in ksli linux and type vscode in search bar and goto official website of vscode or click here.
15) Click on .deb button and it will start downloading vscode package.
16) Now goto home screen of kali linux and open terminal and goto download folder and enter this command:
• sudo apt install ./package-name
Note: replace package-name with the file name you downloaded
Now the VS Code is successfully installed. Goto home screen of kali linux and open terminal and enter this command.
/usr/share/code/code --no-sandbox %F
This command will open vscode. If you face any error during or after installation feel free to comment i will reply you as soon as possible.
Thanks
To read the latest posts on web design and development then click here.
