Yes. You do need to add the android.xapplication build hint so that your API key is provided. You don't need to add the android.xpermissions build hint. It will automatically be added by the library when you build int.
The instructions for build hints are all in the README for the GoogleMaps cn1lib <https://github.com/codenameone/codenameone-google-maps#configuration>. The format for the build hint would be Name: "android.xapplication". Value: "<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="YOUR_ANDROID_API_KEY"/>" Use the IDE's UI to place the build hints. Don't try to paste them directly into the properties file. share <http://stackoverflow.com/a/43212881/1329254>edit <http://stackoverflow.com/posts/43212881/edit> answered 1 hour ago <http://stackoverflow.com/users/2935174/steve-hannah> steve hannah <http://stackoverflow.com/users/2935174/steve-hannah> 1,343310 On Tuesday, April 4, 2017 at 8:25:13 AM UTC-4, Chris Hales wrote: > > I playing around with google maps and codename one on android. I have > something that works on the emulator abut when I run it on the android I get > > an internal application error occurred: java.lang.RuntimeException Waited > too long for browser bridge. > > What is that telling me? Any idea what I am doing wrong. > -- 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/189c3029-34ea-4f6a-8be6-0f44446c74a5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
