i want to import these libraries but they are giving me an error which says "cannot resolve symbol 'android'". I don't know why i can't import them.
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.location.LocationListener;
import com.google.android.gms.location.LocationRequest;
import com.google.android.gms.location.LocationServices;
i want to use GPS/location services in my app and i have the latest android studio version. Does anyone know why am i getting this error.
Thanks.