How to build android cts? And how to add and run your test case?
- by Leox
From 2.0 the cts is freely downloadable from android's repository.
But there is no documents about it.
Does anyone can tell me:
how to build cts? Is there a standard procedure?
How to run cts?
How to add customized test case?
Here, share my experience.
After repo sync all source, you can't directly run "make" to build all source.
You will get…