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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 223 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(project);
224 IFolder resOutputFolder = androidOutputFolder.getFolder(SdkConstants.FD_RES);
363 IFile jarIFile = androidOutputFolder.getFile(
403 androidOutputFolder.refreshLocal(IResource.DEPTH_ONE, monitor);
442 tmp = androidOutputFolder.findMember(AdtConstants.FN_RESOURCES_AP_);
450 tmp = androidOutputFolder.findMember(SdkConstants.FN_APK_CLASSES_DEX);
459 tmp = androidOutputFolder.findMember(finalPackageName);
473 IContainer ic = androidOutputFolder.getParent();
497 IPath androidBinLocation = androidOutputFolder.getLocation();
506 IFile manifestFile = androidOutputFolder.getFile
    [all...]
PreCompilerBuilder.java 287 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(project);
649 if (mergeManifest(androidOutputFolder, libProjects, enabled) == false) {
710 proguardFile = androidOutputFolder.getFile(AdtConstants.FN_AAPT_PROGUARD);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 167 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(project);
168 IFile mergedManifestFile = androidOutputFolder.getFile(
229 IFile proguardFile = androidOutputFolder.getFile(AdtConstants.FN_AAPT_PROGUARD);

Completed in 38 milliseconds