SimpleXML Constructor Exception - Can not create Inner Class
问题 I'm just beginning to experiment with Android Development with SimpleXML and thought it was going quite well until I hit a snag. The code below produces an exception of W/System.err(665): org.simpleframework.xml.core.ConstructorException: Can not construct inner class I've looked through the questions on inner classes and think I understand why you would use them (not that mine was necessarily intentional) but despite moving my code round to try and avoid usage I'm still a little stuck and