Hi all,
It was great to see a good turnout at the Maven Android Integration
GTUG last week, despite midsummer being just around the corner.
For those who were not able to make it, here are the slides and the
script for installing Jenkins CI with Android:
http://www.slideshare.net/hugojosefson/continuous-integration-with-maven-for-android-apps
https://github.com/hugojosefson/jenkins-with-android
I also promised to look up the details for how a tester can run
instrumentation tests on an APK they did not themselves create.
Normally this causes signing certificate problems, but there is a
solution. The solution is for the tester to strip out the developer
signing from the apk, and re-sign it with their signing key. The
details are at the Robotium website:
http://code.google.com/p/robotium/wiki/RobotiumForAPKFiles
Note that I can vouch for the manual instructions for re-signing the
APK. However, I can not currently vouch for the re-sign.jar tool
linked from the instructions above, because I have not seen the source
code for it yet.
Thanks,
Hugo
On Jun 23, 11:07 am, Mattias Björnheden <
mattias.bjornhe...@gmail.com>
wrote: