LocationClient getLastLocation() returning null
问题 I'm new to Android programming and wanted to start by creating a very basic app that displays the latitude and longitude of the current location on screen. I'm developing for my Samsung Galaxy S3 and read that you need to kickstart the phone to return the GPS. I've tried doing this in the onConnected() method with the requestLocationUpdates() method call on the LocationManager. However I find that the LocationClient is still returning a null location. Can anyone tell me what I'm doing wrong?