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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -