I have my Android App source code ready, I can compile the release under Windows without any problem. I'm searching a solution in order to compile the release APK under CentOS Server 6.5
I want to communicate with the server via the in-server hosted PHP web app, when a user wish to generate his own APK, I modify the values in strings.xml inputted by the user, running PHP exec function, I need to generate the APK file in order to copy it to a directory where the website user is able to download it, then upload directly to Google Play.
The android app targets API 10
Any ideas about how to compile the source code in CentOS, sign the APK for release?