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

Step By Step – Android Studio Ubuntu 16.04 Installation

May 23, 2016 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Java

    How to Install Required Oracle Java JDK on Ubuntu

    Install Oracle JDK for Ubuntu

    To check your current JDK version:

    javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'

    If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.

  2. 3. Installing Android Studio IDE

    Then to Install Android Studio IDE in Ubuntu
    Simply run:

    sudo snap install android-studio --classic

    Authenticate with your User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

    How to Enable Snap on Ubuntu GNU/Linux 16.04

    Snap Ubuntu Setup Guide

Contents


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