$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Android Studio Red Hat Linux 9 Installation

November 13, 2022 | By the+gnu+linux+evangelist.

GNU/Linux Red Hat 9 Installing Android Studio – QuickStart Guide

Hi! The Tutorial shows you Step-by-Step How to Install Android Studio IDE in Red Hat GNU/Linux Enterprise 9.x 64-bit Desktop.

First, the Android Studio for Red Hat Linux is the Official IDE for Android Application Development, based on IntelliJ IDEA.

Especially relevant: the Android App Development Requires a working Oracle Java JDK Installation for Red Hat Linux.

Android Studio Red Hat Linux 9 Installation Guide - Featured

Again about the Android Studio IDE main Features are:

  • Flexible Gradle-based build system
  • Build variants and multiple apk file generation
  • Code templates to help you build common app features
  • Rich layout editor with support for drag and drop theme editing
  • Lint tools to catch performance, usability, version compatibility, and other problems
  • ProGuard and app-signing capabilities
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
  1. 1. Launching Shell Emulator

    Open a Terminal window
    (Press “Enter” to Execute Commands).

    Android Studio Red Hat Linux 9 Installation Guide - Open Terminal Shell Emulator
  1. 2. Downloading Android Studio IDE

    Download Android Studio IDE for Red Hat Linux

    Android Studio IDE tar.gz Linux
    If you are using Firefox then on Prompt Choose “Open with Archive Manager”:
    Step-by-step Android Studio Red Hat Linux 9 Installation Guide - Firefox Prompt
    Or After try to Select the Package by the Downloads Button on Top Panel:
    Step-by-step Android Studio Red Hat Linux 9 Installation Guide - Downloaded Packages
    Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:
    Step-by-step Android Studio Red Hat Linux 9 Installation Guide - Chrome Bottom Panel Downloads

    How to Install Chrome Browser in Red Hat Linux

    Chrome Red Hat Linux Installation Guide
  2. 3. Extracting Android Studio IDE

    Then Extract Android Studio IDE into /tmp
    Possibly Double-Click/Right-Click on Archive to Open with Archive Manager:

    Android Studio Red Hat Linux 9 Installation Guide - extraction
    Or from Shell:
    sudo dnf install unzip
    tar xvzf ~/Downloads/android-studio*.tar.gz -C /tmp
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
  1. 4. Installing Dependencies

    Install Required Packages.

    sudo dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
  2. 5. Installing Red Hat JDK

    How to Install Required Red Hat Java JDK on Red Hat Linux

    Install Red Hat JDK for Red Hat Linux
  1. 6. Relocating Android Studio

    Again to Relocate Android Studio IDE
    For a System wide installation Set the superUser as Holder with:

    sudo chown -R root:root /tmp/android-studio

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Then Move the Android Studio contents into the /opt Directory:

    sudo mv /tmp/android-studio /opt/
  2. 7. Amending User’s Path

    And to Make the Android SDK Command-line Accessible
    Amend the User’s Path with:

    echo "export PATH=~/Android/sdk/platformtools:~/Android/sdk/tools:/opt/android-studio/bin:$PATH" >> ~/.bashrc
    And then to Reload the PATH simply run:
    bash
  1. 8. Running Android Studio IDE

    Finally, Launch & Enjoy Andoid Studio
    First, Launch it from Terminal with:

    studio.sh

    And on the First, Configuration a Desktop Launcher it’s Automatically Created!
    Wait until Android Studio Download the SDK Tools and the others Needed Components…
    Android Studio Red Hat Linux 9 Installation Guide - Config Wizard

  2. 9. Android Studio Getting-Started Guide

    Getting-Started with Android App Development

    Android Studio Quick Start Guide
    Android Studio Red Hat Linux 9 Installation Guide - Config Wizard

So Now I’m truly Happy if My Guide could Help you to Install Android Studio on Red Hat Linux 9!