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\andr oid\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 ?