[android-beginners] Re: Ant build for android-1.5/samples

2009-09-03 Thread Xavier Ducrohet
'android create project' should really not touch any existing files. I've filed a bug internally so that we can fix this asap. thanks, Xav On Wed, Sep 2, 2009 at 1:09 PM, jotobjectsjotobje...@gmail.com wrote: I figured this out on my own.  android update project does the right thing if and

[android-beginners] Re: Ant build for android-1.5/samples

2009-09-02 Thread jotobjects
I figured this out on my own. android update project does the right thing if and only if AndroidManifest.xml exists in the target directory (it does for the samples). Example (first start emulator for install) cd platfrom/android-1.5/ApiDemos android update project -t 2 -p . ant debug adb