Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator location issue in Android Studio

I'm working in a project in Android Studio and I need to get my current location .

I searched and I see that there is a way to set location in Extended Controls but I need to get my real position ( I'm trying with Google Map in emulator and it's giving me a location in San José ) is there anyway to get the current location by using an Emulator in android studio ? Thank you in advance !

like image 548
LouZaa Avatar asked Sep 06 '25 03:09

LouZaa


1 Answers

If you open the extended controls (3 dots) on your emulator and select the location tab you should be able to change the location to a route (1st picture) or a point (2nd picture) make sure to press "Set Location"

google maps and the emulator controls for gps

single point controls

like image 56
REInVent Avatar answered Sep 09 '25 16:09

REInVent