In my example I have the Intent calling net.learn2develop.MyBrowser, which is what's in the book. Your log entry has com.android.MyBrowser, so that could be your problem but it depends on how you've set up the project.
It could also mean that the line
<action android:name="net.learn2develop.MyBrowser" />
is not in your android manifest file under the .MyBrowserActivity activity.
Last edited by androider; August 17th, 2011 at 04:33 PM..
|