Skip to content

emka.web.id

menulis pengetahuan – merekam peradaban

Menu
  • Home
  • Tutorial
  • Search
Menu

How to Install Android Studio on Fedora 35

Posted on November 21, 2021

Android Studio is a robust integrated development environment (IDE)for Android development, based on IntelliJ IDEA. It is the first choice for an app developer to develop applications for Google’s Android operating system.

It is available for Windows, Linux, macOS, and Chrome OS.

Here, we will see how to install Android Studio on Fedora 35.

System Requirements

You will need a Fedora system with GNOME or KDE Desktop, VT support (optional), and 8 GB RAM or more for Android Studio installation.

Install KVM on Fedora

First, check your CPU supports Intel VT / AMD SVM or not.

egrep --color 'vmx|svm' /proc/cpuinfo | wc -l

Output: If the above output is non-zero, then your machine has Intel or AMD virtualization support.

8

Then, install the KVM to have hardware acceleration for the better performance of Android Studio if your machine supports VT technology.

sudo dnf -y install qemu-kvm bridge-utils libvirt virt-install

Install Android Studio on Fedora 35

You can follow any one of the below methods to install Android Studio on Fedora 35.
1. Using Snap 2. Using Official Package

1. Install Android Studio Using Snap

Android studio is available as a snap package for Fedora operating system. So, first, install the Snap package management on your system.

sudo dnf install -y snapd sudo ln -s /var/lib/snapd/snap /snap sudo snap install core && sudo snap refresh core

Then, install Android Studio using the snap command.

sudo snap install android-studio --classic

The installation will take some time to complete. After the installation of Android Studio, verify the installation using the below command.

sudo snap list android-studio

Output:

Name            Version      Rev  Tracking       Publisher     Notes android-studio  2020.3.1.24  115  latest/stable  snapcrafters  classic 

2. Install Android Studio From Official Archive

First, install 32-bit libraries for Android Studio installation.

sudo dnf install -y zlib.i686 ncurses-libs.i686 bzip2-libs.i686

Next, open a web browser and visit the below link to download the latest version of Android Studio from the official website.

OR

Use the below command to download the Android Studio package using the terminal.

cd /tmp wget https://dl.google.com/dl/android/studio/ide-zips/2020.3.1.25/android-studio-2020.3.1.25-linux.tar.gz

Then, extract the downloaded archive using the tar command.

sudo tar -zxvf android-studio-*-linux.tar.gz sudo mv android-studio /opt/

And then, link the executable to /bin directory so that you can start Android Studio using the android-studio command.

sudo ln -sf /opt/android-studio/bin/studio.sh /bin/android-studio

Create a desktop entry so that you start Android Studio from the Activities menu.

sudo nano /usr/share/applications/android-studio.desktop

Use the following information in the above file.

[Desktop Entry] Version=1.0 Type=Application Name=Android Studio Comment=Android Studio Exec=bash -i "/opt/android-studio/bin/studio.sh" %f Icon=/opt/android-studio/bin/studio.png Categories=Development;IDE; Terminal=false StartupNotify=true StartupWMClass=jetbrains-android-studio Name[en_GB]=android-studio.desktop

Launch Android Studio

Start Android Studio by going to Activities » Search for Android Studio or running the android-studio command in the terminal.

Sumber: disini

Terbaru

  • Google Pixel 10 Pro Akan Memiliki Integrasi Play Points yang Lebih Dalam
  • Stop Cara Kuno! Ini Trik Supaya Manajemen Karyawan Jadi Lebih Cepat dan Anti Ribet
  • Bug di Aplikasi Cuaca Wear OS Google: Update Tidak Ngaruh!
  • Samsung Kembangkan Sensor Kamera Baru Pakai Teknologi Global Shutter dan Efek Blur Bergerak
  • Cara Membuat Anggaran Otomatis di Excel
  • Baseus X1 Pro Kamera: Kamera Ringkas dengan Fitur Canggih dan Harga yang Menarik
  • Profil Sosmed Kalian Sepi? Gini Caranya Makeover Bio Biar Makin Dilirik Sama Netizen!
  • Cara Mengatasi Error ‘Disk is Full or Read-Only’
  • Belum Tahu? Inilah Trik Ampuh Atasi Error ‘We Were Unable To Create Your Notebook’ di OneNote
  • Trik Instagram Stories 2025: Ubah Viewer Jadi Loyal Follower dengan Fitur Sederhana Ini
  • Turning TikTok into a Money-Making Machine
  • Cara Ekstrak Driver Intel RST/VMD dari setuprst.exe: Panduan Lengkap
  • Pixel 8 dan 8 Pro Akan Punya Kamera Baru Resolusi 10.2MP, Hasil Lebih Baik di Kondisi Redup
  • Inilah Trik Website Kalian Lolos Core Web Vitals dan Ranking Naik
  • YouTube TV Uji Coba Fitur Tonton Rekaman Pertandingan Olahraga NFL,NBA, MLB Terbatas
  • Aawi Wireless Dua Habis Stok, Model Android Auto Tunggal Masih Diskon
  • Samsung Akan Luncurkan One UI 8.5 dengan Inspirasi ‘Liquid Glass’ yang Memukau
  • XBox Game Pass PC Tidak Bisa Address GPU ke Game
  • Your Pocket-Sized Doctors: 3 Health Apps Changing the Game on Android and iOS
  • Waymo Bawa Teknologi ‘Liquid Glass’ untuk Mobil Otonom
  • Rumor Google Akan Update UI Besar-besaran Desember 2025
  • Gemini Akan Masuk di Android Auto, Mobil Jadi Lebih Smart!
  • OpenAI Bantah Rencana Pasang Iklan di ChatGPT Berlangganan
  • Kenapa Komputer Sangat Panas Saat Gunakan Fitur Virtualisasi Hyper-V?
  • Apa itu Bug React2Shell? Sudah Serang Lebih dari 30 Organisasi dan 77.000 IP Address
  • Google Store Black Friday 2025: Penawaran Spesial untuk Pixel, Nest, dan Lainnya!
  • Boxville 2 Gratis di Playstore, Plus Diskon Lainnya!
  • Cara Atasi Masalah Pembacaan Suara (Read Aloud) di Windows Copilot Tidak Berfungsi
  • Kementerian Kesehatan Inggris Akui Data Breach, Akibat Zero-day Oracle DB?
  • Google Akan Perkenalkan Autofill Google Wallet di Chrome untuk Pembayaran Lebih Mudah
  • Google Pixel 10 Pro Akan Memiliki Integrasi Play Points yang Lebih Dalam
  • Stop Cara Kuno! Ini Trik Supaya Manajemen Karyawan Jadi Lebih Cepat dan Anti Ribet
  • Bug di Aplikasi Cuaca Wear OS Google: Update Tidak Ngaruh!

©2025 emka.web.id | Design: Newspaperly WordPress Theme