问题

UPDATE


回答1:
The jar mismatch is due to different version of the support library.
You can copy the android-support-v4/jar
from sdk/extras/android/support/v4/android-support-v4.jar
to the libs folder of both Google play services library project and your Android project.
Make sure you have the updated Support Library.
You can check Adding Support Libraries without Resources @
https://developer.android.com/tools/support-library/setup.html
Edit: The latest is rev 19.0.1 as shown in the below snap shot
To download

Edit :
Do you see this under sdk/extras/android/support
. Then open v4 and copy the jars to both libs folder

来源:https://stackoverflow.com/questions/22707722/jar-mismatch-from-log-cat-on-program-run-using-google-play-service