For Android, are there any good solutions out there for automating build/test/deployments?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
The standard Android tools have support for creating test packages. Jenkins can do the rest for you with a little bit of configuration:
I don't know what you mean by "deploy" for Android. Jenkins can upload the built package (apk) to your server over samba share, ftp or scp. You'll have to upload it to Android Market manually (you want to do manual testing before that anyway). |
|||
|
|
|
Android SDK itself comes with a virtual device Emulator for building, testing and deployment purpose. The device emulator resembles an android phone. |
|||||||||||||
|