How to Install Android Studio on Kali 2018

September 1, 2018 | By the+gnu+linux+evangelist.

Android Studio Kali Linux 2018 - Installing

  1. 4. Installing Dependencies

    Install Required Packages.

    sudo apt-get install lib32z1 lib32ncurses* lib32stdc++6
  2. 5. Installing Oracle JDK

    How to Install Required Oracle Java JDK on Ubuntu

    Install Oracle JDK for Ubuntu
  3. 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/
  4. 7. Amending User’s Path

    To Make the Android SDK Command-line Accessible
    Amend the User’s Path like:

    nano ~/.bashrc

    Append:

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

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

  5. How to Install Android Studio on Kali Linux 2018 - Config Wizard


QuickChic Theme • Powered by WordPress