0

我有一个需要 google maps api 的 android 应用程序。我发现在某些手机中,默认情况下既不支持 google apis 也不支持 google play。

通过谷歌搜索我发现的解决方法是添加

<uses-library android:name="com.google.android.maps android:required="false"/>

这使得该应用程序可以安装在这些手机上,但不支持加载地图。

那么有没有办法在外部添加谷歌 api 并支持为这些手机加载谷歌地图?

4

1 回答 1

1

So is there a way to add google apis externally and support google maps loading for those mobiles ?

No, except perhaps by rooting the device and installing pirated software.

Note that Maps V2 does not require pre-installed mapping APIs, though it does require the Play Services Framework, which in turn requires the Play Store.

If you want mapping support without these limitations, use something independent, like OpenStreetMap and OSMDroid.

于 2013-05-03T10:51:20.710 回答