Software Archive
Read-only legacy content
17060 Discussions

ANDROID Build failed on version 2548

Dimitris_S_
Beginner
670 Views

Upgraded XDK to version 2548.

I tried to build my app for Android (CLI 5.1.1) and the build process throws an error.

I could build my app on previous versions of XDK though.

 

Attached is the error log file and the screenshot.

 

Any idea where is the error?

 

 

D.

0 Kudos
2 Replies
Roi_D_
New Contributor I
670 Views

the problem could be the version code. you set it to "1.1" while it should be an integer number. try to remote the dot.

you have a version name to set what version you want and version code should just be a positive number which you should increase every time you want to publish a new version to android play store. this number is being used to detect the new build is a newer version.

 

0 Kudos
Dimitris_S_
Beginner
670 Views

You are so true!! Problem solved!

Thanks very much!

 

0 Kudos
Reply