In This Video:
I have shown the step by step approch to install and run the desktop version of Visual Studio Code on your Android Device. I have used Termux Linux commands to run the code editor live server.
Follow the steps as follows:
Step 1:
Install Termux Linux application from
Option (i) -> Google Play Store (Not Recommended)
Option (ii) -> F-Droid.org official website (Recommended)
Link to the F-Droid Termux: https://f-droid.org/en/packages/com.termux/
Step 2:
Install the Termux apk in your Android device. And open it.
Step 3:
Run the following commands (copy from here) ->
apt update
apt upgrade
Step 4: (Installing Ubuntu)
pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh
./start-ubuntu.sh
Step 5: (Download the code server)
wget "Copied Link of Latest Version of Code-Server"
apt install ./"Downloaded file name"
export PASSWORD="1234"
(If you're getting "Invalid Password" when lauching VS Code second time then run this command before lauching it.)
Step 6: (Check for updates again and launch code server)
apt update
apt upgrade
(If any updates are available)
apt install g++
apt install python
code-server
Screenshots:
You're done:)
If you find any problem with these whole thing then please ask me in the comments. I'll try to resolve it.
Thank you so much ❤️
Comments
Post a Comment
Type your feedback here...