Linked Questions

388 votes
29 answers
206k views

When I try to run my application with in-app billing I am getting the error: "This version of the application is not configured for billing through Google Play. Check the help center for more ...
Gatekeeper's user avatar
  • 7,144
163 votes
33 answers
203k views

private void handleSignInResult(Task<GoogleSignInAccount> completedTask) { try { GoogleSignInAccount account = completedTask.getResult(ApiException.class); //exception is here ...
Arsen Budumyan's user avatar
125 votes
23 answers
132k views

I'm trying to integrate Android Market in-app purchases into my app, but unfortunately coming across an annoying error every time I try to purchase a real inapp product. I've taken the sample ...
laxman's user avatar
  • 1,892
181 votes
5 answers
100k views

How can i see my debug.keystore password? I entered my password 3 or 4 month ago and now i don't remember. If it is impossible, how can i create new debug.keystore?
John Error's user avatar
  • 2,276
109 votes
7 answers
107k views

Does Android Studio sign debug builds? If so, where is the keystore it uses to do it?
fasteque's user avatar
  • 4,349
52 votes
16 answers
172k views

I'm trying to use the Google Maps API in one of my projects and in the directions to set up the API credentials it wants me to add my application's SHA-1 signing-certificate fingerprint to the API. ...
FlameDra's user avatar
  • 2,107
42 votes
20 answers
35k views

I am trying to integrate a Google plus Login in my application as per the instruction provided by following link : https://developers.google.com/+/quickstart/android#install-sdk I am following all ...
Hardik Nadiyapara's user avatar
39 votes
7 answers
45k views

As I am working with Google Maps API, I have been used to work with a custom debug key in Eclipse (that is in fact my production key) This manipulation allowed me to use the same API key for Maps and ...
Waza_Be's user avatar
  • 39.6k
22 votes
5 answers
36k views

I have a custom keystore that I use for signing my apk. now I want to use the same keystore for debugging. when I go to eclipse->windows->preferences->android->build and set my custom key store I get "...
user2234091's user avatar
10 votes
8 answers
15k views

I am trying to use google fit api in my android app. I followed this guide and created SHA-1 certificate using keytool.exe in my jdk 1.8 bin folder. I have now created Oauth Client ID. In my app, I ...
Harshil Pansare's user avatar
8 votes
4 answers
8k views

I am integrating the Google Plus in my Android app. I have created the project in the Google API Console. I created the OAuth Client ID and I doubled check the package name and Keystore SHA1 but both ...
android's user avatar
  • 3,441
13 votes
5 answers
18k views

I am trying to integrate Google sign-in into my android app using Firebase, but I am running into issues. I am following the tutorial here, and I believe that I have followed it to the word. I added ...
acn4's user avatar
  • 131
4 votes
3 answers
9k views

With the new google sign 8.3.0 the login works until requesting ".requestServerAuthCode("client id from web application under Oauth 2.0 client ids") . Looks something like "10381xxxxx183-...
nvasilescu's user avatar
1 vote
3 answers
7k views

I'm writing an app that allows users to login via Facebook or Google+. What I've done is write an interface for the login, so that either one can be used. Facebook login went just fine after hours ...
RoraΖ's user avatar
  • 643

15 30 50 per page