HomeSort by relevance Sort by last modified time
    Searched refs:sdkPath (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 56 String sdkPath = findSdkPath(display);
57 if (!isValidSdkLocation(sdkPath)) {
61 MonitorPlugin.getDefault().setSdkFolder(new File(sdkPath));
65 SdkManager manager = SdkManager.createManager(sdkPath, sdkLog);
74 AdtUpdateDialog window = new AdtUpdateDialog(new Shell(display), sdkLog, sdkPath);
  /external/qemu/android/avd/
util.c 44 char* sdkPath;
68 sdkPath = path_parent(temp, 1);
69 if (sdkPath == NULL) {
73 D("found SDK root at %s", sdkPath);
74 return sdkPath;
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 341 String sdkPath = new BufferedReader( new InputStreamReader( process.getInputStream() ) ).readLine();
342 if ( sdkPath != null && sdkPath.endsWith( "tools/android" ) ) {
343 return sdkPath.substring(0, sdkPath.indexOf( "tools/android"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 292 String sdkPath = System.getenv("ADT_SDK_SOURCE_PATH");
294 "SDK git repository", sdkPath);
295 File sdk = new File(sdkPath);
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 129 milliseconds