Sublime Text Editor – How To Install Sublime Text Editor On Android Phone

How To Install Sublime Text Editor On Android PhoneHey coders! Want to code on your Android phone? Let’s level up your coding game by installing Sublime Text Editor.

In this guide, I’ll break down the simple steps to get Sublime running smoothly on your Android device. Let’s dive in and get coding wherever you are!

Before we dive in, let’s make sure everyone’s on the same page about what Sublime Text is. If you’re already familiar with it, feel free to skip ahead. Otherwise, let’s take a quick look at what Sublime Text is all about.

What Is Sublime Text?

Sublime Text Editor Logo

Sublime Text is a cool tool that helps coders write and edit code. It’s fast, simple, and can be customized to fit your needs.

You can use it to work on different programming languages and files. With features like multiple selections and distraction-free mode, it’s great for staying focused and getting stuff done.

Whether you’re just starting out or a seasoned pro, Sublime Text is a handy tool for coding tasks.

Read More :

How To Install Sublime Text Editor On Android Phone

Great, now that we’re all caught up on what Sublime Text is and what it’s used for, let’s dive into the exciting part: installing and using Sublime Text Editor on any Android phone.

Follow this guide step by step, and you’ll be able to install Sublime Text Editor on your Android device with ease. Let’s get started!

1. Firstly, ensure that you have at least 15GB of free storage space on your Android phone’s internal storage. If you have more than that, even better!

2. Next, you’ll need to install Kali Linux on your Android phone using the Termux App. This is necessary to use Sublime Text Editor.

Fortunately, I’ve already prepared a video and article guiding you through the installation process. Just follow the article below to install Kali Linux on your Android phone without rooting it.

How To Install Kali Linux On Android (Kali Nethunter) No Root

3. Assuming you’ve completed the first two steps, let’s proceed to the next ones. Open the Termux app and log in to your Kali Linux localhost mode using the command “mh -r“.

Log In Kali Linux On Android

4. If you see “root㉿localhost“, you’re on the right track. Now, let’s install the wget package first. This package will help you download the Sublime Text software. Simply follow the commands below one by one:

# Download & Install Wget.

apt install wget -y

# Download Sublime Text Installer Script.

wget https://gitlab.com/MaheshTechnicals/kali-nethunter-2022/-/raw/main/SublimeText.sh
Download Sublime Text Installer Script - How To Install Sublime Text Editor On Android Phone

# Give Proper Permissions to that script.

chmod +x SublimeText.sh
execute script - How To Install Sublime Text Editor On Android Phone

# Run Sublime Text Editor Installer Script.

bash SublimeText.sh

5. Once you run the Sublime Text Installer script, you’ll be presented with three options.

How To Install Sublime Text Editor On Android Phone

Choose the option that suits your needs and follow the on-screen instructions to install Sublime Text Editor.

Install Sublime Text Editor On Android Phone

6. After the installation is complete, use the following command to start your VNC server and access your Kali Linux in GUI mode using the VNC Viewer app:

kex &

7. That’s it! Now, search for Sublime Text Editor in your apps. You should find it there. Simply click on it to open. Voila! You’ve successfully installed and can now use Sublime Text Editor on your Android phone without any issues.

Successfully Open Sublime Text Editor On Android

8. These steps make it easy to install and utilize Sublime Text Editor on your Android device. Enjoy coding on the go!

How To Uninstall Sublime Text :

Now that you’ve successfully installed Sublime Text Editor using the simple steps provided earlier, let’s go through the process of uninstalling it if you’ve completed your work or have any other reason to do so. Here’s how:

1. Begin by running the script again using the command below:

bash SublimeText.sh

2. Once the script is running, select the uninstall option and press enter. You’ll then be prompted for confirmation. Simply type “y” and press enter to proceed.

3. The script will automatically uninstall Sublime Text Editor from your Android phone.

That’s it! Following these steps, you can easily uninstall Sublime Text Editor from your Android device if needed.

Youtube Video Tutorial :

Conclusion :

In conclusion, Sublime Text Editor is a powerful tool that can enhance your productivity on the go, allowing you to code and edit text files directly from your Android phone.

By following the simple steps outlined in this guide, you can easily install and use Sublime Text Editor on your device.

And if your work is done or you need to uninstall it for any reason, the process is just as straightforward.

With Sublime Text Editor at your fingertips, you can code and edit text with ease wherever you are.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top