How to Install Android Studio on PCLinuxOS 32-64bit Easy Guide

July 2, 2017 | By the+gnu+linux+evangelist.

Android Studio Quick Start for PCLinuxOS

Hello PCLinuxOS User! The Tutorial shows you Step-by-Step How to Install Android Studio on PCLinuxOS GNU/Linux Desktop.

Especially relevant: Android App Development Requires a working Oracle Java JDK Installation.

So Android Studio is an IntelliJ IDEA based Development Environment with this Features:

  • Gradle-based build support.
  • Android-specific refactoring and quick fixes.
  • Lint tools to catch performance, usability, version compatibility and other problems.
  • ProGuard and app-signing capabilities.
  • Template-based wizards to create common Android designs and components.
  • A rich layout editor that allows you to drag-and-drop UI components, preview layouts on multiple screen configurations, and much more.
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine as server-side components.

Finally, on the PCLinuxOS Android Studio IDE Installation Guide Bottom Link to Android App Hello World on Android Studio.

How to Install Android Studio on PCLinuxOS - Featured
  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Install Android Studio on PCLinuxOS - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Android Studio IDE IntelliJ for Linux

    Android Studio IDE Linux .tgz
  3. Then Double-Click on Archive and Extract into /tmp.

    How to Install Android Studio on PCLinuxOS - Extraction
    Of from Shell:

    unzip -d /tmp/ ~/Downloads/android-studio*.zip
  4. How to Install Required Oracle Java JDK on PCLinuxOS

    Install Oracle JDK for PCLinuxOS
  5. Relocate Android Studio IDE
    First, Set the SuperUser as Owner:

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

    And Switch the contents:

    sudo mv /tmp/android-studio /opt/

    Make a Symlink for Quick Starting Android Studio:

    sudo ln -s /opt/android-studio/bin/studio.sh /usr/local/bin/android-studio
  6. Finally, to Start Android Studio IDE
    From Terminal:

    android-studio

    An Android Studio App’s Launcher is created over First, Configuration…

  7. Quick-Start with Android Apps on Android Studio:

How to Install Android Studio on PCLinuxOS - Android Studio IDE Start

QuickChic Theme • Powered by WordPress