Not able to import com.google.android.gms.common.GooglePlayServicesClient; -


i have installed google play services , have imported library project. dependencies:

dependencies {         compile filetree(dir: 'libs', include: ['*.jar'])         compile 'com.android.support:appcompat-v7:22.2.0'         compile 'com.google.android.gms:play-services:7.5.0'         compile 'com.android.support:support-v4:22.2.0'     } 

the third line google play services library imported. when try import com.google.android.gms.common.googleplayservicesclient error. solution? thanks:d

follow steps import library , add dependencies

  1. drag , drop file lib folder
  2. right click on project
  3. select openmodule setting
  4. go dependencies tab
  5. click + button file dependencies , add library of gms have drag , drop

hope clear!!!


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -