For some reason it is failing to create the native maps, and is falling back to the web-based maps. Make sure your project has the build hint android.playService.maps=true. Also make sure that your build hints that specify your android API key are present.
Do a refresh cn1libs, and a clean and build. Steve On Thu, Sep 14, 2017 at 7:28 AM, Mandi Gudalur <[email protected]> wrote: > > I am facing a different problem in codename one google maps. > Previously Google Maps works fine in my Android device. I did not change > any code and certificates. Now I am getting the following error. > > java.lang.RuntimeException: Waited too long for browser bridge > at com.codename1.g.d$a.a(MapContainer.java:262) > at com.codename1.g.d$a.b(MapContainer.java:223) > at com.codename1.g.d.a(MapContainer.java:709) > at com.zetta.survey.a.c.a(GoogleMapsTestApp.java:78) > at com.zetta.survey.d$2.a(MainMenu.java:144) > at com.codename1.s.r.a(Form.java:1621) > at com.codename1.s.ae$a$a.run(SideMenuBar.java:1745) > at com.codename1.s.n.l(Display.java:1101) > at com.codename1.s.n.j(Display.java:1045) > at com.codename1.s.n.i(Display.java:946) > at com.codename1.s.ad.run(RunnableWrapper.java:120) > at com.codename1.impl.b$1.run(CodenameOneThread.java:60) > at java.lang.Thread.run(Thread.java:818) > > > Any insights. > > Thanks in advance. > > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/ > group/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/codenameone-discussions/411bae9d-cd47-4a12-9201- > 79e5b96b5a4c%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/411bae9d-cd47-4a12-9201-79e5b96b5a4c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWXrz1fCxs0WRejqY8VUxrM99XCAhTst%2BEY2NUsTb90rg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
