I can debug my application as "Emulated Java Me Midlet" or as "Emulated Java Me Jad". What is the difference between those types? Right now my app is only working in debug as emulated java me jad.
When I run it as midlet I get the following error:
Cannot create PortForwarder with necessary parameters: Failed to get device id for "null"! Syntax:
emulator [arguments]
In order to get commands supported by given device run: emulator.exe -Xdevice: -Xquery
Does someone know how to solve this?
JAD = Java Application Descriptor. JADs are used for over-the-air (OTA) deployment. A JAD specifies one or more MIDlets to install on a device.
You've probably not configured the MIDlet deployment option correctly for the emulator. Read through the docs here.