Building specifically for HTC phone
Greetings,
I am trying to generate android platform specifically for HTC Hero. I have followed the instructions described and built from trunk (I suppose): http://source.android.com/download http://source.android.com/documentation/building-for-dream
The problem is that there is no 'extract_files.sh' script. So what is the proper procedure to build for HTC hero now, or where can I find this file?
P.S. I need to build the whole platform from scratch because we are going to run 开发者_高级运维C++ application on it.
You don't need to build the whole platform from the scratch to run a C++ application.
You can use the ndk. Check this link.
精彩评论