Skip to main content
Participant
June 5, 2013
Question

What minimum android sdk version i need to use in manifest?

  • June 5, 2013
  • 1 reply
  • 1544 views

Tech-specs said that 2.3 is mimum supported android

http://www.adobe.com/products/air/tech-specs.html

But next link

http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffe.html#WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc

"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

This topic has been closed for replies.

1 reply

FramaisCellarGhost
Known Participant
May 10, 2014

+1

I'd like to know the answer to this question as well.