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