Having some trouble building this.
CollectionManager512.getBookletContext attempts to access com.amazon.kindle.kindlet.internal.ui.x, however, in the KindletImplementation-2.1.jar I've extracted from 5.1.2, com.amazon.kindle.kindlet.internal.ui does not contain class "x". In fact, I couldn't find a class with such a path in any JAR files in all images I've downloaded and extracted.
I've stubbed out getBookletContext to always return null for now.
|