R.java file not generated

I can not solve the R.java problem in my built-in Facebook application. I chose the option "Create automatically", I cleaned my project. I made all the recommended solutions for creating the R.java file. But still no success. I have 2 R.java in my gen folder. I put a screenshot for a better understanding.

enter image description here

All buttons, text and images are not recognized.

+5
source share
5 answers

Try the following: I have a similar problem R.java no error was found, in fact it is not generated

I did almost everything that is said in different links on the forum

What I've done

1.I , , , SDK , Android SDK. eclispe ADT, android.

2. , ADT , , ADT 21.1. , , SDK . , SDK. SDK ADT 21.1.

3 , , ADT , , , .

+3

...

Google, . , Android SDK Manager, , - "Android SDK Built-tools".

:
1. .
2.
3.
4. , , .

, -...

+9

:

  • R.java (, @zapl).
  • /layout/string/what -coming-from-R, ctrl+space. Eclipse , R.java.
  • , , .
+8

, png CAPITAL LETTER . !

+1

. , , : lib32z1 lib32stdc++ 6,

sudo apt-get install lib32z1

sudo apt-get install lib32stdc++ 6

+1

All Articles