How can I resolve this error?
Caused by: java.lang.illegalargumentexception 11-01 11:08:12.845: E/AndroidRuntime(28885): Caused by: java.lang.Illega
I imported my existing project from Eclipse to Android Studio, In Eclipse project Integers.xml
was containing hardcoded value as following
5089000
causing version conflict with latest version of Play Services being built by Android Studio. after removing this line from Integers.xml
it started working for me.