How to run CTS tests in android(Eclair)?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In order to release a device to the market, You need to run the Compatibility Test Suite given by android...I need to know how to download and run it.. 回答1: As XC said in a comment, as of 2.0, the CTS is freely available. For it to be runnable, you have to build the tests. In your top level android directory, do all the normal build set-up steps and then make cts Then in the out/host/linux-x86/cts/android-cts/tools sub directory, you will find the startcts bash script. I expect the location might depend on what platform you are building on.