I'm trying to integrate Adobe's "Gyroscope" example of ANE to work from Flash Professional CS 5.5.
http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/g yroscope.html
Apparently, one has to use the somewhat crude "ADT" command-line tool to build an app that uses Native Extensions.
Unfortunately, I cannot get past the numerous errors ADT is throwing at me. The latest is:
unexpected failure: inputs not set
java.lang.IllegalStateException: inputs not set
at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.j ava:62)
at com.adobe.air.ADT.parseArgsAndGo(ADT.java:556)
at com.adobe.air.ADT.run(ADT.java:413)
at com.adobe.air.ADT.main(ADT.java:463)
Unfortunately, I'm not an advanced developer, so I really don't know what any of that means. (But I'm sure if I can just get this one example to compile and run, I'll be better able to perform the necessary tasks in the future.)
Can someone PLEASE help me?
Thanks.
Mike