android - Get google apis in unsupported mobiles? -


i have android application requires google maps api. figured out in mobiles neither support google apis or google play default.

by googling workaround found add

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

this makes app installed on mobiles doesnot support loading maps.

so there way add google apis externally , support google maps loading mobiles ?

so there way add google apis externally , support google maps loading mobiles ?

no, except perhaps rooting device , installing pirated software.

note maps v2 not require pre-installed mapping apis, though require play services framework, in turn requires play store.

if want mapping support without these limitations, use independent, openstreetmap , osmdroid.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -