If I've already started an Android 2.3.3 platform and I have lots of code, how do I add a google map to my application? Do I really need to have the Google API? What is the difference?
I've added this to my manifest
<uses-library android:name="com.google.android.maps" />
Is this enough? I tried extending my class with MapActivity
but doesn't work.
Do I even need this?
Thanks