On Mon, Aug 8, 2011 at 11:07 AM, Bill Gatliff <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to