I think that you are creating new activity at web view and you have
not specify this activity in you project's mainfest xml file.So please
check that you have used
<activity class="your web class " android:name=".your web class"
android:label="your lable"/>
in your mainfest.xml

On 1/5/11, TreKing <[email protected]> wrote:
> On Wed, Jan 5, 2011 at 1:23 AM, CaryWang <[email protected]> wrote:
>
>> 01-05 15:23:56.022: ERROR/AndroidRuntime(2039): Uncaught handler: thread
>> main exiting due to uncaught exception
>> 01-05 15:23:56.038: ERROR/AndroidRuntime(2039):
>> android.content.ActivityNotFoundException: No Activity found to handle
>> Intent { act=android.intent.action.VIEW dat=geo:38.899533,-77.036476
>> flg=0x10000000 }
>>
>
> The error tells you the problem.
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
> --
> 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

-- 
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