Skip to content Skip to sidebar Skip to footer

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

Solution 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


Solution 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?


Post a Comment for "How To Compile And Modify Android 4.0.3 Source Code In Eclipse Using Windows"