ADT Export wizard now calls ZipAlign

This commit is contained in:
Xavier Ducrohet
2009-08-17 14:59:58 -07:00
parent 1230661e50
commit ed235c7891
5 changed files with 262 additions and 116 deletions

View File

@@ -107,6 +107,10 @@ public final class SdkConstants {
public final static String FN_EMULATOR = (CURRENT_PLATFORM == PLATFORM_WINDOWS) ?
"emulator.exe" : "emulator"; //$NON-NLS-1$ //$NON-NLS-2$
/** zipalign executable (with extension for the current OS) */
public final static String FN_ZIPALIGN = (CURRENT_PLATFORM == PLATFORM_WINDOWS) ?
"zipalign.exe" : "zipalign"; //$NON-NLS-1$ //$NON-NLS-2$
/* Folder Names for Android Projects . */
/** Resources folder name, i.e. "res". */