专为 HTC 手机打造
您好,
我正在尝试专门为 HTC Hero 生成 Android 平台。我已按照描述并从主干构建的说明进行操作(我想): http://source.android.com/download http://source.android.com/documentation/building-for-dream
问题是没有“extract_files.sh”脚本。那么现在为 HTC Hero 构建的正确程序是什么,或者我在哪里可以找到这个文件?
聚苯乙烯 我需要从头开始构建整个平台,因为我们将在其上运行 C++ 应用程序。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要从头开始构建整个平台来运行 C++ 应用程序。
你可以使用ndk. 检查此链接。
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.