HomeSort by relevance Sort by last modified time
    Searched defs:Sdk (Results 1 - 12 of 12) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 20 import com.android.ide.common.sdk.LoadStatus;
23 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
24 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
171 synchronized (Sdk.getLock()) {
175 ProjectState state = Sdk.getProjectState(iProject);
182 // this might be null if the sdk is not yet loaded.
193 Sdk.getCurrent().checkAndLoadTargetData(target, null /*project*/);
212 // if there is no hash string we only show this if the SDK is loaded.
214 // twice, once when the project is opened, and once after the SDK ha
    [all...]
LibraryClasspathContainerInitializer.java 22 import com.android.ide.common.sdk.LoadStatus;
26 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
27 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
151 ProjectState state = Sdk.getProjectState(iProject);
317 synchronized (Sdk.getLock()) {
321 final ProjectState state = Sdk.getProjectState(iProject);
329 File annotationsJar = new File(Sdk.getCurrent().getSdkOsLocation(),
342 buildToolInfo = Sdk.getCurrent().getLatestBuildTool();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 17 package com.android.ide.eclipse.adt.internal.sdk;
28 import com.android.ide.common.sdk.LoadStatus;
41 import com.android.ide.eclipse.adt.internal.sdk.ProjectState.LibraryDifference;
42 import com.android.ide.eclipse.adt.internal.sdk.ProjectState.LibraryState;
106 * Central point to load, manipulate and deal with the Android SDK. Only one SDK can be used
109 * To start using an SDK, call {@link #loadSdk(String)} which returns the instance of
110 * the Sdk object.
112 * To get the list of platforms or add-ons present in the SDK, call {@link #getTargets()}.
114 public final class Sdk {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.3/
gradle-0.8.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/
gradle-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/
gradle-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/
gradle-0.9.3.jar 

Completed in 155 milliseconds