Starting March 27, 2025, we recommend using android-latest-release instead of aosp-main to build and contribute to AOSP. For more information, see Changes to AOSP.

ATS frequently asked questions

How do I run a different version of ATS?

You can change the version of ATS by using --tag when starting.

mtt start --tag=prod_R11.202011.002

The available options for --tag can be found in the ATS cloud repository under the Tags column. Common tags to use are:

  • prod: The most recent production release (used by default)
  • latest: Daily developer build (unstable but contains latest changes and bug` fixes)
  • prod_Rxx.xxxxxx.xxx: For a specific version number

How do I fix a LowDiskSpaceException?

When executing a test run, you may see the following error in the host logs:

com.android.tradefed.util.FileUtil$LowDiskSpaceException: Available space on /data/tmp is 0.00 MB. Min is 100 MB.

This error is due to low host storage. /data/tmp is a folder inside the Docker data volume Test Station is using. You can find the actual location by running docker inspect mtt-data.

To fix the issue, you can delete test run data through the Test Runs page.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年12月02日 UTC.