Android R.java Syntax error on token "int", VariableDeclaratorId expected after this token -


i getting following generating in r.java file:

public static final class id {     public static final int   =0x7f0500ae; 

i have done research , pointing strings file. have checked strings file , there no errors. application not producing errors anywhere else, single line being generated.

can please help.

i had same issue , found odd strings.xml file didn't show errors, able resolve searching through strings.xml file empty string name values.

found:

<string name="">username</string> 

changed to:

<string name="lblusername">username</string> 

worked , able compile, hope helps.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -