I'm using Eclipse 4.2.2 with Android SDK 22.0.1 to construct an Android application which uses the Facebook and Google Play Services lib. However I'm stuck with a problem: every time I include one or both of the library the aapt verbose mode crash in some point like this (I assume this also crash with verbose mode off, because the R.java files are not created on my project):
[2013-06-21 01:33:40 - Project] (new resource id com_facebook_placepickerfragment_list_row from /Users/Solens/workspace/FacebookSDK/res/layout/com_facebook_placepickerfragment_list_row.xml)
[2013-06-21 01:33:41 - Project] (new resource id com_facebook_us
[2013-06-21 01:33:41 - Project] 'aapt' error. Pre Compiler Build aborted.
If I don't include the libraries the project compile correctly. I've tried several solutions like clean -> build project, trying to update the sdk tools (however I'm using the lastest revision), but any of them have worked. I even tried switching OS to Windows 7 (I use Mountain Lion) and the same problems arise.
The funny thing is I have another project which both of the libraries added, the only difference is this other project has, by far, less resources than my crashed project.
I've been stuck on this problem by two weeks and still not found a solution.
Thanks in advance.
P.S.: related question -> aapt erros when generating resource ids