The error I am getting is:
09-16 07:17:24.657: I/Google Maps Android API(30787): Google Play services 
client version: 6587000
09-16 07:17:24.660: I/Google Maps Android API(30787): Google Play services 
package version: 9452236
09-16 07:17:24.664: I/System.out(30787): Failed to initialize, google play 
services not installed: java.lang.RuntimeException: API key not found.  
Check that <meta-data android:name="com.google.android.geo.API_KEY" android:
value="your API key"/> is in the <application> element of AndroidManifest.
xml
09-16 07:17:24.664: W/System.err(30787): java.lang.RuntimeException: API 
key not found.  Check that <meta-data android:name=
"com.google.android.geo.API_KEY" android:value="your API key"/> is in the 
<application> element of AndroidManifest.xml
09-16 07:17:24.664: W/System.err(30787): at maps.y.k.a(Unknown Source)
...

However I have the application key set in the properties.  
codename1.arg.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"
/>
android.xapplication=<meta-data     android\:name\=
"com.google.android.geo.API_KEY"     android\:value\=
"AIzaSyCcdXXXXXXXXXXXXXXXXXXXXH0"/>




   1. How can I see the build log to make sure you are setting it 
   correctly?  
   2. Why is it not working?
   3. according to this error, your blog / instructions are out of date. 
    It is no longer com.google.android.maps.v2.API_KEY

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/c8a1e498-669c-48bd-8273-d466172175b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to