The meta-data tag in your app’s AndroidManifest.xml does not have the right value
06-16 15:50:34.666: E/AbstractActivity(18417): エラーjava.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 4030500 but found 4452000. You must have the following declaration within the <application> element: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
上記のようなIllegalStateExceptionエラーが出てしまうことがあります。
エラーメッセージの通りなんですが、AndroidManifest.xml内の
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
上記のように記述します。