0

All other imports are OK.

Only

com.google.android.gms.common.GooglePlayServicesAvailabilityException;

cannot be resolved.

I have imported google services lib and made my project reference it.

typing...
  • 934
  • 2
  • 10
  • 25
  • Check [this](http://stackoverflow.com/questions/15990075/the-import-com-google-android-gms-cannot-be-resolved) out. Also, if you google *java android google import cannot be resolved*, you'll find a lot of results that may help. – But I'm Not A Wrapper Class Jul 14 '14 at 18:07

2 Answers2

0

Add googleplayservices lib that is inside your SDK. Go to:

  1. extras
  2. google

Here you will find Google Play Services library. If not then add it. Install it just like you install versions of Android in ADT (Android Developer Tools).

akash yadav
  • 349
  • 4
  • 14
0

They have changed it to

GooglePlayServicesRepairableException

 @Nullable
public static AdvertisingIdClient.Info getAdvertisingIdInfo(Context var0) throws IOException, IllegalStateException, GooglePlayServicesNotAvailableException, GooglePlayServicesRepairableException {

Scroll this and check.

GooglePlayServicesAvailabilityException was available in play-services-auth . But Not Anymore

Cyph3rCod3r
  • 1,978
  • 23
  • 33