自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
TF 开发环境
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Trade Federation 通过 AOSP 进行分发,并使用 Android 构建系统创建其二进制文件。请确保您已搭建构建环境,以便通过 Android 源代码树编译和运行软件包。
构建 Tradefed
在 Android 源代码树的根目录处:
source ./build/make/envsetup.sh
lunch <device-target>
make tradefed-all -j8
如需详细了解如何在 Tradefed 中设置编码环境,请参阅开发 Tradefed。
下载 Tradefed
您可以从持续集成信息中心的 test_suites_x86_64 列中下载可供使用的已构建 Tradefed 软件包;在构建工件标签页中查找 tradefed.zip 文件。
解压缩后,您只需直接从解压缩的目录中调用 ./tradefed.sh
即可。
从命令行运行
Tradefed 要求使用 $PATH
中的 adb
实用程序:
export PATH=$PATH:<path/to/adb>
如果已构建 Tradefed,可从您的路径访问 tradefed.sh
启动器脚本。如需启动 Trade Federation 控制台,请运行以下命令:
tradefed.sh
现在,您的 Trade Federation 环境已搭建完毕。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-26。
[null,null,["最后更新时间 (UTC):2025-03-26。"],[],[],null,["# TF development environment\n\nTrade Federation is distributed with the AOSP and uses the Android build system\nto create its binary. Make sure you've [established\na build environment](/docs/setup/initializing) to compile and run packages from the\nAndroid source tree.\n\nBuild Tradefed\n--------------\n\n\nFrom the root directory of the Android source tree: \n\n source ./build/make/envsetup.sh\n lunch \u003cdevice-target\u003e\n make tradefed-all -j8\n\n\nSee [Developing Tradefed](/docs/core/tests/tradefed/development)\nfor more details about how to set up your environment for coding in Tradefed.\n\nRun from command line\n---------------------\n\n\nTradefed requires the `adb` utility in your `$PATH`: \n\n```\nexport PATH=$PATH:\u003cpath/to/adb\u003e\n```\n\n\nIf Tradefed was built, the `tradefed.sh` launcher script is\naccessible from your path. To launch the\n[Trade Federation Console](/docs/core/tests/tradefed/fundamentals/console): \n\n```\ntradefed.sh\n```\n\n\nNow your environment is set up for Trade Federation."]]