How-To: Android automatic build environment

After setting up your Android development environment, Developing an Android Application, and Created an Android Test environment it’s time to integrate your application and corresponding tests inside an automatic build environment. The steps to achieve this are: Create an maven proje
Continue Reading →

Android Continuous Integration

So I have been working on a Selenium RC solution with the use of Robotium. To guaranty stable implementation I have set up a Android Continuous Integration Environment. With the use of Maven and Hudson (as done here)  I have achieved this. Until next time… p.s. Interesting vid [
Continue Reading →