1,download emulator tools.
2,copy builded new image to toos/lib/images
3,start emulator
-Jeff
[Mikael]
For me, this didn't work. Did it work for others?
On the other end, copying the images to tools/lib/images does work with the
emulator in Android SDK. But the Maps application "is not installed" and so
doesn't launch. Is there other things that need to be copied?
Thanks,
Mike
$ export \ ANDROID_PRODUCT_OUT=/path/to/mydroid/out/target/product/generic
$ /path/to/mydroid/out/host/linux-x86/bin/emulator
This will start the freshly built emulator.
I hope this helps.
-Leo
Is something missing in the code or is there some special settings to enable
internet access and Maps?
Mike
> -----Original Message-----
> From: android-...@googlegroups.com [mailto:android-
> plat...@googlegroups.com] On Behalf Of Leonid Batyuk
> Sent: Tuesday, October 28, 2008 0:20
> To: android-...@googlegroups.com
> Subject: Re: How to use emulator image?
>
>
This is due to a default setting in build/core/envsetup.mk
file for the variable "TARGET_PRODUCT". By default this is configured
to "sooner" and can be overridden either by modifying the
build/buildspec.mk or exporting the environment variable
"TARGET_PRODUCT" to your choice (ex: generic).
Another approach may be to use "partner_setup" command.
Warm Regards,
Anil
Warm Regards,
Anil