Thanks for the reply. Yes my activity is listed in the manifest file. It's definitely a problem with using 'RectangleDrawer' which is in another project because if I remove all references to that class from 'HelloAndroid' then it will run without errors.
On Mar 16, 6:10 pm, brucko <[email protected]> wrote: > > E/AndroidRuntime( 2976): java.lang.RuntimeException: Unable to > > instantiate activity ComponentInfo{com.example.helloandroid/ > > com.example.helloandroid.HelloAndroid}: > > java.lang.ClassNotFoundException: > > com.example.helloandroid.HelloAndroid in loader > > dalvik.system.pathclassloa...@44948c38 > > E/AndroidRuntime( 2976): Caused by: java.lang.ClassNotFoundException: > > com.example.helloandroid.HelloAndroid in loader > > dalvik.system.pathclassloa...@44948c38 > > If you haven't had this run before...Did you remember to put > HelloAndroid in your manifest? -- 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

