On Wed, Dec 7, 2011 at 9:06 PM, Samuel <[email protected]> wrote: > So, All I need to do is set the project target to Google API even > though I have few activities do not need implement MapActivity, right?
You set your build target to be one with the Google APIs. You add the <uses-library> element to your manifest. You have the activities that will display a MapView inherit from MapActivity. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

