add  <uses-permission android:name="android.permission.INTERNET"/> in your 
androidmanifest.xml
good luck for you 

 
 
 


在2008-09-23,april <[EMAIL PROTECTED]> 写道:
>
>Follwoing is my code :
>String url="http://www.google.com";;
>Intent i = new Intent(Intent.VIEW_ACTION,Uri.parse(url));
>startActivity(i);
>
>
>I got error:
>"No Activity found to handle Intent {action=android.intent.action.VIEW
>data=http://www.google.com}
>
>I remembered I have used same code to launch web browser before.
>
>How do you fix the problem?
>
>Thanks
>
>April
>>

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