I am making an android application that uses Google maps. I had the code working perfectly until I upgraded Eclipse from Juno to Luna. I also updated some revisions of the SDK that were published. After this, a lot bunch of errors appeared in my code (whose was working nicely before, maybe from the Eclipse update). After repairing the errors and re-importing the libraries, one error remains "The import com.google.android.gms.location.LocationClient cannot be resolved
". After some searches online I found that the "google-play-services_lib
" is needed to be imported again and by the error log it isn't found. I checked in the buildpath and properties of my project and the library and folder were present. I deleted them and re-imported again just to be sure, but the problem persists.
What I don' understand is how it is possible that the same code worked and now it doesn't. I have even downloaded the Android Studio, downloaded the Google Play Services from there to a new location, imported it and still the same. Any help would be really appreciated.