android - Syntax Error in R.java file -


I put a text view on my page and I did not know that I was writing that ID in misspellings The meaning was txtTick but instead I did / and hit it txt / tick. I corrected this error, but it was my r The Java file was saved and I'm getting the error. Syntax error on the "/" token, expected although I can not modify this file and I do not want to touch it, something else happens. I have checked my strings. XML and this string no longer exists. I am unable to clean my project due to this error and have tried to restart it but I do not know how I can fix it. any idea?

R. Java

  public fixed final integer txt / tick = 0x7f050089;   

xml

  Android: id = "@ + id / txtTick"    

Delete your 'jen' folder and recreate your project and then your workspace. Remove the metadata file and import it again and recreate your project

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -