Reputation: 643
I am using EclipseME to write MIDlet application.
I have deployed by right click on Project->J2ME->Create Package
.
After that, I copied Jad and Jar files in Deploy folder to My phone.
For BlackBerry: When I run Jad file, it is installed successful. And run ok.
For Android: When I run jar file, it popup message "open file failed".
Please tell me how to deploy MIDlet app by using Eclipse for all cell phone that can run it.
Upvotes: 1
Views: 734
Reputation: 4354
For Android you should develop an application using android sdk. Better you read the android documentation. Search android in google. It will help you.
Upvotes: 0
Reputation: 14453
Directly you can't run Java ME application on android. But You can use some alternative ways like App runner or J2ab.
Upvotes: 2