I get the following exception when trying to use the Google Play Services V2 library after following the official tutorial.
java.lang.NoClassDefFoundError: c
if you are using
compile 'com.google.android.gms:play-services:9.0.2'
change it to individual ones such as
compile 'com.google.android.gms:play-services-location:9.0.2'
also add compile 'com.android.support:multidex:1.0.1' if you have multiDexEnabled=true
compile 'com.android.support:multidex:1.0.1'
multiDexEnabled=true