How to Install Android Studio on Lubuntu 15.10 Wily 32-64bit Linux+GNU Easy Guide

September 29, 2015 | By the+gnu+linux+evangelist.

Android Studio IDE Quick Start for Lubuntu 15.10 Wily

You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started on Android SDK with Android Studio IDE for Lubuntu 15.10 Wily Werewolf i386/amd64 GNU/Linux Desktop.

The Android Studio is the Official IDE for Android Application Development, based on IntelliJ IDEA.

How to Install Android Emulator 9.0 on Ubuntu 20.04

Android Studio IDE main Features list:

  • 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. Download Android Studio IDE for Lubuntu Linux

    Android Studio IDE tar.gz Linux
  2. Double-Click on Android Archive
    Extract into /tmp

    Android Studio IDE Quick Start for Lubuntu 15.10 Wily - extraction
  3. Open a Shell Terminal emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Getting-Started with Android Studio IDE for Lubuntu 15.10 Wily - Open Terminal
  4. How to Install Required Oracle Java JDK on Lubuntu

    Install Oracle JDK for Lubuntu
  5. Relocate Android Studio IDE

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

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    sudo mv /tmp/android-studio /opt/
  6. Making the Android SDK Tools 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 :)

  7. Installing Required Packages for 64-bit Systems.

    sudo apt-get install lib32stdc++6 lib32z1
  8. Getting-Started with Android Studio App Development on Lubuntu Linux - Config Wizard

  9. Getting-Started with Android App Development

    Android Studio Quick Start Guide

QuickChic Theme • Powered by WordPress