I'm trying to export my game to Android 2.2, but the lowest possible version to export is 2.3.1 as seen below:
![alt text][1]
[1]: /storage/temp/24807-screen+shot+2014-04-06+at+00.15.04.png
In my SDK path, I've also installed Android 2.2 SDK (API level 8), restarted Unity, tried re-setting the Android SDK path, but I still can't see Android 2.2 on the list. When I try to deploy my game to the connected 2.2 device, I'm getting the following error:
Installation failed with the following output:
pkg: /data/local/tmp/Package.apk
Failure [INSTALL_FAILED_OLDER_SDK]
895 KB/s (13833191 bytes in 15.083s)
How can I deploy the game for 2.2 SDK on Unity 4.3.4?
↧