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

Step by step – Android Studio Installation on Arch Linux

May 3, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing AUR Package Manager

    How to Install Yay for Arch GNU/Linux

    Installing Yay Aur Package Installer
  2. 3. Installing Android Studio IDE

    Then to Install Android Studio IDE
    Simply play:

    yay install android-studio

    Or possibly for the Dev Branch:

    yay install android-studio-canary

    On Prompt try simply to Hit “Enter” and follow with the Default Choices.
    Possibly to Accept the License Agreement Hit “q”.
    In case of any Issue and for further insight see: AUR Android Studio

  3. 4. Installing Oracle JDK

    How to Install Required Oracle Java JDK on Arch Linux

    Install Oracle JDK for Arch Linux

    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.

Contents