This might not be exactly the same problem, but for me, the compiler
didn't seem to be able to resolve references to R.java fields, so it
looked like R.java wasn't being generated. I found out that pushing
ctrl+shift+o to autoimport classes was the problem. If you make
references to R.java resources and the push ctrl+shift+o it imports
android.R, and it appears as though it tries to resolve its references
from this android library code and fails. By removing the 'import
android.R' lines that have been added to your code by autoimport, you
can fix this. I hope this helps.



On Aug 13, 11:20 am, Richard Schilling
<richard.rootwirel...@gmail.com> wrote:
> Alright, I downgraded to Eclipse 3.5, and the following still doesn't
> happen when I build a project in Eclipse:
>
> 1. .aidl files don't get processed (at all).
> 2. R.java isn't generated.
>
> Used to work.
>
> What the heck?
>
> Richard Schilling

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