在 Mips 架构上运行 Android
如果我有一个机顶盒(Mips arch),其源代码(带有修改后的 Linux 内核)可以运行,现在我想在其上运行 Android,我该如何进行?通过与常见的 Android 内核树进行比较来更新我的内核源代码应该是一个好的开始,对吧? 我还想知道 Android 运行时使用了哪些库。感谢任何帮助。
If I have a set top box(Mips arch) with the source code(with a modified Linux kernel) which makes it run, and now I want to run Android on it, how do I proceed? Updating my kernel source by comparing it with the common Android kernel tree should be a good start right?
I also want to know what libraries are made use of by the Android run time. Appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MIPS Android 网站有 Android 源代码,该源代码已经针对 MIPS 架构进行了移植和优化。一旦您拥有 MIPS 版本的 Android 源代码,您就可以遵循标准的 Android 移植指南 。
MIPS Android web site has Android source code which has already been ported and optimized for MIPS architecture. Once you have MIPS version of the Android source code, you can follow the standard Android porting guide.