You could try a few things:

- Try launching the emulator with -wipe-data
- check that the permissions and uses-library tags are in the correct place
(ie. permissions under manifest tag and uses-library under  application
tag..) in AndroidManifest.xml,
- check the log output to get more details on your error:
http://code.google.com/android/reference/adb.html#logcat

2008/10/28 Brian <[EMAIL PROTECTED]>

>
> I finally got my Map APIKey and added it to the MapView properties in
> the layout xml  I've added the
>
> <uses-library android:name="com.google.android.maps" />
>
> to the manifest xml.  I'm developing with Eclipse/ADT and from the
> Signing and Publishing reference doc, I think I've got the basic setup
> for signing in debug mode, with JAVA_HOME pointing to a 1.6 JDK.
>
> I've also got the uses-permissions android.permission.INTERNET and
> android.permission.ACCESS_COARSE_LOCATION.
>
> Anything obvious I'm missing?  Is there any way to get more
> information as to why it's failing?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to