History | View | Annotate | Download (800 Bytes)
move library into its own gradle-style dir
run JUnit tests using android-junit-report to get XML output
Jenkins needs some kind of report from the JUnit tests in order to tellwhether the tests succeeded or not. android-junit-report is a library to doexactly that. With this setup, Jenkins should now successfully understand the...