Setting Up Requirements
-
2. Installing SDK
Install Required Android SDK Tools Only for Fedora
But if you Prefeer instead Install Android Studio IDE that includes the Tools…
-
3. Setting Up SDK Env
Provide also to Set Up ANDROID_SDK Environment Variable
Editing the Bash Config User’s File:nano ~/.bashrc
Example Append (Following your SDK Installation Location):
export ANDROID_SDK=/opt/android-sdk-linux export PATH=$PATH:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools
So you may Replace the ANDROID_SDK Path with your’ actual one…
Ctrl+x to Save & Exit from nano Editor. -
4. Installing JDK
How to Install Required Oracle Java JDK on Fedora
-
5. Setting Up JDK Env
And Set Up JDK_PATH Environment Variable
Again Editing the Configuration File with:nano ~/.bashrc
Example Append (Following your JDK Installation Location):
export JDK_PATH=/usr/lib/jvm/jdk1.[X]*/bin export PATH=$PATH:$JDK_PATH
So again here you may need to Replace the JDK_PATH with your actual one.
Contents
Tags: android ndk fedora, Android NDK Fedora Installation, Android NDK Fedora Setup, Fedora Android NDK, install android ndk fedora