[android-porting] Re: Compile error (no com.google.android.maps.xml)

2009-05-14 Thread Yi Sun
Look at the wiki page at googlecode.com/p/patch-hosting-for-android-x86-support On Thu, 2009-05-14 at 06:14 -0700, ja...@work wrote: > I've got a similar problem: > > gmza...@gmzanda-desktop:~/workspace$ make > build/core/product_config.mk:261: WARNING: adding test OTA key > =

[android-porting] Re: Compile error (no com.google.android.maps.xml)

2009-05-14 Thread ja...@work
I've got a similar problem: gmza...@gmzanda-desktop:~/workspace$ make build/core/product_config.mk:261: WARNING: adding test OTA key TARGET_PRODUCT=sim TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=true TARGET_BUILD_TYPE=debug TARGET_ARCH=x86 HOST_ARCH=x86

[android-porting] Re: Compile error (no com.google.android.maps.xml)

2009-05-05 Thread Ravishankar Haranath
In the eee_701.mk file change the entry 'generic_with_google.mk' to ' generic.mk' and try rebuilding. You need not have to remove any lines in generic_with_google.mk. Only thing is maps and gtalk service will not be available. - Ravi On Wed, May 6, 2009 at 8:43 AM, Chih-Wei wrote: > > Hi, > I ha