Minimum api level 8 not listed when exporting for android

Hello,

I’m trying to test my 2d game on some android devices. One of them has a custom build API 8 which i’m not able to update to newer version. So I want to export using the SDK 2.2 (API 8) which I have installed. But it’s not listed under the ‘minimum api level’ in the ‘Player Settings’ when building. Only API level 9 - 19 are listed. Any ideas?

using; Unity 4.5.2, Android SDK 23, OSX 10.9.4.

Unity does not support API level 8 because it is…well outdated. Update your device if available.

1 Like

ouch! … that’s another device in the trash.
Thanks for the info