I successfully created a native installer on Windows and Linux but I got some problems with Mac.
If I enter the command:
adt -package -storetype pkcs12 -keystore /Volumes/USB/certificate.p12 -target native Test.deb Test-app.xml Test.swf native
I get the following result:
unexpected failure: Platform conversion failed. Process exited with error 4. Output was ""
java.io.IOException: Platform conversion failed. Process exited with error 4. Output was ""
at com.adobe.air.nai.NativePackager.conversionFail(NativePackager.java:193)
at com.adobe.air.nai.NativePackager.invokePlatformConversion(NativePackager.java:174)
at com.adobe.air.nai.NativePackager.createPackage(NativePackager.java:75)
at com.adobe.air.ADTEntrypoint.parseArgsAndGo(ADTEntrypoint.java:132)
at com.adobe.air.ADT.parseArgsAndGo(ADT.java:182)
at com.adobe.air.ADTEntrypoint.run(ADTEntrypoint.java:68)
at com.adobe.air.ADT.main(ADT.java:128)