Question

Do You know, how to write an app for Kindle 4? Kindle Fire have KDK, but is there a possibility to write an app for Kindle 4?

Was it helpful?

Solution

The Kindle Fire actually uses Android as its platform, not the KDK. The Kindle 4/5 both run applications created with the KDK.

OTHER TIPS

Kindle 4:

It seams you cannot register as a developer for the old Kindle anymore, so you need to jailbreak it and use a key (that you create yourself) to sign your jars.

You can find instructions what to do and several resources at the URL mentioned below.

There is also a tool to create your own Kindle developer key.

You need to install the public key on your Kindle. To be able to use your jars that you sign with it.

A Hello-World example is also included on the website.

It is also explained how to use retroweaver that makes it possible to use java 1.5 and than convert it to 1.4.

http://cowlark.com/kindle/getting-started.html

P.s. Please add a comment as soon as you successfully wrote your first app that runs on your kindle.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top