Our builds were being killed for using up too much memory.
Switching to the new container based CI infrastructure, adding GRADLE_OPTS
and passing a skin option when creating the emulator fixed those.
We also had issues building and running the tests.
Fixing the Android SDK dependencies to be at API 21 and fixing the
targetPackage in the test AndroidManifest.xml fixed those issues.
There were a couple of issues at play here.
Our builds were being killed for using up too much memory. Switching to the new container based CI infrastructure, adding GRADLE_OPTS and passing a skin option when creating the emulator fixed those.
We also had issues building and running the tests. Fixing the Android SDK dependencies to be at API 21 and fixing the targetPackage in the test AndroidManifest.xml fixed those issues.
Connects to #213