2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
ATS に関するよくある質問
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
別のバージョンの ATS を実行するにはどうすればよいですか?
起動時に --tag
を使用して、ATS のバージョンを変更できます。
mtt start --tag=prod_R11.202011.002
--tag
で使用可能なオプションは、ATS クラウド リポジトリの [タグ] 列にあります。一般的なタグは次のとおりです。
prod
: 最新の製品リリース(デフォルトで使用)
latest
: 毎日更新されるデベロッパー ビルド(不安定ですが、最新の変更とバグの修正が含まれています)
prod_Rxx.xxxxxx.xxx
: 特定のバージョン番号の場合
LowDiskSpaceException を修正するにはどうすればよいですか?
テストを実行すると、ホストログに次のエラーが表示される場合があります。
com.android.tradefed.util.FileUtil$LowDiskSpaceException: Available space on /data/tmp is 0.00 MB. Min is 100 MB.
このエラーは、ホスト ストレージの容量不足が原因です。/data/tmp
は、Test Station が使用する Docker データ ボリューム内のフォルダです。実際の場所を確認するには、docker inspect mtt-data
を実行します。
この問題を解決するには、[Test Runs] ページでテスト実行のデータを削除します。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-03-26 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-26 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."]]