I am using the Google Api 1.5 that already has the maps.jar and
already included the uses-database in the manifest but still getting
that errror.

any ideas?

thansk

On Jun 9, 4:42 am, broc <sebastien.peroc...@gmail.com> wrote:
>   Hi,
>
> As Zach Hobbs wrote on month ago, a solution is to launch either the
> widget or the configure activity (and all sub-activities containing
> the MapActivity) in an another process than the application by
> specifying in the AndroidManifest.xml file the option
> "android:process" as following:
>
> For example below, we launch the widget in the private (because of the
> ':') process "otherPrivateProcess":
>
> <application ...>
>   <receiver android:name=".myWidget"
> android:process=":otherPrivateProcess" ...>
>     ...
>   </receiver>
> ...
> </application>
>
> Seb.
--~--~---------~--~----~------------~-------~--~----~
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