Open In App

How to Install Android Studio on Kali Linux?

Last Updated : 02 Jan, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Android Studio is an official integrated development environment (IDE) for android application development. It is available for all platforms macOS, Linux, and windows. It is developed and managed by google and comes under JetBrains. Furthermore, it supports different languages like java, Kotlin, dart, etc.

Installing Android Studio 

Step 1: Downloading the package. Visit this link to download android studio.

downloading-android-studio

 

Then you will be prompted to accept licenses, go ahead and accept the terms and licenses. It will automatically download the installer as per your system, here we have Kali Linux, so we will have a Debian package.

accepting-license-agreement

 

After clicking on the Download button, the download will automatically start. Wait for the download to complete, it may take some minutes.

clicking-download-button

 

Step 2: Unpacking the downloaded package. The zip file will be downloaded, and it’s time to extract it, let’s extract it.

zip-file-downloaded

 

Now in the extracted folder go to the bin directory and open up the terminal there, and type:

./studio.sh

opening-terminal

 

Step 4: Executing the android-studio app. You will see android studio opening and a window will appear asking for two options, either import android studio settings from an existing file or do not import settings, as it is the first time we will go with not importing the setting.

selecting-do-not-import-settings

 

After that, you will be prompted to many settings to leave it as default, or you can personalize it as per your choice. At one point, you will see a dialog to download different SDK licenses for Android Studio.

accepting-license-agreement

 

A download will start after you will automatically accept the license agreement. It would probably take 20-30 mins as per your Internet speed.

downloading-components

 

After all the downloads, you will be on the home page of android-studio,

home-page-of-android-studio

 

Step 5: Setting up android-studio. Click on New Project you will be prompted to choose the structure of your app, we will go with empty activity,

setting-up-android-studio

 

After selecting, click on Next, and then you will be prompted to choose your application name, address, and the language you want to develop your app with.

new-project

 

After selecting all the preferences, click on finish, and we are good to go. It will take some time to run all the processes. Now you are good to develop apps.


Similar Reads

How to fix "Android Studio doesn't see device" in Android Studio?
In Android Studio, sometimes the list of devices and emulators doesn't list your physical device when you try to plug it in. Or you may have faced a situation when you plugged the phone in for the first time, no dialog appeared asking if you trust the computer. But the laptop is already allowed to connect to the mobile device. However, the button R
4 min read
How to Fix "Android studio logcat nothing to show" in Android Studio?
Logcat Window is the place where various messages can be printed when an application runs. Suppose, you are running your application and the program crashes, unfortunately. Then, Logcat Window is going to help you to debug the output by collecting and viewing all the messages that your emulator throws. So, this is a very useful component for the ap
2 min read
How to Install Android Applications in Mobile Phone without USB Cables using Android Studio?
Android Studio is the official integrated development environment for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android app development. After successfully Setting up an Android project, and write down the necessary codes the next task is to run the application on an emulator or on a
2 min read
How to Fix “Failed to install the following Android SDK packages as some licenses have not been accepted” Error in Android Studio?
When you download the latest Android SDK tools version using the command line to install SDKs and you just try to build gradle then this error shows up: Failed to install the following Android SDK packages as some licenses have not been accepted. platforms;android-27 Android SDK Platform 27 build-tools;27.0.3 Android SDK Build-Tools 27.0.3 To build
4 min read
How to Install Kali Linux on Windows?
Kali Linux is an open-source Linux distribution based on Debian, designed for sophisticated penetration testing and security auditing. Kali Linux includes hundreds of tools for diverse information security activities such as penetration testing, security research, computer forensics, and reverse engineering. This multi-platform solution is accessib
2 min read
How to Install Lazy Script in Kali Linux?
Kali Linux is one of the most advanced hacking OS systems from Linux family. Kali Linux is filled with many hacking tools and supporting learners and hackers worldwide. There are many versions of Kali Linux which provides a good user interface and desired environment. The Lazy Script is designed to help many users to save time and work. The script
2 min read
How to Install Kali Linux VirtualBox Image?
Kali Linux is considered as the best perpetration testing Linux distribution as it comes with every important tool pre-installed in it. If you have a spare system you can directly install Kali into it, but if you plan to use it in a virtual environment then the best and safest method would be to use VirtualBox in your system. You can download Virtu
2 min read
How to Install Popcorn Time on Ubuntu, Mint, Kali Linux?
Popcorn Time is a BitTorrent client with multi-platform, free software that provides an integrated media player. A free alternative to subscription-based video streaming services, such as Netflix, is offered by the application. To stream video identified by several torrent websites, Popcorn Time uses sequential downloading and third-party trackers
3 min read
How to Install FatRat Tool in Kali Linux?
The FatRat is a free and open-source tool used as an exploiting tool. The FatRat tool adds malware with a payload and after that, the malware that you have developed can be executed on different types of operating systems such as android, windows, mac, Linux. The FatRat is a powerful tool that can bypass most of the Antivirus easily and can maintai
5 min read
How to Install Social Engineering Toolkit in Kali Linux?
Social engineering toolkit is a free and open-source tool that is used for social engineering attacks such as phishing, faking phone numbers, sending SMS, etc. it's a free tool available in Kali Linux or you can directly download and install it from Github. The Social Engineering Toolkit is designed and developed by a programmer named Dave Kennedy.
5 min read