
Click the search icon and enter Android Studio in the search bar. On your Ubuntu desktop Activities toolbar/dock, click the Ubuntu Software icon. Write better code, work faster, and be more productive with an intelligent code editor that provides code completion for Kotlin, Java, and C/C++ languages. Enter Y and then hit enter Java will then be installed on your system. Install and run your apps faster than with a physical device and simulate different configurations and features, including ARCore, Google’s platform for building augmented reality experiences Compare two APKs to see how your app size changed between app versions. Inspect the manifest file, resources, and DEX files.

With the help of the following command you will install Android Studio with all its dependencies: sudo apt install android-studio. Then preview your layout on any screen size by selecting one of various device configurations or by simply resizing the preview window.įind opportunities to reduce your Android app size by inspecting the contents of your app APK file, even if it wasn’t built with Android Studio. Now it’s time to install the android studio on your Ubuntu 20.04 system using the apt package manager.

Android Studio Features:Ĭreate complex layouts with ConstraintLayout by adding constraints from each view to other views and guidelines.

You can install the android studio using snap on your Ubuntu system using the following command: sudo snap install android-studio -classic. 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 development. Method 2: Install Android Studio through snap.
