Home
last modified time | relevance | path

Searched refs:apkExportFile (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java306 File apkExportFile = mDestinationFile; in doExport() local
309 apkExportFile = File.createTempFile("androidExport_", ".apk"); in doExport()
313 ExportHelper.exportReleaseApk(mProject, apkExportFile, in doExport()
318 String message = zipAlign(zipAlignPath, apkExportFile, mDestinationFile); in doExport()