I am making an app in Android but when launch the second activity in my app, it gives Resources$NotFoundException at the setContentView(int)
method. I have made sure that I have typed the correct resource layout id and the resource id shown in the error is also present in the R.java
file with the correct resource. I have also tried cleaning the project and also restarting eclipse multiple times. The error still stays. Please help.
My Activity File
Layout File
The Error in LogCat
R.java