Skip to main content
yagogak
Inspiring
November 23, 2011
Question

Android market application, invisible for Samsung galaxy S2

  • November 23, 2011
  • 2 replies
  • 2048 views

Hi All,

I successfully deployed my application on android market, and i'm facing a strange problem, the application is visible in the web version here

With an HTC desire, the application is visible and installable and everything works.

One of me collegue have an Samsung galaxy S2, and unfortunatly, the application is not visible on his phone

but this device is "certified" http://www.adobe.com/flashplatform/certified_devices/smartphones.html

If anyone have an idea ?

This topic has been closed for replies.

2 replies

Inspiring
November 23, 2011

Hi,

With AIR version 2.5, your application is not visible on Samsung galaxy S2.

AIR application descriptor like this :

<application xmlns="http://ns.adobe.com/air/application/2.5">

With AIR version 2.6 (or above), your application is visible on Samsung galaxy S2.

Your application application descriptor  must be:

<application xmlns="http://ns.adobe.com/air/application/2.6">

Philippe

http://philflash.inway.fr

yagogak
yagogakAuthor
Inspiring
November 24, 2011

HI Phil,

Thanks for your response but my application descriptor namespace is already bind on http://ns.adobe.com/air/application/2.6

Still investigate