I'm running through the notepad exercises on the android dev website, currently working on exercise (found here).
I came to the end of the tutorial and found that I had several errors in the main two java files regarding R file relations, such as setContentView(R.layout.notes_list);
and menu.add(0, INSERT_ID,0, R.string.menu_insert);
I've tried cleaning and re-genning R.java
to no avail.
These also occur in the solution for the exercise so I think they are deliberate mistakes, or something with my eclipse, but I can't seem to fix them, any help would be great thanks!