HomeSort by relevance Sort by last modified time
    Searched defs:Sdk (Results 1 - 2 of 2) 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.
189 Sdk.getCurrent().checkAndLoadTargetData(target, null /*project*/);
206 // if there is no hash string we only show this if the SDK is loaded.
208 // twice, once when the project is opened, and once after the SDK ha
    [all...]
  /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;
103 * Central point to load, manipulate and deal with the Android SDK. Only one SDK can be used
106 * To start using an SDK, call {@link #loadSdk(String)} which returns the instance of
107 * the Sdk object.
109 * To get the list of platforms or add-ons present in the SDK, call {@link #getTargets()}.
111 public final class Sdk {
    [all...]

Completed in 50 milliseconds