Add mercurial or git changeset id to your Android app
We recently automated the debug builds of our Android app. As a result, we wanted to include the Mercurial changeset id in our app settings, so we could quickly tell what version of the app someone was running. What we ended up doing was writing the changset id to a custom properties file that was then copied into the raw directory during a build. That properties file could then be read by our...
Read MoreAndroid app build automation with Hudson
In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. This post assumes you have a working ci server running Hudson (or Jenkins). First download and install the Android SDK to your Hudson server. Make sure it’s in a directory...
Read More
Recent Comments