hello
I have made application in Google Api level 7 and is running normally in Emulator with Google API 7.I am confuse that if i run this application in Api level 7 without Google API then what result i found? is application run normally? please help me.
hello I have made application in Google Api level 7 and is running normally
Share
Google APIs include maps.jar that is a required library to show maps related features. These are also available on devices but when you switch to a non google (only Android) API, this will call a missing shared library error.
Either drop the use of any maps features or run only using Google API.