I made the bad move of updating my Android SDKs and now my app is all jammed up. Android Studio is not showing me any errors in my code, but when I compile I get several build errors that say "cannot find symbol class LocationClient"
I've read several threads about this and they seem to point to the idea of using GoogleApiClient in place of LocationClient. I really would prefer not to have to make this change right now. Is there any other way the remedy this?
You will have to use GoogleApiClient, I had the same problem. It is pretty straight forward though, works very similar.