Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Authorization Failure Error

I am using Android 2.3.6 Device for testing. When I run the Google Map android api v2 on the device it doesnot show the map on the device and also show the error on logcat as follows

Google Maps Android API Authorization failure.

Also on the Console It shows the

[2012-12-07 13:59:42 - google-play-services_lib] Could not find google-play-services_lib.apk!

Please Help Me!!!!!!!!

like image 964
user1549971 Avatar asked Dec 07 '12 08:12

user1549971


People also ask

How do I fix Google authorization failed?

Simply remove your Google account The first trick is to go into your phone's main Settings menu and then Accounts & sync and simply remove the Google account that is getting the "authentication is required" error. Once you've done this, you can re-add the account and it should work just fine.

Why is my Google authorization failing?

The problem could be that your Gmail account has IMAP disabled for the “All Mail” label or that IMAP is disabled. So this is how to troubleshoot this error: Log into your Gmail account at https://mail.google.com.

Why am I getting an authorization error?

If you receive this error message, that means that the username and/or password that you have entered is incorrect. The error message states “Authentication failed! Try again.” You may have locked your account after too many attempts and your account will need to be reset.


1 Answers

I also found that the play services libproject has to be imported onto the same physical drive as your project. (which may not be the case if you didn't check the 'Copy projects into workspace' checkbox)

like image 135
Owen B Avatar answered Oct 04 '22 02:10

Owen B