I have this problem with my android source in Eclipse. I tried to import com.R; but only the R cannot be resolved disappeared. I got the id cannot be resolved now. I “developed” in Eclipse with Android a few months ago too, but there wasn’t the ID cannot be resolved problem.
What can I do? It is a fresh installed Eclipse+Android ADT+Emulator+ eg…
I have this problem with my android source in Eclipse. I tried to import
Share
Are you sure you’re not importing
android.Rbut instead, your generated R file, i.e.com.myproject.R?