可以使用hasSystemFeature()
检查Android中硬件的可用性。但是,当我尝试拨打context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)
和
模拟器上的context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_NETWORK)
,两个命令都返回false。
尽管模拟器具有GPS,但这仍然存在。可能是什么问题呢?如果它具有GPS或NETWORK硬件,我如何签入仿真器?
答案 0 :(得分: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