Skip to main content
Participant
April 7, 2016
Question

Compilation of APK issue! AIR 21, Intellij IDEA 2016.1.1

  • April 7, 2016
  • 1 reply
  • 688 views

Hi,

command line pass successfully !

java -Dapplication.home=C:\Users\~\AIRSDK_Compiler_21 -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx1024m -jar C:\Users\~\AIR\AIRSDK_Compiler_21\lib\adt.jar -package -target apk-debug -listen 7936 -storetype PKCS12 -keystore C:\OpenSSL-Win32\bin\keystore.p12 -storepass HsJHWL.23Ve6 C:\Users\~\bin\MY.apk C:\Users\~\bin\MY-app.xml -extdir C:\Users\~\ane -C C:\Users\~\bin MY.swf -C C:\Users\~\src assets


test NOTE: The application has been packaged with a captive runtime.

BUT same command via Intellij IDEA fail:

..\..\..\..\..\AppData\Local\Temp\96e17305-311f-47f9-9da8-b291d2dec88d\out\com\google\android\gms\internal\zzde$9.smali[0,0] null

ADT command line:

java -Dapplication.home=C:\Users\~\AIRSDK_Compiler_21 -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx1024m -jar C:\Users\~\AIR\AIRSDK_Compiler_21\lib\adt.jar -package -target apk-debug -listen 7936 -storetype PKCS12 -keystore C:\OpenSSL-Win32\bin\keystore.p12 -storepass HsJHWL.23Ve6 C:\Users\~\bin\MY.apk C:\Users\~\bin\MY-app.xml -extdir C:\Users\~\ane -C C:\Users\~\bin MY.swf -C C:\Users\~\src assets

ANY IDEA WHY ?

This topic has been closed for replies.

1 reply

Projectitis
Inspiring
September 27, 2016

Did you solve it? I have the same thing....

Participant
September 27, 2016

I would say increased of heap space helps solve this (Settings->Build, Ex.. -> Compiler -> ActionScript -> Compiler heap size)