Just curious- does your class really need to implement RectangleDrawerCallBack (since it is a class already, not an interface)?
On Mar 17, 12:39 am, Dan Liew <[email protected]> wrote: > Thanks for the reply. Yes my activity is listed in the manifest file. > It's definitely a problem with using 'RectangleDrawer' which is > inanotherprojectbecause if I remove all references to thatclassfrom > '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 To unsubscribe from this group, send email to android-beginners+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

