google-play-services Questions
5
I am using 15.0.1 version of Firebase and Google Play Services. The build has started breaking today. How do I fix this? Following is the Gradle logs for reference.
[org.gradle.internal.buildevent...
Hoffmann asked 23/10, 2018 at 7:19
5
Solved
I am trying to save a user's facebook credentials to Google Smart Lock, but I am having difficulty testing. I was able to display the prompt to save once, but after I went into my saved passwords (...
Vezza asked 10/8, 2015 at 16:26
2
The usage of Google Services requires the use of this Gradle plugin:
apply plugin: 'com.google.gms.google-services'
This thread on the Gradle forum has lead me to conclude that you can't selecti...
Splatter asked 24/1, 2018 at 8:55
4
On our play store pre-launch report we got the following error. We are using google gms but not the wallet service and there is no more context from the logs. Did anybody else experience this and i...
Caulescent asked 28/6, 2024 at 12:11
7
I'm getting the following error when trying to submit my app to the Play Store:
Your declaration on Play Console says that your app uses advertising ID. Your manifest file doesn't include the com....
Misuse asked 19/10, 2022 at 15:12
6
Solved
Each time I upload a new release, in the Google play console I get this warning that says "You need to add physical address in account details" , I do not understand where I should add th...
Newhouse asked 25/11, 2020 at 9:52
4
I have an apk. I am trying to upload the new apk in publish console.As per the google rules we have to app signing. I have choose
export and upload a key from a Java keystore and i have download t...
Poliard asked 14/8, 2019 at 9:55
4
Solved
This is my first upload to the Google Play Store and I am not sure if I am doing something wrong or reading this incorrectly but I uploaded my APK and invited my test users and everything seems to ...
Unscrew asked 9/12, 2020 at 0:16
13
Cannot Resolve Symbol: FusedLocationProviderClient.
Google play services version used 11.0.1.
code : while declaration
private FusedLocationProviderClient mfusedLocationProviderclient;
Weihs asked 20/6, 2017 at 11:31
2
Solved
Here's the deal.
I need to check if our Platform supports payments over 1000000 currency via Google Play Store.
When I try to change the country in Account settings, Google asks for that country'...
Savoury asked 30/7, 2019 at 11:11
1
in some devices (especially in android 14) when i want to pick a media from gallery using PickVisualMediaRequest google play shows Something went wrong and i can't do anything.
This is the error:
c...
Arminius asked 13/3, 2024 at 13:11
3
Solved
Good morning,
My issue is that ads are not being displayed at all in my app, test mode or not. I am going to keep this question specific to test mode, and once I get that working I will worry abou...
Ambassadress asked 15/3, 2014 at 10:21
26
Solved
I've checked this answer:
https://stackoverflow.com/a/34834772/13519865
It tells us to remove this line
apply plugin: 'com.google.gms.google-services'
Removing the line as asked completes the buil...
Handmade asked 13/5, 2022 at 4:28
10
Solved
I am integrating my application with google plus. I have installed google play services and signed in to my account. Also I could publish and plus one for what ever I want.
My problem
I can't cha...
Trichology asked 4/8, 2013 at 7:38
16
I've found the following error when running my android application in android studio. app couldn't get installed on my device because of this error. Didn't find the solution :(
please help
Auth:...
Emplane asked 13/3, 2016 at 5:49
3
I am getting this stability issue reported by Google Play store testing on a Wear OS device:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.alsat/com.alsat.MainActivity}: ja...
Auscultation asked 26/3, 2023 at 13:0
8
Solved
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/Goog...
Sapless asked 23/5, 2019 at 21:6
6
I am using google-play-service-lib. How can I change language of google map i.e. show locations in korian language or Hindi Language.
Eustazio asked 4/4, 2014 at 12:48
3
Solved
I had to format my Windows laptop so I copied the SDK folder (because it's about 30 GB large) and i pasted it in the same place on the new Windows copy.
Now when I start Android Studio and SDK Ma...
Herc asked 3/4, 2015 at 9:40
7
I wanna use firebase database but when I clicked on "Connect to firebase" button, I got this problem ....
can anyone help me???
Could not parse the Android Application Module's Gradle con...
Triennial asked 5/5, 2018 at 16:33
4
I registered for the Google Play app signing capabilities and am having an issue trying to generate the upload key.
I followed the section under: Generate a key and keystore in this article, http...
Stalinist asked 27/6, 2018 at 15:40
4
Solved
We have uploaded an update of our existing app (WASFAT) as internal testing build. We can access it successfully.
Now I want to leave from the internal testing and want to access the live build.
T...
Mickens asked 27/7, 2020 at 11:52
2
I've recently updated my Android project to Android 33, and I've encountered an issue after updating the dependency com.google.android.gms:play-services-location from version 20.0.0 to 21.0.1. My p...
Crater asked 21/8, 2023 at 22:21
1
I have a Unity 2020.3.32f1 game and need to fix Google Play login. I upgraded to 0.11.1
Now I get an exception
AndroidJavaException: java.lang.ClassNotFoundException: com.google.android.gms.games....
Galliett asked 18/4, 2022 at 16:12
29
Solved
Update: GCM is deprecated, use FCM
I'm implementing the new Google Cloud Messaging following the guides from the Google Developers page here
I've successfully run and test it. But my problem n...
Zeniazenith asked 11/6, 2015 at 5:23
1 Next >
© 2022 - 2025 — McMap. All rights reserved.