I have developed map application.
In manifest XML
i have added <uses-library android:name="com.google.android.maps" />
With this it is working fine in mobile devices and emulator.
But in kindle fire device it is not working, when i remove <uses-library android:name="com.google.android.maps" />
from manifest it is working fine in kindle fire.
Is there any way to use google maps by removing <uses-library android:name="com.google.android.maps" />
from manifest file.
How to use this library reference with out writing in manifest XML.