I recently downloaded Android Studio, and now I am trying to build my project for which I was using Eclipse before. The project also utilizes GoogleMap API.
And in the code where I am using it and importing the library
import com.google.android.gms.location.LocationClient;
it shows me error:
Error:(40, 39) error: cannot find symbol class LocationClient
I have the code for google-play-services_lib
which I had linked with the project as library in eclipse and it was working fine.
How can I do the same for Android Studio?