Hi,

I'm setting up an automated build system using Ant, for our Android
project.

As a starting point, I've simply exported the required "build.xml"
through Eclipse.

If I clean the project, and run "ant" in the command line at the root
of the our Android project, I receive the following compile error:
"package R does not exist"

On the other hand, if I build the project through Eclipse, then the
R.java is generated for me.

How can I have my Ant build generate R.java for me?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to