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
@Benoit'a answer has exact solution i am answering with additional knowledge:
1. one way as Benoit answered is add following inside application tag of AndroidManifest.xml
2. we can directly add the version code like
4030500 is version code which is stored inside
google-play-services_lib>res>values>version.xml
Like
4030500
Conclusion: Latest google play services requires a version name, which is to be mentioned using inside AndroidManifest.xml
Note: I would strongly recommend to use 1st way