I'm trying to use google maps v2 for android by adding the google-play-services to my app as a library. Everytime I set a reference to the library I get windows dialog with the message that aapt.exe has crashed. And after I've set a reference to the library all my source files get errors. R.java in my gen folder gets deleted. Console is giving this message
[google-play-services_lib] R.java was modified manually! Reverting to generated version!
After deleting the reference to the google-play-services library the errors disappear. I'm using Eclipse Helio with SDK tools rev 22.0.1
I tried almost every solution/suggestion people have told in that thread.
Can someone help me out?