如何欺骗位置在Android上使用LocationClient和Geofences进行测试?

时间:2013-06-14 02:43:33

标签: java android gps location

我一直在使用LocationClient并设置了Geofence,但不知道如何测试它。

问题来自于您无法在模拟器中运行应用程序,因为LocationClient使用模拟器中不可用的GooglePlayServices。据我所知,您也无法使用MockLocations,因为您通过创建提供商来使用MockLocationsLocationClient不允许您设置提供商。

那么......我该怎么测试我的Geofence? (除了上车......)。

1 个答案:

答案 0 :(得分:4)

大多数手机都有调试设置,可以模拟位置。

例如在我的三星S3上,它位于

之下
  

设置 - >开发人员选项 - >允许模拟位置

启用此功能后,您需要来自Play商店的应用程序来设置位置。

举个例子 https://play.google.com/store/apps/details?id=com.lexa.fakegps&hl=en