(3)-基础库tradefederation配置
最后更新于:2022-04-01 06:54:26
cts是建立在[tradefederation](http://download.csdn.net/detail/qhshiniba/8050545)项目上的,cts中的[tradefed-prebuild.jar](http://download.csdn.net/detail/qhshiniba/8049365)就是该项目编译后的jar包。在debug调试的时候少不了这个项目,所以现在开始把这个项目添加到eclipse中。
# 下载
如果有可以翻墙的话,建议下载最新的版本,我上传的tradefederation应该不是最新的,但是我翻不了墙,所以还是拿这个项目debug.
下载地址:[http://download.csdn.net/detail/qhshiniba/8050545](http://download.csdn.net/detail/qhshiniba/8050545)
# 配置
下载后解压后的文件导入eclipse中。导入后更改项目的环境为UTF-8,解决乱码造成的错误。然后在cts-tradefed-host项目中关联tradefederation项目。
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2016-01-09_56911dc84b1da.jpg)
点Add按钮添加关联项目
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2016-01-09_56911dc87f12a.png)
点OK然后,然后换到Order And Export条目
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2016-01-09_56911dc89835a.png)
将tradefederation的顺序放在tradefed-prebuilt.jar之前,然后刷新一下项目。
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2016-01-09_56911dc8b9357.jpg)
回到CtsConsole类的主方法,ctrl+单击Console,看是否跳转到关联项目:
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2016-01-09_56911dc8ee3db.jpg)
然后在运行下项目看是否正常运行,如果正常运行就算正常了。可以进入调试阶段了。