Yeah, I realize that.  However, according to Google...

        <!--
        If your application absolutely need maps, you could add the
        <uses-library> tag (even though you don't use the Maps API). This
will
        make sure your app only install on devices with Maps.
        -->
        <uses-library android:name="com.google.android.maps"/>

Peace,
Scott

On Nov 22, 9:13 am, Mark Murphy <[email protected]> wrote:
> stanlick wrote:
> > In the spirit of full disclosure, it only fails in the emulator!  When
> > I run on my Droid 2.0, it works fine.  Damn the emulator!
>
> The 2.0 emulator appears to lack the Maps application, though it has the
> Maps API. Hence, startActivity() on a geo: Uri will not work.
>
> Note that you do not need <uses-library
> android:name="com.google.android.maps"/> to start such activities --
> that is only needed if you are integrating a MapView into  your application.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _Beginning Android_ from Apress Now 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

Reply via email to