3/27/2011

Continuos Integration of Android apps

While looking for a way to implement this, I've found several how-tos, but they all used Maven, which didn't look great for me for several reasons. That's why I decided to set it up with myself. Here is the short manual if you are interested.
  1. Install Apache Ant
  2. Install Android SDK and its components (Tools and Platform Tools)
  3. Install Jenkins (formerly Hudson)
  4. Install Android Emulator Plugin for Jenkins and configure it with path to Android SDK
  5. Install Python Plugin for Jenkins
  6. Download android-junit-report.jar and place it to your tests lib/ directory (we need this as long as default Android test-runner doesn't generate XML report needed by Jenkins).
  7. Download build script and change variables section to fit your project (directories to application and tests, path to Android SDK, target version of Android, package name, use emulator or real device etc.). You don't need to add any modifications to AndroidManifest.xml or create build.xml - script will do this for you
  8. Create new job
  9. Add Python script as build step and paste modified version of build script there
  10. Try it!
That's supposed to be all. If you have any problems, feel free to comment/open issues at GitHub. Hope this will help you.

2 comments:

Unknown said...

Thank you very much. I loved to read it till the last word. It was so nice blog and useful to Informatics learners.

QlikView Training in Dallas

QlikView Training in Dallas

Anonymous said...

Penning Trick https://imgur.com/a/8kMvt2a https://imgur.com/a/xes7oWr https://imgur.com/a/xEntbje https://imgur.com/a/aQrKKRW https://imgur.com/a/mZfZsrc https://imgur.com/a/Vev0X2o https://imgur.com/a/97o1QWX

Post a Comment