Hi Mark Got it working. I actually copied the parts I wanted into my own personal project called myAndroidLibraries. It works a treat. However, this will obviously eliminate any updates made by the author, is this a good idea? I could have just deleted the Wizard package from the CSV project and continued to receive updates. would that have been a better option?
On Dec 5, 5:18 pm, "Mark Murphy" <[email protected]> wrote: > > 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

