Searched refs:androidOutputFolder (Results 1 – 4 of 4) sorted by relevance
223 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(project); in build() local224 IFolder resOutputFolder = androidOutputFolder.getFolder(SdkConstants.FD_RES); in build()363 IFile jarIFile = androidOutputFolder.getFile( in build()405 androidOutputFolder.refreshLocal(IResource.DEPTH_ONE, monitor); in build()444 tmp = androidOutputFolder.findMember(AdtConstants.FN_RESOURCES_AP_); in build()452 tmp = androidOutputFolder.findMember(SdkConstants.FN_APK_CLASSES_DEX); in build()461 tmp = androidOutputFolder.findMember(finalPackageName); in build()475 IContainer ic = androidOutputFolder.getParent(); in build()501 IPath androidBinLocation = androidOutputFolder.getLocation(); in build()510 IFile manifestFile = androidOutputFolder.getFile( in build()[all …]
292 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(project); in build() local294 resOutFolder = getResOutFolder(androidOutputFolder); in build()297 androidOutputFolder); in build()667 if (mergeManifest(androidOutputFolder, libProjects, enabled) == false) { in build()693 processorStatus |= compileRs(minSdkValue, projectState, androidOutputFolder, in build()717 proguardFile = androidOutputFolder.getFile(AdtConstants.FN_AAPT_PROGUARD); in build()743 private IFolder getResOutFolder(IFolder androidOutputFolder) { in getResOutFolder() argument744 return androidOutputFolder.getFolder(AdtConstants.WS_BIN_RELATIVE_BC); in getResOutFolder()824 @NonNull IFolder androidOutputFolder) { in setupSourceProcessors() argument845 androidOutputFolder.getLocation().toFile()); in setupSourceProcessors()[all …]
161 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(project); in exportReleaseApk() local162 IFile mergedManifestFile = androidOutputFolder.getFile( in exportReleaseApk()223 IFile proguardFile = androidOutputFolder.getFile(AdtConstants.FN_AAPT_PROGUARD); in exportReleaseApk()
474 IFolder androidOutputFolder = BaseProjectHelper.getAndroidOutputFolder(mProject); in finalPackage() local475 IResource rsLibFolder = androidOutputFolder.getFolder( in finalPackage()