By default, ADT puts R.java in gen/[package name from manifest.xml] and we have to rename it each time to our actual package name, which differs from the one specified in the Manifest. We do this because we have multiple Android projects and use the same package names to simplify merging.
Is there a way to set a custom package/folder name for ADT to put R.java in without changing the one in manifest.xml? If not, where in the ADT source should I change this for our team? Thanks, Marko Outfit7 -- 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

