
Now you can just type android-studio in the terminal, and it will start Android Studio. For that reason, we are making a binary named android-studio in /usr/local/bin and adding a soft link to the original studio.sh file. Sudo ln -s /path/to/extracted/directory/bin/studio.sh /usr/local/bin/android-studioĮxplanation : All the binaries that are in /usr/local/bin directory can be executed from anywhere in the system.
In the tutorial we will go through all of them.
There are multiple ways of installing Android Studio on Linux. In this article we will learn how to install and setup Android Studio on Linux, so you can get started with your app development journey.
Support for Kotlin and Java: Android Studio supports both Kotlin and Java programming languages, giving Linux users the flexibility to choose the language that suits their needs. Source Control Integration: It supports integration with popular source control systems like Git, which helps Linux users collaborate with their team. Emulator: Android Studio includes an emulator that allows Linux users to test their apps on various Android devices and configurations. Gradle-based Build System: It uses the Gradle build system, which makes it easier to manage dependencies and automate tasks. Debugging and Profiling Tools: Android Studio provides advanced debugging and profiling tools to help Linux users identify and resolve issues in their apps. Code Editor: It has a powerful code editor with code completion, error highlighting, and refactoring support. Intuitive UI Design: Android Studio has a user-friendly interface that makes it easy for Linux users to develop Android apps. This has led it to be a staple in the app development field. It is packed with features such as emulation support, Firebase integration, live changes, drag-and-drop app layout editors, and much more. Android Studio is the official Google IDE used for android development.