Hi All, I am trying to reuse an external class in the same package in 2 Activities thus:
First.class Manual.class Auto.class Tower.class The app starts up in First.class with a Select Case statement that directs it either to the Manual.class or the Auto.class each with its own intent and View. From there the user plays the same game either in manual or auto. My problem is when I seperate out the Tower.class from the Manual.class and from the Auto.class the app will not run even though I instantiate it in both Manual and Auto. I have remembered to include the Manual.class and Auto.class in the manifest. I get a runtime error which basically refuses to run a method in the Tower.class. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en