how to compile and modify android 4.0.3 source code in eclipse using windows
问题 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