I am trying to find current location, and this is my code.
LocationManager mlocManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
Make sure you are running the app in the real device not in the emulator. Also your device should be data enabled.
Also give uses:permission in the Menifest file. FINE_LOCATION
Menifest
FINE_LOCATION