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

  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 752 File dexedLibs = new File(binFile, "dexedLibs");
753 if (dexedLibs.exists() == false) {
754 dexedLibs.mkdir();
    [all...]

Completed in 1261 milliseconds