Home
last modified time | relevance | path

Searched refs:install (Results 1 – 15 of 15) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DApkInstallManager.java137 for (ApkInstall install : mInstallList) { in isApplicationInstalled()
138 if (project.equals(install.project) && packageName.equals(install.packageName) && in isApplicationInstalled()
139 device == install.device) { in isApplicationInstalled()
140 found = install; in isApplicationInstalled()
174 ApkInstall install = iterator.next(); in resetInstallationFor() local
175 if (install.project.equals(project)) { in resetInstallationFor()
216 ApkInstall install = iterator.next();
217 if (install.device == device) {
DProjectHelper.java552 IVMInstall install = installs[j]; in enforcePreferredCompilerCompliance() local
553 if (install instanceof IVMInstall2) { in enforcePreferredCompilerCompliance()
554 IVMInstall2 install2 = (IVMInstall2) install; in enforcePreferredCompilerCompliance()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java67 boolean install = MessageDialog.openQuestion(new Shell(display), in start()
71 if (!install) { in start()
127 Location install = Platform.getInstallLocation(); in findSdkPath() local
128 if (install != null && install.getURL() != null) { in findSdkPath()
129 File libFolder = new File(install.getURL().getFile()).getParentFile(); in findSdkPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DAdtStartup.java111 Location install = Platform.getInstallLocation(); in getBundledSdk() local
112 if (install != null && install.getURL() != null) { in getBundledSdk()
113 File toolsFolder = new File(install.getURL().getFile()).getParentFile(); in getBundledSdk()
/sdk/files/
Dadb_has_moved.txt5 and install "Android SDK Platform-tools"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion17.txt8 android:installLocation : The default install location defined by an application. [enum]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
Dmessages.properties6 …uild Tools component to be installed.\n\nPlease open the SDK Manager and install \"Android SDK Bui…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DAddSupportJarAction.java121 install(project); in run()
138 public static boolean install(final IProject project) { in install() method in AddSupportJarAction
/sdk/docs/
Dhowto_build_SDK.txt132 $ sudo apt-get install tofrodos
178 Eclipse and install it at a special location. That's not needed
Dhowto_use_cupcake_sdk.txt70 Below we'll explain how you can upgrade your Eclipse install to the new plugin.
72 another suggestion is to simply install a new copy of Eclipse and create a
127 Note: if you want to reuse the project with an older Eclipse ADT install,
Dhowto_SDK_git_cygwin.txt52 - You must install Cyginw using the "Unix / Binary" mode.
/sdk/find_java/
Dfind_java.bat58 echo We recommend that you install the JDK version of JavaSE, available here:
/sdk/
Dchanges.txt146 - SDK Manager now suggests to install missing base platform for add-ons.
/sdk/eclipse/
Dchanges.txt102 * To enable this, install the NDK feature (depends on CDT), and then
361 - Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and
524 - Fixed issue when launching ADT on a clean install would trigger
579 - Fixed install issue when project name contains spaces (requires new
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java445 if (!AddSupportJarAction.install(project)) {