"Error 5" trying to build Android version

Hi to all,

I’m getting an error 5 building the apk from my code. I’m using OSX. The iOS version is building without any problem. 

The strange thing is that the error string from the serves is blank…

Thanks!

Using java version “1.7.0_71”

Java™ SE Runtime Environment (build 1.7.0_71-b14)

Java HotSpot™ 64-Bit Server VM (build 24.71-b01, mixed mode)

Picked up JAVA_TOOL_OPTIONS: -Duser.language=en

Building android app for jaume.juan@gmail.com with 2016.2824

Using custom build id from app bundle: 00000 (AppSettings.lua)

BUILD SUCCESSFUL

Total time: 0 seconds

Excluding specified files from build: 

   excluding: server.json

BuildID: kCoronaBuild [A device build error occurred on the server. 

Error: 

BuildID: 574d46c7b67c7

ERROR: An error occurred during build. The server returned the following message:


A device build error occurred on the server. 

Error: 

BuildID: 574d46c7b67c7


Android build failed (5)

ERROR: Build Failed: Error code: 5

Ok, I’ve just found the error. Copying the version number from my code to the build window, I have accidentally copied a cr/lf and some chars after it.

So, the server rejected the bad VersionName

Glad you solved it!

Rob

Ok, I’ve just found the error. Copying the version number from my code to the build window, I have accidentally copied a cr/lf and some chars after it.

So, the server rejected the bad VersionName

Glad you solved it!

Rob