Cleaning Project not fixing R.java errors (Android) -
my android project started saying r.blah.blah references errors. cleaning/re-generating r.java file has not fixed it. nor has closing/reopening project/eclipse. undid changes xml files have caused it. occurring in 1 of activities, other activities not have errors related r.blah.
note: r.java have correct references in file.
check if
import android.r;
is in classes , remove try
Comments
Post a Comment