I am trying to make the application in flash builder by choosing the flex project.
Tried to convert swf file to .apk file . The procedure followed is
added supportedProfile to the xml
created the pfx file (test.pfx) with the password test
assigned the certificate to the swf
executed this command: adt -package -target apk-emulator -storetype pkcs12 –keystore test.pfx pulsr.apk pulsr-app.xml pulsr.swf
password prompt appears, typed in test
packaging failed “The key could not be obtained. You may need to use the -keystore argument with the specified keystore type.”
This is the error i got pleas开发者_Go百科e anyone help me with this..........
Thanks in advance...
精彩评论