This is probably because you have the same library in there just with a slightly different name (and off course a different version)
I can't remember for sure which library exactly caused this problem. I do know that I often found the three libraries below in a project. These used to give me osgi class loading issues.
xbeans.jar Replaced by xmlbeans-2.6.0.jar
resolver.jar Depricated excel import library
xml-apis.jar Depricated excel import library
You could try and see if you have any library similar to these ones. If you have you can remove them, there are newer versions included in the appstore module that won't give you this error.