Step-by-step – Android Studio IDE Installation in Fedora Rawhide

April 21, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 5. Installing Oracle JDK

    Install Recommended Oracle Java JDK on Linux Fedora

    Oracle JDK Installation for Fedora
  2. 6. Installing Android Studio

    Next to Install Android Studio IDE
    Set the SuperUser as owner:

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

    Then Switch the Contents with:

    sudo mv /tmp/android-studio /opt
  3. 7. Setting Up Path

    Moreover, Set the Android SDK Path
    Edit the User Bash configuration file:

    nano ~/.bashrc

    Append:

    export PATH=$PATH:$HOME/Android/Sdk/tools:$HOME/Android/Sdk/platform-tools:$HOME/Android/Sdk/tools/bin:/opt/android-studio/bin

    Just Replace [user] with your User name
    Ctrl+x to Save & Exit from nano editor :)
    And finally, load the New Path simply with:

    bash

    This Setup will be useful after the First, launch of Android Studio IDE and the Installation of Android SDK Tools…


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

QuickChic Theme • Powered by WordPress