google-maps-android-api-1

Error: Please select Android SDK in Android Studio 2.0

百般思念 提交于 2019-12-21 06:56:27
问题 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 compileSdkVersion 'Google Inc.:Google APIs:17' But i got Error: Please select Android SDK error in Android Studio. How i can run this old project with older compileSdkVersion? 回答1: Open gradle.buld in your app module change versionCode or versionName

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

允我心安 提交于 2019-12-08 03:15:25
问题 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 (https://console.developers.google.com) Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists: API Key: [The key...] Android Application (<cert_fingerprint>;<package_name>): Instead of the map working

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

大兔子大兔子 提交于 2019-12-06 13:33:41
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 (https://console.developers.google.com) Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists: API Key: [The key...] Android Application (<cert_fingerprint>;<package_name>): Instead of the map working correctly, this is what I see: In my app/build.gradle , I have this: implementation 'com.google

Couldn&#39;t get connection factory client

烈酒焚心 提交于 2019-11-26 00:55:36
问题 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 it doesn\'t show me the map activity, and posts that error in the logcat? 回答1: I'm getting the same problem when using getFromLocationName, with a 'java.io.IOException:Service not Available' error. I've done a bit of googling around and it

Couldn&#39;t get connection factory client

久未见 提交于 2019-11-25 19:42:50
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 it doesn't show me the map activity, and posts that error in the logcat? I'm getting the same problem when using getFromLocationName, with a 'java.io.IOException:Service not Available' error. I've done a bit of googling around and it seems this is a bug in the software. http://code.google.com/p/android/issues/detail?id=8816 I had reinstalled