1

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

Chris Mikkelsen
  • 3,987
  • 9
  • 29
  • 41

2 Answers2

1

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.

Programmer
  • 121,791
  • 22
  • 236
  • 328
1

Just an add-on to the previous answer:

On the Mac the default location of the Android SDK is here:

/Users/[[Username]]/Library/Android/sdk/

(I would have added that in the comments but I still lack the credits for doing so.)

Thor_Bux
  • 1,137
  • 12
  • 26