I'm trying to use Google Map V2, I had follow instructions from : https://developer.android.com/google/play-services/maps.html
I had done: Sign up to Google Map API and get my API Key. Update my SDK for import play-service. Import into my folder. Import the library in my workspace to my project. Here below my project with imported libraries.
https://i.stack.imgur.com/NIKsi.png
In the manifest, if I remove the line: com.google.android.gms It's works, I can launch, compile and use my app.
I use a real phone, sony 4.2.
Do you have any idea for why my build fail ? I don't understand :/ Thank.