[android-developers] New to Ant build and I think my project setup has problems

2011-02-22 Thread Bret Foreman
I'm new to building my Android projects with Ant. The first thing I did was export my Eclipse projects to build.xml files. Then I did an ant clean and an ant build. I'm getting errors concerning the R class: [javac] Compiling 17 source files to C:\Users\Bret\workspace2\QuickDroid\bin

Re: [android-developers] New to Ant build and I think my project setup has problems

2011-02-22 Thread Mark Murphy
On Tue, Feb 22, 2011 at 2:58 PM, Bret Foreman bret.fore...@gmail.com wrote: I'm new to building my Android projects with Ant. The first thing I did was export my Eclipse projects to build.xml files. I'll be surprised if that works. Any ideas how to fix this so the R classes work? Step #1: