I have read this writing my own build driver and cannot find anything beyond "it creates a test project" .... which i need one
Is it "really" a test project or does it just put together a rather normal project so that I have something to work with ?.. and while we are at it: I have run android list targets == my build target (8) shows up I wish to run android create avd -n <name> -t <targetID> from a build-driver I am writing myself feeding a Java OutputStream to the build process If you do this from the command line you get "Do you wish to create a custom hardware profile" (default is no) so if I am driving from code can I just ship a "\n" ? I got the "Available Android targets:" from android this way writing to a file which will soon become a console I wrote myself .... so it works I just dont want to hang something and have to crtl-c out of a hung proc leaving a partial run -- 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

