How can I code Android with J2ME?

android, java-me, midp

Solution

Download Android J2ME MIDP RUNNER:

This is a Android J2ME MIDP RUNNER so that ANY J2ME or MIDP applications can run without modification.

So theoretically, you just create your J2ME application and that will ensure that it runs.

Problem

As for as I know that android application can be developed in core java only. But is it possible to code android with J2ME? Please give some example codes if possible.

Original source