Note that there are some explanatory texts on larger screens.

plurals
  1. POWhere do I get Google Play Services 3136100
    primarykey
    data
    text
    <p>I am trying to use Google map in a very simple app. I get as a warning that Google Play Service is out-of-date and that 3136100 is required. This is only a warning but my application does not show any map. I get again a button to click on it to update Google Play Service and when I click on it I get a Fatal exception:</p> <pre><code>07-03 06:28:07.472: E/AndroidRuntime(860): FATAL EXCEPTION: main 07-03 06:28:07.472: E/AndroidRuntime(860): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=market://details?id=com.google.android.gms flg=0x80000 pkg=com.android.vending } 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1622) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.Activity.startActivityForResult(Activity.java:3370) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.Activity.startActivityForResult(Activity.java:3331) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.Activity.startActivity(Activity.java:3566) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.Activity.startActivity(Activity.java:3534) 07-03 06:28:07.472: E/AndroidRuntime(860): at com.google.android.gms.internal.bb$5.onClick(Unknown Source) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.view.View.performClick(View.java:4204) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.view.View$PerformClick.run(View.java:17355) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.os.Handler.handleCallback(Handler.java:725) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.os.Handler.dispatchMessage(Handler.java:92) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.os.Looper.loop(Looper.java:137) 07-03 06:28:07.472: E/AndroidRuntime(860): at android.app.ActivityThread.main(ActivityThread.java:5041) 07-03 06:28:07.472: E/AndroidRuntime(860): at java.lang.reflect.Method.invokeNative(Native Method) 07-03 06:28:07.472: E/AndroidRuntime(860): at java.lang.reflect.Method.invoke(Method.java:511) 07-03 06:28:07.472: E/AndroidRuntime(860): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 07-03 06:28:07.472: E/AndroidRuntime(860): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 07-03 06:28:07.472: E/AndroidRuntime(860): at dalvik.system.NativeStart.main(Native Method) </code></pre> <p>enter code here</p> <p>So what can I do to see a map with my application? How do I update Google Play Service?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload