Questions tagged [google-maps-android-api-1]

14 questions
52
votes
4 answers

Couldn't get connection factory client

I got this error: ERROR/MapActivity(258): Couldn't get connection factory client Everything worked fine, it's all of a sudden, how come that happens? I know my api key is fine, because one month I've been using it perfectly. How come all of a sudden…
rayman
  • 20,786
  • 45
  • 148
  • 246
23
votes
7 answers

Error: Please select Android SDK in Android Studio 2.0

I am using Android Studio 2.0 Beta2, and i am trying to run old project that uses google maps api v1 (package com.google.android.maps) as *.jar file. To run this old project i need specify compileSdkVersion older than the last one (23). I used…
Lester
  • 2,544
  • 4
  • 27
  • 38
10
votes
7 answers

Google Maps Android API: Authorization failure. Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists

I am getting this error: E/Google Maps Android API: Authorization failure. Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map. E/Google Maps Android API: In the Google Developer Console…
7
votes
1 answer

Fixing debug.keystore to work with ADT 22 and Google Maps v1 API Key

After updating my Android SDK to revision 22.0.1 and updating the Eclipse ADT, I found that I could no longer install a debug build on a device. The console shows this error: Installation error: INSTALL_PARSE_FAILED_NO_CERTIFICATES I found that I…
Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302
5
votes
3 answers

How would i make my google map zoom in to my current location?

Hi i would like to make my map zoom into my current location. This current location is defined currently by sending lat and long to the emulator. How would i go about doing this? My current mapactivity.java public class MapsActivity extends…
User358218
  • 523
  • 3
  • 8
  • 25
3
votes
2 answers

Google Maps Android API - Styled Maps

From what I have read so far, it seems that there is no way to style Google Maps via the Android API. Has anyone seen differently or know a way to style Google Maps on Android (change feature colors, etc.)? From what I have seen, the only…
2
votes
0 answers

how to add google play services library to nativescript

i am trying to add google maps api for android to a nativescript app i am working on, i am following the steps in this post NativeScript plugin for Google Maps SDK , i have installed the nativescript plugin but i have having problems with the next…
1
vote
1 answer

Google Maps Android API v2 doesn't show up in my Developer's Console

The title pretty much says it all. I can enable 'Google Maps Android API' in my console, but there's no 'Google Maps Android API v2' for me to choose. Am I missing something? After enabling 'Google Maps Android API', this is what I get in my…
1
vote
0 answers

Google Map API shows incorrect travel speed

I have developed a map that allow user to track the mobile devices. But I have achieved wrong speed travelled of the device on the road. For example, the device only travel 7.1kmph in the Google Map Api, but the actual speed travelled on the road…
0
votes
1 answer

how to draw curved line between two points in google maps android?

i want to draw curved line between two points,can any one help me? i used poly line Geodesic but the curve is not that much visible,can i increase the curve size using Geodesic?
0
votes
0 answers

How to get Google Location API

I request the current location when I initialize the app, but it is not working. The map starts and it has nothing requested. Can anyone please solve this? Here is my code: package com.example.leonardo.myapplicationmap; import…
0
votes
1 answer

Error:(48, 21) error: cannot find symbol method getMap()

I'm using Android Studio 1.1, and AP1 21 (version required as part of a course). I create a new project using the Google Maps Activity. Within the automatically generated code, I get the following error message: Error:(48, 21) error: cannot find…
Max D
  • 189
  • 11
0
votes
3 answers

converting android google maps v1 to v2

i started to inform me about google maps v2 und so i wanted to get it in my actual app! in manifest and xml file i did everything (this works) but my problem is in my maps activity! when i click on the button where my app should starts, there only…
0
votes
2 answers

Android Google Map API from 1.0 to 2.0

I have this application I want to upgrade from Google maps API 1.0 to the 2.0 especially for some performances issues. Now, the application was designed (not by me) with a single Map defined in the unique main activity and use through the different…