Skip to main content
April 24, 2011
Question

Air 2.6 Ubuntu Native Installer Problem

  • April 24, 2011
  • 3 replies
  • 1342 views

Hi, i have a problem creating and native deb installer with Adobe 2.6 with Ubuntu 10.10, when i run this code on terminal:

/home/victor/Flex_SDK/Flex_SDK_4.5.0/bin/adt -package -storetype pkcs12 -keystore /home/victor/Certificado.p12 -storepass secret -target native /home/victor/Desktop/TestNativeApp.deb TestNativeApp-app.xml TestNativeApp.swf

This code creates an deb native installer without any errors or warnings, but when i try to execute this file, the Ubuntu Software Center says "Internal Error the file /home/victor/Desktop/TestNativeApp.deb could not be openned", but when i try to run with dpkg -i /home/victor/Desktop/TestNativeApp.deb the file installs well.

What am i doing wrong?.
Thanks for yours responses.

This topic has been closed for replies.

3 replies

May 29, 2011

Seem the problem is solved just download the last Adobe AIR SDK, don't use the one that comes with the Flex 4.5.

m1kal_
Participant
May 24, 2011

Hi,

I think it's somehow related to my bug also http://forums.adobe.com/thread/856082?tstart=0

Should we open a bug file?

Mich

chris.campbell
Community Manager
Community Manager
May 24, 2011

Hi Mich,

Please feel free to enter a bug on this at http://bugbase.adobe.com/.  I'll also forward both this post and the new topic you created to our Linux team.

Thanks,

Chris

Participant
May 15, 2011

I've got the same issue.  Ubuntu Software Center won't open it.

When I run it with dpkg like you do, I get a version number error, though:

parsing file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'mypackage':
error in Version string 'v1': version number does not start with digit
Errors were encountered while processing:

I assume this version is pulled from the air XML file, so I'm going to change that and make it only numbers and see if that fixes it.