View unanswered posts | View active topics


Reply to topic  [ 3 posts ] 
Air Packaging Error 
Author Message
Member

Joined: Mon Nov 28, 2011 9:01 am
Posts: 4
Post Air Packaging Error
Hi! I have been trying to package an AS3 Air Project but can't seem to get it right.
First I create an certificate by running CreateCertificate.bat, it works fine and I get the .p12 certificate.
I wait a minute or two, and then run PackageApp.bat. I get the following error:

Quote:
Packaging AirTest.air using certificate "bat\AirTest.p12"...
Could not generate timestamp: handshake alert: unrecognized_name
AIR setup creation FAILED.

Troubleshooting:
- did you build your project in FlashDevelop?
- verify AIR SDK target version in application.xml

Press any key to continue . . .


I have both built the AIR project with Flashdevelop and I have also checked the AIR sdk target version in application.xml.

Any help would be greatly appreciated :)


Thu Jan 19, 2012 6:43 pm
Profile
Member

Joined: Mon Nov 28, 2011 9:01 am
Posts: 4
Post Re: Air Packaging Error
I got it to work!
Here is the solution: viewtopic.php?f=13&t=6024&hilit=

The problem was that it couldn't create the time stamp, so I just disabled it on the Packager.bat.

Replace the following line: call adt -package %OPTIONS% %SIGNING_OPTIONS% %OUTPUT% %APP_XML% %FILE_OR_DIR%
With this one: call adt -package -tsa none %OPTIONS% %SIGNING_OPTIONS% %OUTPUT% %APP_XML% %FILE_OR_DIR%

I just added -tsa none after the -package.

Hope this helps people with a similar problem!


Thu Jan 19, 2012 6:56 pm
Profile
Member

Joined: Sat Nov 05, 2011 7:40 am
Posts: 2
Post Re: Air Packaging Error
Thank you! This works for me too.


Mon May 28, 2012 7:19 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.