Test-Builds erhalten

You can obtain development builds directly from GitHub. Every time the CI server performs automated tests on the code, it also creates an apk file that you can try. These builds are not meant for daily use. As they are debug builds, they are significantly slower/laggier and they may crash when detecting some (usually unproblematic) programming errors, instead of ignoring them like release builds. Use them for testing only.

  • Open a branch to view the commits, click the checkmark (or cross) icon and select any of the tests: An image showing completed checks on a branch, with an arrow pointing to the Details link.
  • Choose Summary:
    An image with an arrow pointing to the Summary link for checks on a branch.
  • Scroll down and download the artifact:
    An image with an arrow pointing to a test build generated by the CI server.