This error is driving me insane,
gen\com\smokingcalculator\R.java:17: error: <identifier> expected
public static final int 1000times2_lbl=0x7f030039;
^
I am trying to localize my app using the AndroidResources library https://www.b4x.com/android/forum/threads/localize-your-app-using-androidresources.19165/#content
Everything worked fine before, until when I tried to compile and I got this error. i cannot figure out what is causing the problem, somebody help please.
gen\com\smokingcalculator\R.java:17: error: <identifier> expected
public static final int 1000times2_lbl=0x7f030039;
^
I am trying to localize my app using the AndroidResources library https://www.b4x.com/android/forum/threads/localize-your-app-using-androidresources.19165/#content
Everything worked fine before, until when I tried to compile and I got this error. i cannot figure out what is causing the problem, somebody help please.