Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

First of all I would like to mention, this error generate only with personalized Gmail address (Eg. anujarosha@mydomain.com). It works fine with normal Gmail address (Eg. anujarosha@gmail.com).

With the personalized Gmail address, I am able to get an API key also. But on run time, the app will generate Authorization Failure. I want to know, can't we use personalized Gmail address with Google services (Eg. Google Maps Android API v2)

I haven't found any documentation that says we cannot use personalized Gmail address with Google services. But I cannot figure it out why this error generating.

UPDATED:

I have created the separate keystore rather than getting the default keystore. For the default keystore, it works without any error.

Following command have used to generate the SHA1 key.

keytool -list -alias androiddebugkey -keystore C:\Users\Myname\.android\debug.keystore -storepass android -keypass android -v
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.