Ok, quick question . . .
Is it possible to build (compile) an Android Native Extension (ANE) without using Flash Builder.
Im trying to build an extension within eclipse but anywhere i look it says to use Flash builder somewhere throughout the process. I dont have flash builder, only Flash CS6 and Eclipse. Is there a way to package and get a ANE file using only flash and eclipse?
Many Thanks
here’s some documentation on how to package .SWFs into an ANE: http://help.adobe.com/en_US/air/extensions/WSf268776665d7970d-2482335412ffea65006-8000.html
as far as getting your .AS code to .SWFs and .SWCs, the mxlmc (for the .AS->.SWF) and compc (makes .SWCs) will both run outside of flash builder (and are found along with adt in the free to download flex sdk: http://www.adobe.com/devnet/flex/flex-sdk-download.html )
(.as, .jpg, .swc, etc) ==mxmlc==> (.swf)
(.as, .jpg, etc) ==compc==> (.swc)
(.swc, .swf) ==adt==> (ANE)