How to emulate GPS location in the Android Emulator?

前端 未结 30 2398
天命终不由人
天命终不由人 2020-11-21 22:15

I want to get longitude and latitude in Android emulator for testing.

Can any one guide me how to achieve this?

How do I set the location of the emulator to

30条回答
  •  别那么骄傲
    2020-11-21 22:50

    The following solution worked for me - open command line and write:

    adb emu geo fix [longtitude] [latitude]
    

提交回复
热议问题