how to compile and modify android 4.0.3 source code in eclipse using windows

穿精又带淫゛_ 提交于 2019-12-25 01:33:59

问题


I have downloaded the android source code 4.0.3, installed cygwin with make and gcc, and downloaded ndk and sdk, integrated eclipse with cdt and adt. Using windows 7 64bit.

Can you guys tell me how to build this source code in eclipse in order to customize the native settings menu.

Thanks in advance.

FYI :I have been through google, stackoverflow, but couldn't find any lead which works.


回答1:


See these pages in the Developer docs: Initializing a Build Environment. This page seems to indicate that Mac, and Linux are the only supported build environment OS. I would suggest using one of those instead of Windows 7.

Once you've got environment set up see also: Building and Running




回答2:


I think it will be very difficult. From my experience, even on the supported platforms there are difficulties to tune build environment. Windows is not supported so I think this is almost impossible there.

Maybe in your case it's worth to install a virtual machine?



来源:https://stackoverflow.com/questions/11311335/how-to-compile-and-modify-android-4-0-3-source-code-in-eclipse-using-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!