Mitch wrote: > I took a look at the code for the Notepad Tutorial and the > instructions and followed what it said regarding creating a new > Activity: > > http://developer.android.com/resources/tutorials/notepad/index.html > http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html > Step 8 > > I'm still getting the same error and I did modify my > AndroidManifest.xml as described in Step 11: > > "If you prefer to edit this file directly, simply open the > AndroidManifest.xml file and look at the source (use the > AndroidManifest.xml tab in the eclipse editor to see the source code > directly). Then edit the file as follows: > <activity android:name=".NoteEdit"></activity>" > > But it makes no difference. I'm still getting the same error. > > Hmmmmm....???
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to learn what the error is, which may give you more clues as to its resolution. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 1-2 May 2010: http://guruloft.com -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

