0
votes

I want to develop a Java app for Nokia N70 (S60 platform). Unfortunately, Nokia thinks this phone is way too old and nobody should develop for it. I once used the MIDP SDK 2.1 beta, is there something better?

2
Why do you know Nokia is thinking this? - Kai
Because Nokia does not provide links to a useful SDK for this target device. - michelemarcon

2 Answers

0
votes

In past I've been done something on S60 platform and SDK 2.1. Unfortunately I think is the unique...

Moreover symbian will die soon so, make your accounts :)

1
votes

For older devices, you can use the oracle javame sdk. The emulator is different. But basic apps will work on the device. Make sure you use midp2.0 and sometimes also cldc 1.0, otherwise app will not start on device.