I am doing notebook exercises on the Android developer website, currently working on exercises (here here ).
I went to the end of the tutorial, and found that I had a few mistakes in the two main Java files on the relationship the R file, such as setContentView(R.layout.notes_list);andmenu.add(0, INSERT_ID,0, R.string.menu_insert);
I tried to clear and rename to R.javano avail.
They are also found in the solution for the exercise, so I think that these are deliberate errors or something with my eclipse, but I can not fix them, any help would be very grateful!
source
share