[android-developers] Re: R.java Not foudn exception

2009-06-08 Thread yangrunfeiandroid
you may closed the auto complime of the eclipse, you can find it at project menu of eclipse, good luck 在2009-06-09,arnouf 写道: > >Really strange, I think my string.xml is corrupt because: >- I changed the key and my Toast is still crashing >- I tried to display it in a simple textview and th

[android-developers] Re: why I can't launch web browser from Android?

2008-09-22 Thread yangrunfeiandroid
add 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 Int