I get the following exception when trying to use the Google Play Services V2 library after following the official tutorial.
java.lang.NoClassDefFoundError: c
For Android Studio:
1) Open Module Settings:
2) Add (Import) module google_play_service_lib from SDK
3) Module google_play_service_lib check as Library
4) Add library google_play_service.jar from SDK
5) Finish