How to install Android Studio in Kali Linux

So if you are a developer or just want to use Android Studio in your Kali Linux. Then you are at the right pace in today’s blog post I am going to tell you how to install Android Studio and use Android Studio in Kali Linux. So let's start with an introduction.

Android Studio on Kali Linux

Android Studio is the primary Integrated Development Environment (IDE) for Android application development.

Kali Linux, known for its powerful security features, is a preferred choice among developers for various purposes, including software development. Integrating the power of Android Studio with the versatility of Kali Linux opens up endless possibilities for developers to create innovative Android applications in a secure environment.

Step-by-step process to install Android Studio in Kali Linux

Prepare Kali Linux Environment

Before starting the installation process, it's important to ensure that your Kali Linux system is up to date. Run the following commands in your terminal to update and upgrade your system:

sudo apt update

sudo apt upgrade

Kali Linux system update

Once your system is updated, you need to ensure that the Java Development Kit (JDK) is installed. Android Studio relies on JDK to function properly. Execute the following command to install JDK on your Kali Linux system:

sudo apt install default-jdk

install Java Development Kit (JDK)

Download and Install Android Studio

Step 1: Download Android Studio

To download Android Studio, visit the official website: Android Studio Download. Click on the "android-studio---------------linux.tar.gz" button to start the download process.

Download Android Studio

Step 2: Install Android Studio

Once the download is complete, navigate to the directory where the downloaded file is located. To install Android Studio, execute the following commands in your terminal:

sudo tar -xvzf <file-name> -C /opt

replace <file-name> with the actual name of the package or file you downloaded from the website.

Install Android Studio

cd /opt/android-studio/bin

cd /opt/android-studio/bin

./studio.sh

This will extract Android Studio to the /opt directory and launch the Android Studio Setup Wizard.

Start installion process of android studio

Now it will ask to import setting. So if you have installed this in Kali Linux then you can import the settings. Otherwise, select “Do not import setting” and click ok.

import setting in android studio

Now on the next screen, it will ask you to send usage statics to Google, you can send them if you want. I am selecting don't send.

Now it will start the installation wizard. click on next.

installation wizard of android studio

Now on the next screen, it will ask you for the installation type you want. there are two options first is standard and second is custom. if you want to install a custom package select custom otherwise go with standard.

Install Android Studio in kali linux

Now on the next screen, it will show the packages that are installed with it. click on next.

Install Android Studio in kali linux

Now on the next screen accept the agreement of Android Studio. (there are two types of license you want to accept, first is android SDK and second is SDK arm dbt license)

Install Android Studio in kali linux

Now At last, it will detect if your system is capable of running the emulator or not click on finish to complete the installation.

How to install Android studio in kali linux

After you click on finish it will download some components so wait for them to download. after the the process is complete click on finish again.

How to install Android studio in kali linux

Now Android Studio is successfully installed in your Kali Linux.

Welcome to android studio

Welcome to Android Studio, now you can use it for your projects. click on "New Project" to create a project and on the next screen select the interface (hardware).

create a project in android studio

Then select the language, set the name of your application and click on next. and that it, starts your development.

starts your development in android studio

Bonus:- Now if you are unable to install Android Studio by this method you can also install it from Snap Store. and here is our guide on How to install Snap in Kali Linux.

one problem you can face with the command line method is that sometimes you cannot find the icon of Android Studio in the application menu or anywhere. so to solve this either you can pin Android Studio in the dock or you can install it from Snap Store.

Or if you manually want to create an icon you can check out this : https://askubuntu.com/questions/589615/creating-an-application-launcher-icon-for-android-studio

Conclusion

In conclusion, installing Android Studio on Kali Linux provides developers with a powerful environment for Android application development. By following the comprehensive guide outlined above, you can seamlessly set up Android Studio on your Kali Linux system and essay on your journey to create innovative Android applications. happy coding.

if you like our articles don't forget to follow us on social media.

Pawan Verma

Hey there, I'm Pawan. I wear many hats in the world of technology, but if I had to sum it up in a nutshell, I'd say I'm a cyber security enthusiast. My passion for all things digital security led me to embark on a journey of continuous learning and exploration in this ever-evolving field.

Post a Comment

Previous Post Next Post