Skip to content Skip to sidebar Skip to footer

'cannot Resolve Symbol Mgoogleapiclient' - Android Studio

I'm writing an app with AndroidStudio, I wanted to integrate it with Google+ login, so I used tutorial. On my LoginActivity is this code: protected void onCreate(Bundle savedIn

Solution 1:

you have to declare it like this before the onCreate()

GoogleApiClient mGoogleApiClient;

Post a Comment for "'cannot Resolve Symbol Mgoogleapiclient' - Android Studio"