[android-developers] Re: Anyone success to build emulator for Windows?

2009-01-26 Thread Breno
Hey, According with this link, http://android.git.kernel.org/?p=platform/development.git;a=blob_plain;f=tools/eclipse/README_WINDOWS.txt;hb=HEAD, some cygwin packets are necessarily. But it missed one: flex. Regards Breno On Jan 5, 8:04 am, Tim tim.ka...@gmail.com wrote: Hi

[android-developers] Re: Anyone success to build emulator for Windows?

2009-01-05 Thread Tim
Hi HISONA, It works, thx! Btw, step 2 Remark the -lpthread, should be not needed if you installed pthread for mingw as below :) install pthread for mingw 1. download pthreads-w32-2-8-0-release.tar.gz from ftp://sourceware.org/pub/pthreads-win32 2. tar -zxvf

[android-developers] Re: Anyone success to build emulator for Windows?

2008-12-24 Thread Ralf
To build the SDK for Windows, look at this: http://android.git.kernel.org/?p=platform/development.git;a=blob_plain;f=tools/eclipse/README_WINDOWS.txt;hb=HEAD It's a bit old but step #2 is still mostly valid except you MUST make sure cygwin is in binary/unix mode and not text/dos mode. Also the