How to Install VScode on android

 








Hello friends, As we know VScode (Visual Studio Code) is one of the most popular code editor developed by Microsoft . So in this guide we will see how we can install VScode on our Android device .

For installing  VScode, we are going to use an android terminal emulator Termux .

Required Application 

Installation

After installing Termux, first we need to update it repositories and install proot-distro . we will use proot-distro to install linux distro like ubuntu .

pkg update && pkg install proot-distro

Now we have to install a linux distro . Here I am going to install ubuntu but you can install other also like debian, kali, etc

proot-distro install ubuntu

Next login to your linux distro .

proot-distro login ubuntu

Now download the latest release of code server .

curl -fsSL https://code-server.dev/install.sh | sh

Now we have to setup our vscode password . so first change the directory to bin .

cd /bin

Now setup your password for vscode .

export PASSWORD="{your password}"

Now start vscode .

code-server
 

Now open your browser and go to localhost:8080 and enjoy vscode !

         Subscribe our YouTube channel 



Post a Comment (0)
Previous Post Next Post