Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R.java was modified manually! Reverting to generated version

I have the emergency live tracker sample apk file. So I run that application via eclipse.

I am getting an error.

like image 942
murali Avatar asked Sep 15 '11 07:09

murali


2 Answers

Just clean your project and then rebuild it. That will automatically generate a new R file.

like image 93
RoflcoptrException Avatar answered Oct 28 '22 00:10

RoflcoptrException


I had that problem and it turned out to be some weird side-effect of me not using the proper Java compiler: I used to use 1.5 for earlier SDK versions but I had to use Java 1.6.

like image 20
xmjx Avatar answered Oct 28 '22 01:10

xmjx