Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DInstallDependencyPage.java186 int installed = -1; in isInstalled() local
188 installed = getInstalledSupportLibVersion(); in isInstalled()
191 if (installed == -1) { in isInstalled()
194 if (required > installed) { in isInstalled()
275 File installed = AddSupportJarAction.installSupport(version); in widgetSelected() local
276 if (installed != null) { in widgetSelected()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
Dmessages.properties6 …ol_Missing=The Android SDK requires the new Build Tools component to be installed.\n\nPlease open …
/sdk/find_java/
Dfind_java.bat57 echo Tools, you need a suitable version of Java JDK installed on your system.
61 echo If you already have Java installed, you can define the JAVA_HOME environment
/sdk/docs/
Dhowto_build_SDK.txt165 You must have Cygwin installed. You can use the latest Cygwin 1.7 or the
178 - Packages that must not be installed: readline.
180 Once you installed Cygwin properly, checkout the code from git as you did
190 that come in an installed SDK/tools or SDK/platform-tools folder!
Dhowto_SDK_git_cygwin.txt44 - You must have Cygwin installed. But wait! You CANNOT use the latest Cygwin 1.7.
/sdk/files/
Dpost_tools_install.bat17 rem package as been installed.
/sdk/eclipse/buildConfig/
Dbuild.properties20 # baseLocation - where things you are building against are installed
134 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delt…
/sdk/eclipse/
Dchanges.txt610 where ADT tried to launch the activity before the app was installed.