Hi,

with my first own project I had the problem, that the R class was not
automatically regenerated in Ecplipse by the Android plug-in. And a
clean of the project killed the file additionally.
Now I know why. In the layout resource was a reference to the string
"hello", which will be created on project creation. I have deleted
this string in the string resource, because I don't need it. But the
not resolved reference in the layout resource disturbs the
regeneration of the R class. Unresolved references to the resources in
the coding seem not to be a problem. I've removed the unresolved
reference in the layout resource and then the R class was regenerated
again.

I hope I can help you and some other developers with the same or a
similar problem.

Greets,

Vertumnus

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

Reply via email to