I took a new android project. It ran fine on device. Then I added -
dependencies {
....
....
compile 'com.google.android.gms:play-services:9.4.0'
}
Now when i try to run the app, it gives -
Error- The number of method references in a .dex file cannot exceed 64K.
Any help?