Home | History | Annotate | Download | only in ant

Lines Matching refs:AndroidManifest

26 import com.android.sdklib.xml.AndroidManifest;
220 "/" + AndroidManifest.NODE_MANIFEST +
221 "/@" + AndroidManifest.ATTRIBUTE_PACKAGE,
234 "/" + AndroidManifest.NODE_MANIFEST +
235 "/" + AndroidManifest.NODE_USES_SDK +
237 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION,
246 "For '%1$s' SDK Preview, attribute minSdkVersion in AndroidManifest.xml must be '%1$s' (current: %2$s)",
265 "Attribute %1$s in AndroidManifest.xml must be an Integer!",
266 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION));
275 "WARNING: Attribute %1$s in AndroidManifest.xml (%2$d) is higher than the project target API level (%3$d)",
276 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION,