Fields Summary |
---|
public static final String | MARKER_ADTGeneric marker for ADT errors. |
public static final String | MARKER_TARGETMarker for Android Target errors.
This is not cleared on each like other markers. Instead, it's cleared
when an {@link AndroidClasspathContainerInitializer} has succeeded in creating an
AndroidClasspathContainer |
public static final int | BUILD_ALWAYSBuild verbosity "Always". Those messages are always displayed. |
public static final int | BUILD_NORMALBuild verbosity level "Normal" |
public static final int | BUILD_VERBOSEBuild verbosity level "Verbose". Those messages are only displayed in verbose mode |