Working wiht the SDK, i stumbled over two things that are slightly inconvenient for beginners, and i though they should possibly be changed.
1. Fix: missing content in FAQ under: http://code.google.com/android/kb/commontasks.html#newandroidprojectnoeclipse point 4., the link "Build and install your package" points to: http://code.google.com/android/intro/installing.html#building though section #building does not seem to exist on that page. 2. samples should contain ant scripts I would like the samples shipped with the SDK to contain buil.xml files. I figured out an easy way to create them: (1) create a temporaty Activity with the activity creator (2) copy files to sample project folder (eg LunarLander) - build.xml - libs (empty folder) - default.properties (3) edit build.xml - <project name="HelloAndroid" default="debug"> + <project default="debug"> - <property name="application-package" value="com.android.hello" /> (4) create file build.properties, containing: " # This file is handmade ant.project.name=LunarLander application-package=com.example.android.lunarlander " thanks for android! :-) hoijui --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

