> I just commented out the Swing import into the suspect class and the > only package that is broken is de.schlichtherle.wizard. This is the > exact package that I don't need. Should I just delete this package?
It is worth a shot. When you delete the package, there may be references to the deleted package from the other packages, and you'll need to comment those out as well. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

