Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Bug Unity Installer does not install Android SDK, NDK and OpenJDK components

Discussion in 'Editor & General Support' started by canxerian_, Aug 4, 2022.

  1. canxerian_

    canxerian_

    Joined:
    Jan 29, 2016
    Posts:
    17
    I am using the Unity Installer to install Unity via the command line (for build server purposes), following the guide: Unity - Manual: Installing Unity from the command line (unity3d.com)

    When installing via the Unity Hub, Editor\Data\PlaybackEngines\AndroidPlayer contains the following folders:
    • SDK
    • NDK
    • OpenJDK
    When installing via the Unity Installer (downloaded via Unity - Download Archive (unity3d.com)), the above folders aren't present and thus I am unable to build Android apks.

    Is there an additional installer to install the Android SDK, NDK and OpenJDK? I'd like to be able to do this for different versions of Unity and I understand they all have differing dependencies on the Android SDK/NDK/JDK versions.

    Thanks!
     
    andreyul, TerenceC and jamweg22 like this.
  2. yash_unity531

    yash_unity531

    Joined:
    Jul 16, 2023
    Posts:
    1
    Were you able to solve this? I am stuck too :(