You only need to include the android.xapplication build hint, not the android.xpermissions build hint. The latter is added automatically by the lib when the project is built. The instructions are in the readme for the GoogleMaps plugin
https://github.com/codenameone/codenameone-google-maps#configuration Just place "android.xapplication" for the build hint name. And paste the <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="YOUR KEY"/> In the value for the build hint (except use your key). Use the IDE interface (either cn1 settings or properties/build hints) to do this. Don't try to paste it into the properties file directly. Steve On Tue, Apr 4, 2017 at 6:01 AM, Chris Hales <[email protected]> wrote: > Ok, I have looked more into this and it looks like I need to add build > hints. I think the hints I need to add are below. I can find where to add > them but I am not sure what format they should be in. I am also not sure > what to add. I think I found a post that said I needed to add > If this is what I should do can someone go to the entry form and send a > screen capture of one of them entered so I know the format. Not sure what > make the key value pair. Do I keep all the text? > android.xapplication=<meta-data > android:name="com.google.android.maps.v2.API_KEY" > > android:value="YOUR KEY"/> > android.xpermissions=<uses-permission android:name="android. > permission.ACCESS_NETWORK_STATE"/> <uses-permission > android:name="com.google.android.providers.gsf. > permission.READ_GSERVICES"/><uses-feature > android:glEsVersion="0x00020000" > android:required="true"/> > > > -- > 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/1fda542a-9047-41d1-b3c5- > bb8c6f0678f5%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/1fda542a-9047-41d1-b3c5-bb8c6f0678f5%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/CAGOYrKUYhK-LPu9%3Da5mzzGzV3YCT8bOreNaPanE6319Mmus_ow%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
