OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zipAlign
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java
295
File
zipalign
= new File(path);
local
296
runZipAlign =
zipalign
.isFile();
310
String message =
zipAlign
(path, apkExportFile, mDestinationFile);
317
"The
zipalign
tool was not found in the SDK.\n\n" +
319
"or run
zipalign
manually.\n\n" +
543
* Executes
zipalign
544
* @param zipAlignPath location of the
zipalign
too
545
* @param source file to
zipalign
550
private String
zipAlign
(String zipAlignPath, File source, File destination) throws IOException {
586
StringBuilder sb = new StringBuilder("Error while running
zipalign
:")
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar
Completed in 43 milliseconds