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
Stay organized with collections
Save and categorize content based on your preferences.
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-08-29 UTC.
[null,null,["Last updated 2025-08-29 UTC."],[],[],null,["# ATS frequently asked questions\n\nHow do I run a different version of ATS?\n----------------------------------------\n\nYou can change the version of ATS by using `--tag` when starting. \n\n```\nmtt start --tag=prod_R11.202011.002\n```\n\nThe available options for `--tag` can be found in the [ATS cloud\nrepository](https://gcr.io/android-mtt/mtt) under the *Tags* column. Common tags\nto use are:\n\n- `prod`: The most recent production release (used by default)\n- `latest`: Daily developer build (unstable but contains latest changes and bug\\` fixes)\n- `prod_Rxx.xxxxxx.xxx`: For a specific version number\n\nHow do I fix a LowDiskSpaceException?\n-------------------------------------\n\nWhen executing a test run, you may see the following error in the host logs: \n\n com.android.tradefed.util.FileUtil$LowDiskSpaceException: Available space on /data/tmp is 0.00 MB. Min is 100 MB.\n\nThis error is due to low host storage. `/data/tmp` is a folder inside the Docker\ndata volume Test Station is using. You can find the actual location by running\n`docker inspect mtt-data`.\n\nTo fix the issue, you can delete test run data through the Test Runs page."]]