On Jan 25, 7:07 am, Pawel Kolodziej <p.kolodz...@gmail.com> wrote:
> Is there any easy way to build only standalone dalvik virtual machine?
>
> There was "dvk" project (http://code.google.com/p/dvk/) sometime ago
> but it's outdated now.

In "gingerbread", a host-executable copy of Dalvik is part of the
build.  (In "froyo" and earlier, generation of .odex files for "user"
builds was done by launching the emulator.  We now run "dexopt" on the
build machine, and dexopt is just a different front-end for the VM.)

You can also try the sim-eng "desktop" build.  Some notes are halfway
down here:

  
http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/hello-world.html;hb=HEAD

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to