How to Install Android NDK on Xubuntu 18.04 Bionic LTS Easy Guide

November 6, 2018 | By the+gnu+linux+evangelist.

Android NDK Xubuntu 18.04 - Setting Up JDK

  1. 8. Installing JDK

    How to Install Recommended Oracle Java JDK on Xubuntu

    Install Oracle JDK for Xubuntu
  2. 9. Setting UP Java Path

    Finally, to Set Up JDK_PATH Env Variable.

    nano ~/.bashrc

    Example Append (Following your JDK Installation Location):

    /nexport JDK_PATH=/usr/lib/jvm/jdk1.[X]*/bin/nexport PATH=$PATH:$JDK_PATH
    

    Just Change the [X] following the Installed JDK Release!
    Load the New Environment Variables simply with:

    bash

QuickChic Theme • Powered by WordPress