Android Studio Ubuntu 18.10 Installation

October 19, 2018 | By the+gnu+linux+evangelist.

Android Studio Ubuntu 18.10 - Setting Up

  1. 6. Relocating Android Studio

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

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

    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 like:

    nano ~/.bashrc

    Append:

    export PATH=~/Android/sdk/platformtools:~/Android/sdk/tools:/opt/android-studio/bin:$PATH
    

    Ctrl+x to Save & Exit from nano editor :)

  3. Android Studio Ubuntu 18.10 Installation Guide - Config Wizard


QuickChic Theme • Powered by WordPress