Search code examples
androidunity-game-engineaugmented-realityvuforiaandroid-augmented-reality

Unity is asking me to locate my Android SDK


All I know is that I have my Android Studio in the applications folder, but it can't be selected.

I'm trying to build a unity project in Android. I'm also using Mac.

enter image description here


Solution

  • You need to find out where Android Studio installed your SDK. You are using Mac but the steps below is for Windows. It should be the-same for Mac too.

    1. Open Android SDK Manager enter image description here

    2. Get the SDK Location enter image description here

    3. In Unity, go to Edit->Preferences...->External tools then put the Android SDK location into the SDK slot. Install JDK and put the JDK location in the JDK slot.