venkateswaran
venkateswaran

Reputation: 233

Adding Emulator in Eclipse for j2me application

Hi I am developing application in android . But I am new to develop J2ME Application .I have a doubt that where will be emulator available to run the application .I mean that where can i download the emulator and where can i install .Pls Help me

Upvotes: 0

Views: 202

Answers (2)

Galogen
Galogen

Reputation: 442

You have to download WTK and install it. Then you can set up WTK Emulator as external tool in Eclipse to run your application. But there is a version of Eclipse for mobile application development: Eclipse Pulsar. It will much easier to use Pulasr instead of setting usual version of Eclipse.

Upvotes: 0

NSharma
NSharma

Reputation: 53

To build an application in android you do not require J2ME but Android SDK.

Upvotes: 2

Related Questions