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:
Post a Comment