Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Contributor
Idlemedia
Posts: 32
Registered: ‎04-25-2011
My Carrier: Wifi

Re: Flash CS6/AIR App fails to launch

Have you tried a simple project? Maybe just a stage with a textfield or something?

Please use plain text.
agv
New Contributor
agv
Posts: 3
Registered: ‎01-19-2013
My Carrier: ogers

Re: Flash CS6/AIR App fails to launch

Everything was working until the latest software upgrade on the dev alpha and the SDK.

Please use plain text.
Trusted Contributor
Vibes
Posts: 130
Registered: ‎03-14-2012
My Carrier: AT&T

Re: Flash CS6/AIR App fails to launch

Make sure your application xmlns in the app.xml is targeting Air 3.1! 

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

 

Also check for unsupported code such as Window Resize stuff and TLF textfields.

Please use plain text.