0

可以使用 . 检查 Android 中硬件的可用性hasSystemFeature()。但是,当我尝试在模拟器上调用时context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_NETWORK)两个命令都返回 false。

尽管模拟器具有 GPS 的事实。可能是什么问题呢?如果模拟器有 GPS 或 NETWORK 硬件,我该如何签入?

4

1 回答 1

0

尝试为模拟器设置您自己的纬度和经度:遵循此:使用 DDMS

->go to your android/tools directory, and launch the DDMS tool
->select the Emulator Control Tab
->fill the Location Controls fields with the longitude and latitude values
->press the Send button
于 2013-02-18T09:00:01.060 回答