[android-developers] Automatied Environment for Android Building and Testing

2013-02-20 Thread Jaison Brooks
Hey fellow Android Guru's, Im starting this topic because im unsure of how to setup a continues, automated building environment for Android Development. First ill tell you what i have, Im using Eclipse on Mac OS X 10.7 with ADT and the SDK installed. Im using JGit for integration with my git

Re: [android-developers] Automatied Environment for Android Building and Testing

2013-02-20 Thread Mark Murphy
It you really want a continuous integration server, there is a recipe for Android app builds and tests using Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/Building+an+Android+app+and+test+project On Wed, Feb 20, 2013 at 6:39 PM, Jaison Brooks jaisonbro...@gmail.com wrote: Hey fellow