I changed the names of a couple of view items in one of my layout files, and suddenly my layout files (R.layout.) and views (R.id.) are getting redlined and not coming up in autocomplete.
I'm importing android.R. But it was working just fine until I renamed the layout items.
Any suggestions?
I've tried refresh, clean, and restarting Eclipse already.
Edit: I changed my import to:
package com.example.techgadgets;
import com.example.techgadgets.R;
but still no go.