Some features described here are available in Ultimate edition only.
In general, compilation process for mobile application consists of the following events:
- Compilation: this is done by common compiler such as javac.
To learn how to configure settings for this compilation part refer to Configuring Compiler Settings section.
- Preverify: this stage is conducted by a preverify utility with emulator provided for the given
mobile Java SDK. This section describes how to configure preverify settings.
- Packaging.