Sunday, December 9, 2012

Re: [android-developers] google maps not showing

On 12/06/2012 04:43 PM, John Merlino wrote:
> I updated an android app but the original developers are not available
> so I had to create a new app on the android market. But it was
> generally the same app. It contains a google map. However, the google
> map does not render. I am getting messages like this on the log:
>
> Couldn't get connection factory client
> server returned 3 at android_maps_conflict_avoidance.com
>
> So I think the issue is this line right here:
>
> <com.google.android.maps.MapView
> xmlns:android="http://schemas.android.com/apk/res/android"
> android:id="@+id/mapview"
> android:layout_width="fill_parent"
> android:layout_height="fill_parent"
> android:apiKey="some_long_string"
> android:state_enabled="true"
> android:clickable="true"
> />
>
> Do I already have an apikey in the developer console somewhere or is
> this something I am going to have to create?
>
Oh and if you had to create a new package for the app and/or a new
signing key, you'd have to create a new api key anyway.

--
Raymond Rodgers
http://www.badlucksoft.com/
http://anevilgeni.us/

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment