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?
0
votes
2 Answers
0
votes
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.