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
Post a Comment