google-play-services

App is having trouble with Google Play Services. Please try again

佐手、 提交于 2019-12-19 05:17:11
问题 I have done this code several times. But from today morning i see this problem occurs. This is a basic code to show a map layout. And showing this error to me. And also I entered the API key correctly.Screen Shot of EmulatorI searched for other StackOverflow posts but nothing workes for me. package com.example.maptest import android.support.v7.app.AppCompatActivity import android.os.Bundle import com.google.android.gms.maps.CameraUpdateFactory import com.google.android.gms.maps.GoogleMap

Failed to resolve: com.google.firebase:firebase-analytics:9.0.0 [duplicate]

孤人 提交于 2019-12-19 04:52:08
问题 This question already has answers here : Failed to resolve: com.google.firebase:firebase-core:9.0.0 (11 answers) Closed 3 years ago . According to Google I/O 2016,I know the "Firebase",it is very nice for me,but I can not use it because this error.I have get a solution that update "Google play services" to 30,but no update tips. 回答1: You have to update your SDK Manager Also you have to use classpath 'com.google.gms:google-services:3.0.0' in your buildscript block and this version has to work

Trouble using Google sign-in button in the emulator

*爱你&永不变心* 提交于 2019-12-19 04:18:30
问题 When I click the Google sign-in button, it shows the following dialog. I click on Update and nothing happens, but my logcat gives the following output. 01-24 07:38:48.121: W/GooglePlayServicesUtil(1305): Google Play services out of date. Requires 4132500 but found 4033530 01-24 07:38:50.321: E/SettingsRedirect(1305): Can't redirect to app settings for Google Play services How can I get this to work on my emulator? After it failed I ran the following command to see the error and got the

Apk Upload error in playstore - 64 bit warning

做~自己de王妃 提交于 2019-12-19 04:05:42
问题 I am using this implementation: 'com.google.vr:sdk-panowidget:1.160.0' in order to show 360 image, but I get the error below; while uploading app to play store: Error This release is not compliant with the Google Play 64-bit requirement The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 130. Include 64-bit and 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture

google play games achievements reset (every day)

限于喜欢 提交于 2019-12-19 04:05:34
问题 Last week we soft-launched our game and we started getting errors from people. One of the bugs they (all) seem to have is that their achievements are being reset at least every day but sometimes even when restarting our game. The achievements do give the popup when being unlocked, and are even visible in the achievements UI but they keep being reset/removed. We did know our game behaved like this for our Beta testers, but we assumed this was because everyone that was playing at the time is

How do I import com.google.android.gms.* in Android Studio using a Gradle build?

百般思念 提交于 2019-12-19 03:41:43
问题 I have followed the procedure as described here : Setup I have clicked on the little 'Sync project with Gradle' button. Gradle and Android Studio seem to find everything but then I can't actually use the gms code. If I try to import, I will get autocomplete for com.google.android.gms but no further. I have updated all the packages with Android SDK Manager. I'm running Android Studio 0.4.2. My minSdk is set to 9 my build.gradle includes compile 'com.google.android.gms:play-services:4.0.30' As

The latest com.google.android.gms for google play services revision 6

╄→гoц情女王★ 提交于 2019-12-19 03:41:03
问题 I was running my Android Google Maps application using Google Play services revision 5 and it worked well... I updated my Google Play services from revision 5 to revision 6 and now it won't run and produces this warning: Google Play services out of date. Requires 3027100 but found 3025110 Any idea where I can find the latest com.google.android.gms.apk file to meet the requirement? 回答1: I did the same thing :( Here is how to solve it by rolling back: Uninstall Google Play Services 6 then

AdvertisingIdClient.getAdvertisingIdInfo(context) is thworing NoClassDefFoundError

拟墨画扇 提交于 2019-12-19 03:39:18
问题 I am trying to use AdvertisingIdClient to fetch the advertisement id of my AIR app. So i did like A dvertisingIdClient.Info adInfo = AdvertisingIdClient.getAdvertisingIdInfo(context) . I am not getting any compile time error. I generated ANE from this. When control encounters this statement, it immediately throws NoClassDefFoundError . I am not getting what exactly is happening. Here is my extension code public class GetAdvertismentID implements FREFunction { @Override public FREObject call

Unable to get Authorization Code with Google+ Sign-in for Android: INVALID_SCOPE

依然范特西╮ 提交于 2019-12-19 03:18:35
问题 I am trying to retrieve an authorization code to use in my server side following these instructions. The client ID of the server shares the same project of my Android Client ID. I can retrieve the access token, but not the authorization code: String mScopes = "oauth2:https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"; //String mScopes = "oauth2:server:client_id:314345278679.apps.googleusercontent.com:api_scope:https://www.googleapis.com/auth

Can't update to com.google.gms:google-services:4.2.0

偶尔善良 提交于 2019-12-19 02:57:28
问题 At start google-services ver. is classpath 'com.google.gms:google-services:4.1.0' , but when I change it to 4.2.0 the error occurs during Sync Project with Gradle files My top level gradle: // Top-level build file apply plugin: 'kotlin' buildscript { ext.kotlin_version = '1.3.20' repositories { google() jcenter() maven { url 'https://maven.fabric.io/public' } maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' } } dependencies { classpath 'com.android.tools.build:gradle:3.2.1'