Not sure if you've fixed this by now, but you need to declare that
you're using the google maps library, or it doesn't like you.

Put this in your <application> tag
<uses-library android:name="com.google.android.maps" />

On Apr 10, 10:13 am, bob <crcowboy...@gmail.com> wrote:
> This is my manifest file:
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>     package="com.wissen.android">
>
>     <application android:icon="@drawable/icon"
>         android:label="@string/app_name">
>         <activityandroid:name=".Hello" android:label="@string/
> app_name">
>             <intent-filter>
>                 <action android:name="android.intent.action.MAIN" />
>                 <category
> android:name="android.intent.category.LAUNCHER" />
>             </intent-filter>
>         </activity>
>     </application>
>     <uses-permission android:name="android.permission.INTERNET"></uses-
> permission>
> <uses-permission
> android:name="android.permission.ACCESS_COARSE_LOCATION"></uses-
> permission>
> <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION"></uses-
> permission>
> </manifest>
>
> On Apr 9, 5:20 pm, "~ TreKing" <treking...@gmail.com> wrote:
>
>
>
> > On Fri, Apr 9, 2010 at 3:47 PM, bob <crcowboy...@gmail.com> wrote:
> > > I have the google maps api installed, and have tried to run it on
> > > the emulator and an actual droid with the same result. Thanks for
> > > the suggestion though
>
> > And you've declared yourActivityclass in the manifest file?
>
> > --------------------------------------------------------------------------- 
> > ----------------------
> > TreKing - Chicago transit tracking app for Android-powered 
> > deviceshttp://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to