我實現了一個程序來顯示我的應用程序中的谷歌地圖,它在移動中運行良好,但是當我嘗試在模擬器中運行時,它會拋出異常。 任何人都可以提供建議。如何在模擬器中獲得谷歌地圖?
10-03 02:03:53.220: W/GooglePlayServicesUtil(841): Google Play services out of date. Requires 3265100 but found 2012110
10-03 02:03:53.240: W/GooglePlayServicesUtil(841): Google Play services out of date. Requires 3265100 but found 2012110
10-03 02:03:53.260: W/GooglePlayServicesUtil(841): Google Play services out of date. Requires 3265100 but found 2012110
10-03 02:03:53.270: W/GooglePlayServicesUtil(841): Google Play services out of date. Requires 3265100 but found 2012110
10-03 02:03:53.290: W/GooglePlayServicesUtil(841): Google Play services out of date. Requires 3265100 but found 2012110
10-03 02:03:53.330: W/GooglePlayServicesUtil(841): Google Play services out of date. Requires 3265100 but found 2012110
10-03 02:03:53.330: D/AndroidRuntime(841): Shutting down VM
10-03 02:03:53.341: W/dalvikvm(841): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
10-03 02:03:53.360: E/AndroidRuntime(841): FATAL EXCEPTION: main
10-03 02:03:53.360: E/AndroidRuntime(841): java.lang.RuntimeException: Unable to start activity
在此先感謝。
這不是一個問題,它是一個Logcat。 – Prmths