Install required dependencies to develop your Android application in Unity.
To set up your Unity project for Android development, you need to install the required dependencies which are Android Build Support, SDK, NDK, and JDK. Unity distributes these dependencies as modules which means you must use the Unity Hub to install them.
You can install the modules in two ways:
The three modules to install are:
Unity installs Android SDK & NDK Tools and OpenJDK respectively in the SDK
, NDK
, and OpenJDK
folders under /[EditorVersion]/Editor/Data/PlaybackEngines/AndroidPlayer/
.