Thread: Kindlet How to make a new Kindlet?
View Single Post
Old 03-27-2023, 09:26 AM   #10
AABBox
Junior Member
AABBox has learned how to buy an e-book online
 
Posts: 1
Karma: 84
Join Date: Mar 2023
Device: Kindle 4th gen
Quote:
Originally Posted by mrfakename View Post
@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.
AABBox is offline   Reply With Quote