A wrote:
> 1. What is the Android equivalent of javac?

javac.

> 2. How do I specify the classpath to the emulator on the command line?

You don't. You install your Android application (.apk) in the emulator
and run it. Classpaths are handled by Android. For building, classpaths
are handled by Ant.

> 3. What are the Android equivalent to .class and .jar files?

.class files are .class files. .jar files have multiple uses in Java,
and so it is difficult to state what the "equivalent" would be in
Android. If you mean the executable result of a compile, that would be
an APK file (.apk).

> 4. How can I build the equivalent of a jar file from the command-line?

ant debug or ant release.

http://developer.android.com/guide/developing/other-ide.html
http://developer.android.com/guide/tutorials/hello-world.html#noeclipse

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 In Print!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to