Wednesday, April 22, 2009

Android: dalvikvm on x86

http://groups.google.com/group/android-porting/msg/29167c58b3b49051
http://groups.google.com/group/android-porting/browse_thread/thread/9c9e05f264a0050a
http://davanum.wordpress.com/2007/12/04/command-line-java-on-dalvikvm/
http://felix.apache.org/site/apache-felix-and-google-android.html

Follow the instruction, you can generate the dalvikvm to run your own java program.

Start with:

. build/envsetup.sh
lunch 2

This configures you to build for the desktop, linking against glibc.
This mode is NOT recommended for anything but experimental use. It may go away. Don't use it; forget you saw it. Thanks.

Build the world:

make

No comments:

Related Posts Plugin for WordPress, Blogger...