Why Doesn't R.java Find My Layout?
The image shows it all. Although I have a task.xml, the R.java class can not find it. This is the view for each of my list items. Can someone please tell me why?
Solution 1:
I think in your code U must have imported .R file... For example import com.d.maulik.R .. Remove this import and then save and ctrl+space.. this will work i guess.
Post a Comment for "Why Doesn't R.java Find My Layout?"