Hi all
i m using ompa3evm customized board ,android 4.03 stack if run android cts (make cts) its showing following error.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all
i m using ompa3evm customized board ,android 4.03 stack if run android cts (make cts) its showing following error.
If you are using the TI Android ICS 4.0.3 DevKit sources, you see this error as the apache-xml package is not part of the release sources.
Do you have any specific reason to build the CTS package from sources, why not use the prebuilt CTS packages from AOSP as is?
Hi Vishveshwar Bhat,
Thanks for Your reply .
For our customized Board i have to do CTS test Plan ,i have PreBuild But i wanna do with my Android source . Please Suggest me
Thanks
Bhgavath Ram
The TI Android DevKit CTS results were generated using the prebuilt CTS package from AOSP.
I do not see any advantage in building your own CTS package instead of using the prebuilt one.
--
If you still wish to build your own CTS package, add the apache-xml project to your ICS sources as follows:
cd external
git clone git://gitorious.org/rowboat/external-apache-xml.git apache-xml
cd apache-xml
git checkout rowboat-ics