Current location is not showing in my android app

Solution 1:

I have the same issue. When you test your app in AVD map will show google corporation as your place. But if your code is correct, when you test the app in your device, you will get your current location correctly.

Solution 2:

Your Android emulator doesn't use your real location. Most of the times the location is set in the Emulator settings, like in Android Studio.

Use a real device for testing, or open the settings to change your location.

You can find more information about the emulator here:

https://developer.android.com/studio/run/emulator