google-play-services

Google Play Services in Genymotion on Lollipop (Android 5.0)

强颜欢笑 提交于 2019-12-17 21:46:04
问题 Can't seem to find any mention of support of Google Play services on Android 5.0 API 21 (Lollipop) in what seems like the canonical thread on the subject or google. Does anyone have any insight on this? I'm familiar with the practice of downloading the gapps package and installing, have it working on Kitkat and Jellybean just fine. Both of those install packages seem to hose the VM if I try them on 5.0 With the recent Genymotion upgrades I was hoping they'd be beefing up for compatibility,

SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider [closed]

倖福魔咒の 提交于 2019-12-17 21:24:42
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes. I don't know anything about com.google.android.gms.phenotype.provider.ConfigurationProvider . What is it? And it appears on some devices (e.g. Samsung S8) This is a stack trace: Fatal Exception: java.lang

Cannot access zzbfm class file zzbfm not found, firebase, android?

妖精的绣舞 提交于 2019-12-17 20:45:35
问题 I have integrated play services and firebase in my app. When I run the application I get this error cannot access zzbfm class file for com.google.android.gms.internal.zzbfm not found This my top level gradle buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files classpath 'com.google.gms:google-services:4.0.1' } }

Android Instant App Play Store Errors

♀尐吖头ヾ 提交于 2019-12-17 20:31:47
问题 Whenever I upload my base and feature APKs to Play Store I got these errors : You must provide a default URL for your Instant App APKs. Learn More Your site 'www.example.com' has not been linked through the Digital Assets Link protocol to your app. Please link your site through the Digital Assets Link protocol to your app. You should have at least one active APK that is mapped to site 'www.example.com' via a web 'intent-filter'. And here is my manifest file : ( EDITED ) <manifest xmlns

After upgrading to google play services 8.4.0 my app crashes on startup

戏子无情 提交于 2019-12-17 19:56:53
问题 I've been previously using google play services 8.3.0 without any issue. I'm looking to upgrade to google play services 8.4.0. I'm using the following play libraries: compile 'com.google.android.gms:play-services-analytics:8.4.0' compile 'com.google.android.gms:play-services-location:8.4.0' compile 'com.google.android.gms:play-services-gcm:8.4.0' When I start the app it crashes, with the following log. 12-27 03:01:33.915 20567-20567/com.ryanc.android.stage.debug E/AndroidRuntime: FATAL

Firebase 2.0 functionality without Play services on the device

自作多情 提交于 2019-12-17 19:25:16
问题 I cannot find out limitations of new firebase 2.0 features for non-google markets. What will work as in Firebase 1.0, What will work in compatibility mode (line analytics, wich will grow up service from dependency lib and will work even when there is no play services on the device) and what is disadvantages, what extra steps should be done for this to work, And what will not work at all? 回答1: Firebase does not officially support Android devices without Google Play. Some features such as

ClassNotFoundException for SignInConfiguration when signing in with Google

戏子无情 提交于 2019-12-17 18:55:24
问题 I'm implementing Google login to an app. The login itself seems to work okay, but the moment I request either the user's e-mail or ID token I see the following stack trace in the log and the status from GoogleSignInResult as Status{statusCode=unknown status code: 12500, resolution=null} 03-30 13:59:09.821 3634-4322/? E/Parcel: Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration java.lang.ClassNotFoundException: com.google.android.gms.auth

Google map v2 Custom Infowindow with two clickable buttons or ImageView

僤鯓⒐⒋嵵緔 提交于 2019-12-17 18:23:33
问题 I need custom info window with two clickable button as above.In it when more then marker and click any one of them then window should be open and when click on another marker another window should open and close previous window as well in single click. is there any specific reason why google map v2 not support live component like button ,check box? 回答1: What you are trying to achieve is possible. You can see the recipe in this answer: https://stackoverflow.com/a/15040761/2183804 And a working

How to integrate two or more google-services.json file together for different google service in same project using Android Studio

与世无争的帅哥 提交于 2019-12-17 18:00:11
问题 I am making a project where I want to integrate GCM and Google sign in but the problem is both have google-services.json configuration file which we need to add in our project. So, how can I integrate both google-services.json configuration file in my project. Here is my one of the configuration file { "project_info": { "project_id": "default-xxx", "project_number": "xxx", "name": "xxx" }, "client": [ { "client_info": { "mobilesdk_app_id": "1:xxx", "client_id": "x.package", "client_type": 1,

Google Play Services GCM 9.2.0 asks to “update” back to 9.0.0

余生颓废 提交于 2019-12-17 17:28:47
问题 So this morning I started updating to the latest version of my project libraries. I'm trying to update GCM to the latest version 9.2.0, but I get this error: Error:Execution failed for task ':app:processDebugGoogleServices'. Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms