Hello.  I know that in order to generate the ant scripts for your
project, you do this:

android update project --name <project_name> --target <target_ID> --
path path/to/your/project/

(see reference page 
http://developer.android.com/guide/developing/other-ide.html)

That being said, you are not supposed to check in local.properties
into your source repository, since it depends on the developer's
machine.  But we had to alter the build.xml for some custom stuff.
And the above command will overwrite build.xml.  Is there a way to
only generate the local.properties so that developers can check out
the code and run a command so it works?

Thanks
--~--~---------~--~----~------------~-------~--~----~
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