i am开发者_运维技巧 new to adobe air.
I have installed aptana and created a test application.
When i export that application using export feature of aptana and choose application type as "Adobe air package". It generates a file having extension .airi.
On double clicking that file nothing runs.
Please help me guys.
let me know where i am wrong.
Well, a .air file is pretty much like a zip file. You can open it with 7-zip, for example, and see the source of your app. The .air extension is probably only a reference for the adobe air runtime. Therefore, my suggestion, as dull as it may seem, is that you manually change the extension to .air.
精彩评论