Searched refs:install (Results 1 – 15 of 15) sorted by relevance
137 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() local175 if (install.project.equals(project)) { in resetInstallationFor()216 ApkInstall install = iterator.next();217 if (install.device == device) {
552 IVMInstall install = installs[j]; in enforcePreferredCompilerCompliance() local553 if (install instanceof IVMInstall2) { in enforcePreferredCompilerCompliance()554 IVMInstall2 install2 = (IVMInstall2) install; in enforcePreferredCompilerCompliance()
67 boolean install = MessageDialog.openQuestion(new Shell(display), in start()71 if (!install) { in start()127 Location install = Platform.getInstallLocation(); in findSdkPath() local128 if (install != null && install.getURL() != null) { in findSdkPath()129 File libFolder = new File(install.getURL().getFile()).getParentFile(); in findSdkPath()
111 Location install = Platform.getInstallLocation(); in getBundledSdk() local112 if (install != null && install.getURL() != null) { in getBundledSdk()113 File toolsFolder = new File(install.getURL().getFile()).getParentFile(); in getBundledSdk()
5 and install "Android SDK Platform-tools"
8 android:installLocation : The default install location defined by an application. [enum]
6 …uild Tools component to be installed.\n\nPlease open the SDK Manager and install \"Android SDK Bui…
121 install(project); in run()138 public static boolean install(final IProject project) { in install() method in AddSupportJarAction
132 $ sudo apt-get install tofrodos178 Eclipse and install it at a special location. That's not needed
70 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 a127 Note: if you want to reuse the project with an older Eclipse ADT install,
52 - You must install Cyginw using the "Unix / Binary" mode.
58 echo We recommend that you install the JDK version of JavaSE, available here:
146 - SDK Manager now suggests to install missing base platform for add-ons.
102 * To enable this, install the NDK feature (depends on CDT), and then361 - Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and524 - Fixed issue when launching ADT on a clean install would trigger579 - Fixed install issue when project name contains spaces (requires new
445 if (!AddSupportJarAction.install(project)) {