我已经尝试了Adobe Livedocs上给出的选项:adt -package -target native myApp.exe myApp.air,但我不断收到消息“-storetype required”。然后我尝试使用adt -package -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.air并获得相同的消息。
我已经在flexbuilder中创建了.air文件和.p12证书文件,并且只是在指定位置的命令提示符中指向这些文件,但是会出现同样的问题。有什么想法吗?
答案 0 :(得分:3)