How do I build to the latest versions of Android SDK in Unity?

September 4, 2024

There seems to be a bug while building for android in Unity. You try to specify API Level 34 and it complains about level 36 not being installed.

Andriod SDK Versions in Unity

I ran into the same issue as a lot of other people when trying to update my game to a more recent version of the Android SDK. Unity has the versions, but complains about version numbers that don't even exist.

This tutorial walks through the simple steps I used to solve this issue and allowed my app to clear the warning given by Google.