I don't know if this is going to solve your problem, and I doubt it will, but you are supposed to copy that res folder to a new folder within your project.
Let's say your project folder is called myProject, and in there are your BAS files, Object folder...
Make a new folder in myProject called MyResources, and copy all of the RES content out of the SDK into MyResources.
Now you have to add "#AdditionalRes: C:\...\...\MyResources, com.google.android.gms" With the "..." being part of your path.
-S