Android SDK 0.0.0 < 23.0.0 when linking sdk to build setting

How do I fix this? I downloaded the latest SDK and it is saying its 0.0.0???
I’m using the stand alone SDK download for that error… I also downloaded android studio but cant even find the SDK anywhere? HELP ME PLEASE!

When you have downloaded the SDK tools you got only “tools” component. There are also build-tools, platform-tools and platforms components. All of these 4 parts have to be installed. Take a look at this page Unity - Manual: Android environment setup

This post Can no longer get Unity to Build for android can probably answer this question.

1 Like

Thank you JuliusM, I was scratching my head trying to figure out why I couldn’t get it to work. Turned out I was missing the “platform-tools”. I find the names are a bit confusing.