Reputation: 139
i can't add google-play-services_lib to project
and google-play-services_lib not found in extras or add-ons
i install google-play-services from sdk manager
the problem still appare in com.google.android.gms that is
The import com.google.android.gms cannot be resolved
Upvotes: 0
Views: 2307
Reputation: 15798
where exactly are you looking for Google Play Services?
After you have installed it via SDK Manager, look for it in your SDK folder extras/google/google_play_services
You have to import it first in your IDE and then include in your project as a library project.
Upvotes: 1