Hi folks.
Can no longer build Android on Windows. Have tried daily builds 3306, 3305, 3304, and several other builds. Have tried Java 6, 7, and 8. Followed Corona instructions to the T.
Building to my desktop tells me “BUILD SUCCESSFUL” and results in the expansion file being created, but the main APK file shows up as a 0 byte file without an extension. Trying to build game “FMC: Classic Muscle 2 LITE” results in expansion file “main.48.com.firerabbit.games.fmc.junk.lite.obb” and main file “FMC” (strange name, no extension, bytes).
Building to D: tells me “BUILD ERROR #1” and results in no files being created. In the console I see this that looks off:
19:51:33.650 WebServices: download request: http://builds.coronalabs.com/5b0de72163b70-built.zip?AWSAccessKeyId=AKIAIMSD7JG23DSGPRIA&Expires=1527637923&Signature=mTiHlMTdELnOC6LSJOugczbZHrA%3D
19:51:33.650 WebServices: to file: C:\Users\ender\AppData\Local\Temp\Corona Labs\CLtmpa07232\output.zip
19:51:34.085 WebServices: downloading 10032928 bytes
19:51:38.795 WebServices: Download of 10032928 bytes complete in 5 seconds (1.91MB/s)
19:51:38.795 Build: running: “C:\Program Files (x86)\Java\jdk1.8.0_171\bin\java.exe” -Djava.class.path=“C:\Program Files (x86)\Corona Labs\Corona\Resources/ant.jar;C:\Program Files (x86)\Corona Labs\Corona\Resources/ant-launcher.jar” org.apache.tools.ant.launch.Launcher -v -DTEMP_DIR=“C:\Users\ender\AppData\Local\Temp\Corona Labs\CLtmpa07232” -DSRC_DIR=“D:\Dropbox\fmc.junk\sourcefiles” -DDST_DIR=“D:” -DUSER_APP_NAME=“FMC_ Classic Muscle 2 LITE” -DBUNDLE_DIR=“C:\Program Files (x86)\Corona Labs\Corona\Resources” -DLIVE_BUILD=NO -DLIVE_BUILD_ASSET_DIR= -DKS=“X:\Dropbox_Personal\Documents_encrypted\Keys\EndersLock.keystore” -DKP=“XXXXXX” -DKA=“enderslock” -DAP=“XXXXXX” -DAV=4.0.3 -DEXPANSION_FILE_NAME=“main.48.com.firerabbit.games.fmc.junk.lite.obb” -f “C:\Program Files (x86)\Corona Labs\Corona\Resources”/build.xml build
19:51:39.077 Apache Ant version 1.8.1 compiled on April 30 2010
19:51:39.077 Trying the default build file: build.xml
19:51:39.077 Buildfile: build.xml does not exist!
19:51:39.077 Build failed
19:51:39.077 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
19:51:39.397 Android build failed (1) after 109 seconds
19:51:39.397 WebServices: Call: user.logout
19:51:39.397 params: {
19:51:39.397 “hash” = “da8009b3996df240618257848dd95eae9eafdde3f283fb0e7bff484f74cda693”
19:51:39.397 “domain_name” = “developer.anscamobile.com”
19:51:39.397 “domain_time_stamp” = “1527637899”
19:51:39.397 “nonce” = “zzNoFpuDpg”
19:51:39.397 “sessid” = “44eda001885de83f48a3dda83e3192f7”
19:51:39.397 }
19:51:39.879 WebServices: Response received in 0 seconds: <?xml version=“1.0”?>
19:51:39.879 <methodCall><methodName>user.logout</methodName>
19:51:39.879 <params><param><value><boolean>1</boolean></value></param>
19:51:39.879 </params></methodCall>
I have both the debugWebServices and debugBuildProcess enabled in registry.
Any ideas? I’ve spent hours on this and can’t get this to work. Our skyrocketing ANR and crash rates are another issue that I’ve posted and I can’t build anything to even try and fix that now.
Please help