Quote:
Originally Posted by mrfakename
@evilReader, thank you so much! I performed your recommended fixes and was able to remove the "The title you attempted to open requires a new version of Kindle software." error!
I'm now having another error, however. When I attempt to run my Kindlet, I am getting the following error:
Code:
Main class of the requested title could not be found
I have updated the GitHub code to fix the update issue.
Thank you!
|
This error is because the kindle can not find the main class.
In your build.xml, make sure you define the following:
Code:
<attribute name="Main-Class" value="test.main" />
I plan to open up a template repo with a working Kindlet app at some point, as I've spent the past year or so making a Kindlet at work.