views:

59

answers:

1

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.

+1  A: 

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.

Macarse