HomeSort by relevance Sort by last modified time
    Searched refs:minSdkVersion (Results 1 - 13 of 13) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 64 * @param minSdkVersion - the minimim sdk version to use
67 public boolean setMinSdkVersion(String minSdkVersion) {
80 minSdkAttr.setValue(minSdkVersion);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerBuilder.java 249 String minSdkVersion = null;
289 minSdkVersion = dv.getMinSdkVersion();
362 minSdkVersion = parser.getMinSdkVersionString();
365 if (minSdkVersion != null) {
368 minSdkValue = Integer.parseInt(minSdkVersion);
370 // it's ok, it means minSdkVersion contains a (hopefully) valid codename.
416 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION, minSdkVersion);
421 } else if (codename.equals(minSdkVersion) == false) {
433 // else the minSdkVersion is not set but we are using a preview target.
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
ProjectConfig.java 100 int minSdkVersion, int glEsVersion,
105 mMinSdkVersion = minSdkVersion;
283 return "Attribute minSdkVersion changed";
287 return "Failed to convert attribute minSdkVersion to an Integer";
MultiApkExportHelper.java 400 // validate that the minSdkVersion is not a codename
401 int minSdkVersion = manifestData.getMinSdkVersion();
402 if (minSdkVersion == ManifestData.MIN_SDK_CODENAME) {
404 "Codename in minSdkVersion is not supported by multi-apk export.");
418 // first the minSdkVersion.
419 if (minSdkVersion == otherProject.getMinSdkVersion()) {
432 "- minSdkVersion\n" +
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java 33 * Value returned by {@link #getMinSdkVersion()} when the value of the minSdkVersion attribute
589 * Returns the <code>minSdkVersion</code> attribute, or null if it's not set.
596 * Sets the value of the <code>minSdkVersion</code> attribute.
597 * @param minSdkVersion the string value of the attribute in the manifest.
599 public void setMinSdkVersionString(String minSdkVersion) {
600 mMinSdkVersionString = minSdkVersion;
611 * Returns the <code>minSdkVersion</code> attribute, or 0 if it's not set or is a codename.
620 * Sets the value of the <code>minSdkVersion</code> attribute.
696 * The default values depends on the manifest values for minSdkVersion and targetSdkVersion.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewTestProjectCreationPage.java 824 // Try to update the application, package, sdk target and minSdkVersion accordingly
    [all...]
NewProjectCreationPage.java     [all...]
NewProjectWizard.java     [all...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 496 milliseconds