Where do I set the Android SDK Version?

I’m probably being really dense, but I can’t find any setting to tell Unity which of the Android SDKs I want to use. The first time I build my project, it asked me for the base SDK folder, which I gave it, but it didn’t ask me which version, just went on and built it. I tried again, but there’s still no option. I’ve been through all the player settings twice, and I can’t seen anything about it there. Yet I keep seeing people say that you can build for 2.2 if you want, so where’s the option to do so?

afaik you can only build for 2.2. That is what i found on forums. Try using device filter ARMv6 instead of ARMv7 under Player settings, not quite sure, haven’t tested, don’t have licence yet…yet!
Correct me if wrong please

Some internet guy compiled penelope game with iOS settings for Samsung Galaxy S 2.2 Froyo without changing anything and it worked perfectly

Hmm, well the phones that work with Unity Android list (here: http://forum.unity3d.com/threads/77388-Androids-that-work-with-Unity-Android) lists many of the phones as working from 2.1 onward. Admittedly, the Desire HD 2.1 is confusing as I rather believed that the Desire HD was never released with anything before Froyo, but assuming that at least one of those 2.1 references is true, I thought we must be able to build for 2.1

It used to be configurable

citing Erik from another thread just few lines below:

Oh, so it’s the same as iOS then? The SDK you build for doesn’t determine the OS version needed to run? That’s good news, thanks Wozik.