[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

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

2008-12-26 Thread HISONA
Hi, android-emulator-1.0_r2.tar.bz2 has some bug ... 1. Copy the "qemu\android\config\windows\config-host.h" to "qemu \config-host.h" 2. Remark the "-lpthread" option in "qemu\Makefile.android" line 476. 3. Execute "sh build-emulator.sh" in root directory. Good luck ... http://ohadev.tistory.c

[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 pthreads-w32-2-8-0-releas

[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 wrote: > Hi HISONA, > > It works, th