HomeSort by relevance Sort by last modified time
    Searched defs:toolsFolder (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 131 String toolsFolder = libFolder.getParent();
132 if (toolsFolder != null) {
133 sdkLocation = new File(toolsFolder).getParent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 113 File toolsFolder = new File(install.getURL().getFile()).getParentFile();
114 if (toolsFolder != null) {
115 File sdkFolder = new File(toolsFolder, "sdk");
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
sdklib.jar 

Completed in 34 milliseconds