$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Android SDK Platform Tools Ubuntu 18.04 Installation

August 10, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Android SDK Platform Tools

    Download Android SDK Platform Tools for Ubuntu GNU/Linux

    Here Get Android SDK Platform Tools .zip for Ubuntu
    Link to Download Android SDK Platform Tools for Ubuntu

    Possibly, on Firefox Prompt Choose “Save File”:

    Step-by-step Android SDK Platform Tools Ubuntu 18.04 Installation - Firefox Prompt
  2. 3. Extracting Android SDK Platform Tools

    And to Extract Android SDK Platform Tools Archive
    Possibly Double-Click/Right-Click on Package and Open with Archive Manager:

    Step-by-step Android SDK Platform Tools Ubuntu 18.04 Installation - Extraction
    Or from Command Line:

    Copy
    unzip -d /tmp/ ~/Downloads/platform-tools*.zip

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  3. 4. Installing Android SDK Platform Tools

    Then to Install Android SDK Platform Tools
    First, if Not already there make the Default Location Folder with:

    Copy
    mkdir -p ~/Android/Sdk

    Then to Switch the Contents:

    Copy
    mv /tmp/platform-tools ~/Android/Sdk/

    Again append the Platform Tools to the PATH:

    Copy
    echo "export PATH=$PATH:$HOME/Android/Sdk/platform-tools" >> ~/.bashrc

    Finally, to reloat it simply:

    Copy
    bash

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,