murali
murali

Reputation: 119

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.

Upvotes: 8

Views: 20249

Answers (3)

Muhammad Usman Ghani
Muhammad Usman Ghani

Reputation: 1279

Right Click on Project->Bulid Path->Configure Build Path ther you see error android-support-v4.jar remove this library and add library again this works fine for me.

Upvotes: 0

xmjx
xmjx

Reputation: 1153

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.

Upvotes: 2

RoflcoptrException
RoflcoptrException

Reputation: 52229

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

Upvotes: 8

Related Questions