Question
What minimum android sdk version i need to use in manifest?
Tech-specs said that 2.3 is mimum supported android
http://www.adobe.com/products/air/tech-specs.html
But next link
"Note: The runtime requires a minimum SDK version greater than 8. You should ensure that the Manifest includes <uses-sdk android:minSdkVersion="8"></uses-sdk>."
And android:minSdkVersion="8" is a Android 2.2.x
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
I download a lot of applications from google play and they have android:minSdkVersion="8" with 3.6 and more air vesrion
