• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

compile-abc.exe is not a valid win32 application

Explorer ,
Jun 11, 2014 Jun 11, 2014

Copy link to clipboard

Copied

I'm trying to use

-useLegacyAOT no

in the adt command line and I get an error:

compile-abc.exe is not a valid Win32 application

TOPICS
Development

Views

1.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 12, 2014 Jun 12, 2014

Copy link to clipboard

Copied

Hello,

Which AIR SDK version and Window OS you are using. This will help us in reproducing the problem. Also, it would be great if you can share the command you are using.

Regards,

Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 12, 2014 Jun 12, 2014

Copy link to clipboard

Copied

I got the error too.

I use Flex SDK 4.5 and AIR SDK 14.

My window OS is WindowXP.

I used this command:

adt -package -target ipa-debug -connect 192.168.165.134 -hideAneLibS

ymbols yes  -useLegacyAOT no -storetype pkcs12 -keystore "cert\XXX_ios.p12" -sto

repass XXXXX -provisioning-profile cert\XXXXX.mobileprovision "d

ist\ClientAir-debug.ipa" "application.xml" -C bin . -C "icon" . -extdir "airext"

thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 13, 2014 Jun 13, 2014

Copy link to clipboard

Copied

We are able to reproduce the problem and now investigating it.

Thanks for reporting,

Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 13, 2014 Jun 13, 2014

Copy link to clipboard

Copied

I'm using command

adt -package -target ipa-ad-hoc -useLegacyAOT no -provisioning-profile xxxx.mobileprovision -keystore xxxx.p12 -storetype pkcs12 -storepass xxxx myapp.ipa myapp-app.xml myapp.swf 29.png 36.png 48.png 50.png 57.png 58.png 72.png 76.png 100.png 114.png 120.png 144.png 152.png 512.png 1024.png Default.png Default@2x.png Default-568h@2x.png Default-Landscape.png Default-Landscape@2x.png

I am using Windows XP and Air SDK 14

Also wondering when 76, 120 and 152 icon sizes will be added to the Flash Pro publishing options.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 10, 2014 Sep 10, 2014

Copy link to clipboard

Copied

LATEST

I am experiencing the same problem, I am using:

  • AIR SDK 15 release version (v. 15.0.0.249)
  • Windows XP Home Edition Service Pack 2

Since in AIR 15 the faster iOS compiler is the default I am not using the -useLegacyAOT argument.

The full command line is:

adt -package -target ipa-ad-hoc -connect 192.168.1.87 -storetype pkcs12 -keystore "xxxx.p12" -storepass xxxx -provisioning-profile xxxx.mobileprovision "dist\xxxx-ad-hoc.ipa" "application_ios.xml" -C bin . -C "icons/ios" . -extdir lib/

Here's a screenshot of the error message:

air15_compiler_bug.png

EDIT:
I also submitted a bug report for it, in case anybody wants to vote for it, its number is 3821809:

Bug#3821809 - compile-abc.exe is not a valid win32 application

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines