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
- drag , drop file lib folder
- right click on project
- select openmodule setting
- go dependencies tab
- click + button file dependencies , add library of gms have drag , drop
hope clear!!!
Comments
Post a Comment