Android environment setup
Supported dependency versions

Install dependencies

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.

Install modules

You can install the modules in two ways:

The three modules to install are:

  • Android Build Support
  • Android SDK & NDK Tools
  • OpenJDK
Unity Hub displaying the three dependency modules.
Unity Hub displaying the three dependency modules.

Unity installs Android SDK & NDK Tools and OpenJDK respectively in the SDK, NDK, and OpenJDK folders under /[EditorVersion]/Editor/Data/PlaybackEngines/AndroidPlayer/.

Additional resources


Did you find this page useful? Please give it a rating:

  • Android environment setup
    Supported dependency versions