Searched defs:install (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
H A DAddSupportJarAction.java121 install(project);
135 * @param project The Android project to install the support jar into
138 public static boolean install(final IProject project) { method in class:AddSupportJarAction
159 * revision to install; the latest version will always be
203 AdtPlugin.printErrorToConsole("Failed to install Android Support library");
251 * Similar to {@link #install}, but rather than copy a jar into the given
298 * Similar to {@link #install}, but rather than copy a jar into the given
453 // do not modify the pristine copy in the SDK install area.
/sdk/files/
H A Dandroid.el86 (defun android-install-app (apk)
96 (compile (format "adb install -r %s" apk)))

Completed in 114 milliseconds