How to Install Android SDK on Fedora 18 KDE4 Easy Visual-Guide

January 25, 2013 | By Duchateaux.

Install Android SDK on Fedora 18 Linux

The Guide shows you Simply and Step-by-Step How to Install and Getting-Started with Android SDK Tools Latest Revision for Fedora 18 KDE4 i686/x8664 Desktop.

To Make the Entire Easy to Understand and Visualize the Android SDK Fedora Installation Includes the Basic Screenshots of All GUI Steps involved.

And the Android Software Development Kit (SDK) Command Line Tools is the Collection of Libraries, Tools, Documentation, and Samples that are required to Run and Develop Android Apps.

The content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)

Possibly Getting-Started Quickly with Ready All-in-One Eclipse + ADT

Install Android SDK on Fedora 18 Linux - Featured
  1. Download Latest Android SDK rN:

    Android SDK Tools Linux .tgz
  2. Double-Click on Archive and Extract Into /tmp

    Install Android SDK on Fedora 18 Linux - KDE4 Android SDK Extraction

  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Android SDK on Fedora 18 Linux - Open Terminal

  4. Installing Android SDK for Linux.

    1. Login as Super-User
      sudo su

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

    2. Relocate Android SDK
      sudo chown -R root:root /tmp/android-sdk-linux*
      chmod -R +xr /tmp/android-sdk-linux*
      mv /tmp/android-sdk-linux* /opt/android-sdk-linux
    3. Access Target
      cd /opt/android-sdk-linux/tools
    4. Start Updater/Installer
      ./android sdk
    5. Select Android SDK Features
      Install Android SDK on Fedora 18 Linux - Start Android SDK Updater

      Select Accept All to Install All Default Checked Features.

      Install Android SDK on Fedora 18 Linux - Select Android SDK Features
    6. Installing
      Install Android SDK on Fedora 18 Linux - Updating Android SDK
  5. Set the Android SDK Tools Path:
    Edit the User Bash configuration file

    nano ~/.bashrc

    Append

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

    Ctrl+x to Save & Exit from nano editor :)
    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…

  6. How Add Android Integration to Eclipse Platform:

    How to Install ADT Eclipse Plugin
  7. How to Install Recommended Oracle JDK on Fedora:

    Install Oracle JDK for Fedora
  8. Getting-Started Coding Hello-World Android App on Eclipse:


QuickChic Theme • Powered by WordPress