-1

アプリケーションで Google マップを表示するプログラムを実装しました。モバイルではうまく機能しますが、エミュレータで実行しようとすると、以下の例外がスローされます。誰でも提案できますか。

 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 

前もって感謝します。

4

3 に答える 3

0

ターゲットを google api に設定してエミュレータを起動した場合でも、エミュレータでは Google マップはサポートされません。マップを取得するには、実際のデバイスが必要です。

于 2013-10-03T03:43:19.270 に答える
0

ターゲットを Google API に設定してエミュレータを起動しましたか?

ここに画像の説明を入力

于 2013-10-03T02:10:29.143 に答える