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

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

Android NDK Kubuntu 18.04 - Setting Up JDK

  1. 8. Installing JDK

    How to Install Recommended Oracle Java JDK on Kubuntu

    Install Oracle JDK for Kubuntu
  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