Skip to main content
Participating Frequently
May 20, 2013
Question

air on android

  • May 20, 2013
  • 1 reply
  • 842 views

I installed air on a tablet (samsung galaxy 2) I also put a .air file I compiled on my pc onto tge tablet when I attempt to run the air file it replys with , unable to find application to pref8rm this action, sadly this wasnt as simple as I hoped , what steps did I miss?

This topic has been closed for replies.

1 reply

Chris W. Griffith
Community Expert
Community Expert
May 20, 2013

You can not transfer a .air on to any mobile device without first recompiling it for it each target mobile platform. Go back to your project and change the Publish Target from AIR desktop to AIR for Android. You will then have to fiil out various settings and probably also deal with unsupported code that you will have to deal with.

Good luck,

Chris Griffith

Participating Frequently
May 21, 2013

is this possible on CS five or do I need a more current version

Chris W. Griffith
Community Expert
Community Expert
May 21, 2013

You would need CS5.5 or later to publish from within Flash Professional. It is possible to compile with the command line, but that might prove difficult depending on the structure of the project.