Sunday, August 7, 2011

Re: [android-developers] Standalone Java applications?

On Mon, Aug 8, 2011 at 11:07 AM, Bill Gatliff <bgat@billgatliff.com> wrote:
>
> What if I want to do a standalone application written in Java for an
> Android target?

Assuming by 'standalone application' you mean a Java program
with a main method, there is an dalvikvm command. If your
class is in a dex file, you should be able to run it from the command
line.

Cf. # dalvikvm -help

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment