Here I am going to explain how to fix 'Cannot resolve symbol LocationServices'
You need to import:
import com.google.android.gms.location.LocationServices;
Add in build.gradle:
compile 'com.google.android.gms:play-services-location:11.0.2'
Happy Coding :)
No comments:
Post a Comment