saasthasoft
saasthasoft

Reputation: 123

Flex mobile app not working on android 2.2

I have developed an android application using FB 4.6, AIR 3.2. We wanted to develop this app very quickly, and be able to support wide spectrum of devices incl android, ios, bb. So I chose FB. After I uploaded the app in google play, the app says it works on android versions 2.2 on wards. However when users with android 2.2 devices try to install, it says it is not compatible.

I am confused & curious to know the reasons behind this behavior. Any help / pointers in this regard is highly appreciated. Thank you :-)

Upvotes: 2

Views: 586

Answers (1)

Gunnar Karlsson
Gunnar Karlsson

Reputation: 28480

Adobe Air 3 runs only on Android phones that meet specific hardware requirements:

  • ARMv7 processor with vector FPU, minimum 550MHz, OpenGL ES 2.0, H.264 and AAC HW decoders
  • 256MB of RAM

An android phone that falls short of these specs will not be compatible with Adobe Air 3, even if it run on Android 2.2 or higher.

Adobe air tech specs

Discussion on Adobe Community

Upvotes: 1

Related Questions