]>
git.saurik.com Git - android/aapt.git/blob - Main.cpp
2 // Copyright 2006 The Android Open Source Project
4 // Android Asset Packaging Tool main entry point.
10 #include <utils/threads.h>
11 #include <utils/List.h>
12 #include <utils/Errors.h>
18 using namespace android
;
20 static const char* gProgName
= "aapt";
23 * When running under Cygwin on Windows, this will convert slash-based
24 * paths into back-slash-based ones. Otherwise the ApptAssets file comparisons
25 * fail later as they use back-slash separators under Windows.
27 * This operates in-place on the path string.
29 void convertPath(char *path
) {
30 if (path
!= NULL
&& OS_PATH_SEPARATOR
!= '/') {
31 for (; *path
; path
++) {
33 *path
= OS_PATH_SEPARATOR
;
44 fprintf(stderr
, "Android Asset Packaging Tool\n\n");
45 fprintf(stderr
, "Usage:\n");
47 " %s l[ist] [-v] [-a] file.{zip,jar,apk}\n"
48 " List contents of Zip-compatible archive.\n\n", gProgName
);
50 " %s d[ump] [--values] WHAT file.{apk} [asset [asset ...]]\n"
51 " badging Print the label and icon for the app declared in APK.\n"
52 " permissions Print the permissions from the APK.\n"
53 " resources Print the resource table from the APK.\n"
54 " configurations Print the configurations in the APK.\n"
55 " xmltree Print the compiled xmls in the given assets.\n"
56 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName
);
58 " %s p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \\\n"
59 " [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \\\n"
60 " [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \\\n"
61 " [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \\\n"
62 " [--rename-manifest-package PACKAGE] \\\n"
63 " [--rename-instrumentation-target-package PACKAGE] \\\n"
64 " [--utf16] [--auto-add-overlay] \\\n"
65 " [--max-res-version VAL] \\\n"
66 " [-I base-package [-I base-package ...]] \\\n"
67 " [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \\\n"
68 " [-S resource-sources [-S resource-sources ...]] \\\n"
69 " [-F apk-file] [-J R-file-dir] \\\n"
70 " [--product product1,product2,...] \\\n"
71 " [-c CONFIGS] [--preferred-configurations CONFIGS] \\\n"
72 " [raw-files-dir [raw-files-dir] ...] \\\n"
73 " [--output-text-symbols DIR]\n"
75 " Package the android resources. It will read assets and resources that are\n"
76 " supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R\n"
77 " options control which files are output.\n\n"
80 " %s r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]\n"
81 " Delete specified files from Zip-compatible archive.\n\n",
84 " %s a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]\n"
85 " Add specified files to Zip-compatible archive.\n\n", gProgName
);
87 " %s c[runch] [-v] -S resource-sources ... -C output-folder ...\n"
88 " Do PNG preprocessing on one or several resource folders\n"
89 " and store the results in the output folder.\n\n", gProgName
);
91 " %s s[ingleCrunch] [-v] -i input-file -o outputfile\n"
92 " Do PNG preprocessing on a single file.\n\n", gProgName
);
95 " Print program version.\n\n", gProgName
);
98 " -a print Android-specific data (resources, manifest) when listing\n"
99 " -c specify which configurations to include. The default is all\n"
100 " configurations. The value of the parameter should be a comma\n"
101 " separated list of configuration values. Locales should be specified\n"
102 " as either a language or language-region pair. Some examples:\n"
106 " If you put the special locale, zz_ZZ on the list, it will perform\n"
107 " pseudolocalization on the default locale, modifying all of the\n"
108 " strings so you can look for strings that missed the\n"
109 " internationalization process. For example:\n"
111 " -d one or more device assets to include, separated by commas\n"
112 " -f force overwrite of existing files\n"
113 " -g specify a pixel tolerance to force images to grayscale, default 0\n"
114 " -j specify a jar or zip file containing classes to include\n"
115 " -k junk path of file(s) added\n"
116 " -m make package directories under location specified by -J\n"
118 " -p pseudolocalize the default configuration\n"
120 " -u update existing packages (add new, replace older, remove deleted files)\n"
121 " -v verbose output\n"
122 " -x create extending (non-application) resource IDs\n"
123 " -z require localization of resource attributes marked with\n"
124 " localization=\"suggested\"\n"
125 " -A additional directory in which to find raw asset files\n"
126 " -G A file to output proguard options into.\n"
127 " -F specify the apk file to output\n"
128 " -I add an existing package to base include set\n"
129 " -J specify where to output R.java resource constant definitions\n"
130 " -M specify full path to AndroidManifest.xml to include in zip\n"
131 " -P specify where to output public resource definitions\n"
132 " -S directory in which to find resources. Multiple directories will be scanned\n"
133 " and the first match found (left to right) will take precedence.\n"
134 " -0 specifies an additional extension for which such files will not\n"
135 " be stored compressed in the .apk. An empty string means to not\n"
136 " compress any files at all.\n"
138 " inserts android:debuggable=\"true\" in to the application node of the\n"
139 " manifest, making the application debuggable even on production devices.\n"
140 " --min-sdk-version\n"
141 " inserts android:minSdkVersion in to manifest. If the version is 7 or\n"
142 " higher, the default encoding for resources will be in UTF-8.\n"
143 " --target-sdk-version\n"
144 " inserts android:targetSdkVersion in to manifest.\n"
145 " --max-res-version\n"
146 " ignores versioned resource directories above the given value.\n"
148 " when used with \"dump resources\" also includes resource values.\n"
150 " inserts android:versionCode in to manifest.\n"
152 " inserts android:versionName in to manifest.\n"
153 " --custom-package\n"
154 " generates R.java into a different package.\n"
155 " --extra-packages\n"
156 " generate R.java for libraries. Separate libraries with ':'.\n"
157 " --generate-dependencies\n"
158 " generate dependency files in the same directories for R.java and resource package\n"
159 " --auto-add-overlay\n"
160 " Automatically add resources that are only in overlays.\n"
161 " --preferred-configurations\n"
162 " Like the -c option for filtering out unneeded configurations, but\n"
163 " only expresses a preference. If there is no resource available with\n"
164 " the preferred configuration then it will not be stripped.\n"
165 " --rename-manifest-package\n"
166 " Rewrite the manifest so that its package name is the package name\n"
167 " given here. Relative class names (for example .Foo) will be\n"
168 " changed to absolute names with the old package so that the code\n"
169 " does not need to change.\n"
170 " --rename-instrumentation-target-package\n"
171 " Rewrite the manifest so that all of its instrumentation\n"
172 " components target the given package. Useful when used in\n"
173 " conjunction with --rename-manifest-package to fix tests against\n"
174 " a package that has been renamed.\n"
176 " Specifies which variant to choose for strings that have\n"
177 " product variants\n"
179 " changes default encoding for resources to UTF-16. Only useful when API\n"
180 " level is set to 7 or higher where the default encoding is UTF-8.\n"
181 " --non-constant-id\n"
182 " Make the resources ID non constant. This is required to make an R java class\n"
183 " that does not contain the final value but is used to make reusable compiled\n"
184 " libraries that need to access resources.\n"
185 " --error-on-failed-insert\n"
186 " Forces aapt to return an error if it fails to insert values into the manifest\n"
187 " with --debug-mode, --min-sdk-version, --target-sdk-version --version-code\n"
188 " and --version-name.\n"
189 " Insertion typically fails if the manifest already defines the attribute.\n"
190 " --output-text-symbols\n"
191 " Generates a text file containing the resource symbols of the R class in the\n"
192 " specified folder.\n"
194 " Assets to be ignored. Default pattern is:\n"
196 gDefaultIgnoreAssets
);
200 * Dispatch the command.
202 int handleCommand(Bundle
* bundle
)
204 //printf("--- command %d (verbose=%d force=%d):\n",
205 // bundle->getCommand(), bundle->getVerbose(), bundle->getForce());
206 //for (int i = 0; i < bundle->getFileSpecCount(); i++)
207 // printf(" %d: '%s'\n", i, bundle->getFileSpecEntry(i));
209 switch (bundle
->getCommand()) {
210 case kCommandVersion
: return doVersion(bundle
);
211 case kCommandList
: return doList(bundle
);
212 case kCommandDump
: return doDump(bundle
);
213 case kCommandAdd
: return doAdd(bundle
);
214 case kCommandRemove
: return doRemove(bundle
);
215 case kCommandPackage
: return doPackage(bundle
);
216 case kCommandCrunch
: return doCrunch(bundle
);
217 case kCommandSingleCrunch
: return doSingleCrunch(bundle
);
219 fprintf(stderr
, "%s: requested command not yet supported\n", gProgName
);
227 int main(int argc
, char* const argv
[])
229 char *prog
= argv
[0];
231 bool wantUsage
= false;
232 int result
= 1; // pessimistically assume an error.
235 /* default to compression */
236 bundle
.setCompressionMethod(ZipEntry::kCompressDeflated
);
243 if (argv
[1][0] == 'v')
244 bundle
.setCommand(kCommandVersion
);
245 else if (argv
[1][0] == 'd')
246 bundle
.setCommand(kCommandDump
);
247 else if (argv
[1][0] == 'l')
248 bundle
.setCommand(kCommandList
);
249 else if (argv
[1][0] == 'a')
250 bundle
.setCommand(kCommandAdd
);
251 else if (argv
[1][0] == 'r')
252 bundle
.setCommand(kCommandRemove
);
253 else if (argv
[1][0] == 'p')
254 bundle
.setCommand(kCommandPackage
);
255 else if (argv
[1][0] == 'c')
256 bundle
.setCommand(kCommandCrunch
);
257 else if (argv
[1][0] == 's')
258 bundle
.setCommand(kCommandSingleCrunch
);
260 fprintf(stderr
, "ERROR: Unknown command '%s'\n", argv
[1]);
268 * Pull out flags. We support "-fv" and "-f -v".
270 while (argc
&& argv
[0][0] == '-') {
272 const char* cp
= argv
[0] +1;
274 while (*cp
!= '\0') {
277 bundle
.setVerbose(true);
280 bundle
.setAndroidList(true);
286 fprintf(stderr
, "ERROR: No argument supplied for '-c' option\n");
290 bundle
.addConfigurations(argv
[0]);
293 bundle
.setForce(true);
299 fprintf(stderr
, "ERROR: No argument supplied for '-g' option\n");
303 tolerance
= atoi(argv
[0]);
304 bundle
.setGrayscaleTolerance(tolerance
);
305 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog
, tolerance
);
308 bundle
.setJunkPath(true);
311 bundle
.setMakePackageDirs(true);
315 bundle
.setPseudolocalize(true);
319 bundle
.setUpdate(true);
322 bundle
.setExtending(true);
325 bundle
.setRequireLocalization(true);
331 fprintf(stderr
, "ERROR: No argument supplied for '-j' option\n");
335 convertPath(argv
[0]);
336 bundle
.addJarFile(argv
[0]);
342 fprintf(stderr
, "ERROR: No argument supplied for '-A' option\n");
346 convertPath(argv
[0]);
347 bundle
.setAssetSourceDir(argv
[0]);
353 fprintf(stderr
, "ERROR: No argument supplied for '-G' option\n");
357 convertPath(argv
[0]);
358 bundle
.setProguardFile(argv
[0]);
364 fprintf(stderr
, "ERROR: No argument supplied for '-I' option\n");
368 convertPath(argv
[0]);
369 bundle
.addPackageInclude(argv
[0]);
375 fprintf(stderr
, "ERROR: No argument supplied for '-F' option\n");
379 convertPath(argv
[0]);
380 bundle
.setOutputAPKFile(argv
[0]);
386 fprintf(stderr
, "ERROR: No argument supplied for '-J' option\n");
390 convertPath(argv
[0]);
391 bundle
.setRClassDir(argv
[0]);
397 fprintf(stderr
, "ERROR: No argument supplied for '-M' option\n");
401 convertPath(argv
[0]);
402 bundle
.setAndroidManifestFile(argv
[0]);
408 fprintf(stderr
, "ERROR: No argument supplied for '-P' option\n");
412 convertPath(argv
[0]);
413 bundle
.setPublicOutputFile(argv
[0]);
419 fprintf(stderr
, "ERROR: No argument supplied for '-S' option\n");
423 convertPath(argv
[0]);
424 bundle
.addResourceSourceDir(argv
[0]);
430 fprintf(stderr
, "ERROR: No argument supplied for '-C' option\n");
434 convertPath(argv
[0]);
435 bundle
.setCrunchedOutputDir(argv
[0]);
441 fprintf(stderr
, "ERROR: No argument supplied for '-i' option\n");
445 convertPath(argv
[0]);
446 bundle
.setSingleCrunchInputFile(argv
[0]);
452 fprintf(stderr
, "ERROR: No argument supplied for '-o' option\n");
456 convertPath(argv
[0]);
457 bundle
.setSingleCrunchOutputFile(argv
[0]);
463 fprintf(stderr
, "ERROR: No argument supplied for '-e' option\n");
467 if (argv
[0][0] != 0) {
468 bundle
.addNoCompressExtension(argv
[0]);
470 bundle
.setCompressionMethod(ZipEntry::kCompressStored
);
474 if (strcmp(cp
, "-debug-mode") == 0) {
475 bundle
.setDebugMode(true);
476 } else if (strcmp(cp
, "-min-sdk-version") == 0) {
480 fprintf(stderr
, "ERROR: No argument supplied for '--min-sdk-version' option\n");
484 bundle
.setMinSdkVersion(argv
[0]);
485 } else if (strcmp(cp
, "-target-sdk-version") == 0) {
489 fprintf(stderr
, "ERROR: No argument supplied for '--target-sdk-version' option\n");
493 bundle
.setTargetSdkVersion(argv
[0]);
494 } else if (strcmp(cp
, "-max-sdk-version") == 0) {
498 fprintf(stderr
, "ERROR: No argument supplied for '--max-sdk-version' option\n");
502 bundle
.setMaxSdkVersion(argv
[0]);
503 } else if (strcmp(cp
, "-max-res-version") == 0) {
507 fprintf(stderr
, "ERROR: No argument supplied for '--max-res-version' option\n");
511 bundle
.setMaxResVersion(argv
[0]);
512 } else if (strcmp(cp
, "-version-code") == 0) {
516 fprintf(stderr
, "ERROR: No argument supplied for '--version-code' option\n");
520 bundle
.setVersionCode(argv
[0]);
521 } else if (strcmp(cp
, "-version-name") == 0) {
525 fprintf(stderr
, "ERROR: No argument supplied for '--version-name' option\n");
529 bundle
.setVersionName(argv
[0]);
530 } else if (strcmp(cp
, "-values") == 0) {
531 bundle
.setValues(true);
532 } else if (strcmp(cp
, "-custom-package") == 0) {
536 fprintf(stderr
, "ERROR: No argument supplied for '--custom-package' option\n");
540 bundle
.setCustomPackage(argv
[0]);
541 } else if (strcmp(cp
, "-extra-packages") == 0) {
545 fprintf(stderr
, "ERROR: No argument supplied for '--extra-packages' option\n");
549 bundle
.setExtraPackages(argv
[0]);
550 } else if (strcmp(cp
, "-generate-dependencies") == 0) {
551 bundle
.setGenDependencies(true);
552 } else if (strcmp(cp
, "-utf16") == 0) {
553 bundle
.setWantUTF16(true);
554 } else if (strcmp(cp
, "-preferred-configurations") == 0) {
558 fprintf(stderr
, "ERROR: No argument supplied for '--preferred-configurations' option\n");
562 bundle
.addPreferredConfigurations(argv
[0]);
563 } else if (strcmp(cp
, "-rename-manifest-package") == 0) {
567 fprintf(stderr
, "ERROR: No argument supplied for '--rename-manifest-package' option\n");
571 bundle
.setManifestPackageNameOverride(argv
[0]);
572 } else if (strcmp(cp
, "-rename-instrumentation-target-package") == 0) {
576 fprintf(stderr
, "ERROR: No argument supplied for '--rename-instrumentation-target-package' option\n");
580 bundle
.setInstrumentationPackageNameOverride(argv
[0]);
581 } else if (strcmp(cp
, "-auto-add-overlay") == 0) {
582 bundle
.setAutoAddOverlay(true);
583 } else if (strcmp(cp
, "-error-on-failed-insert") == 0) {
584 bundle
.setErrorOnFailedInsert(true);
585 } else if (strcmp(cp
, "-output-text-symbols") == 0) {
589 fprintf(stderr
, "ERROR: No argument supplied for '-output-text-symbols' option\n");
593 bundle
.setOutputTextSymbols(argv
[0]);
594 } else if (strcmp(cp
, "-product") == 0) {
598 fprintf(stderr
, "ERROR: No argument supplied for '--product' option\n");
602 bundle
.setProduct(argv
[0]);
603 } else if (strcmp(cp
, "-non-constant-id") == 0) {
604 bundle
.setNonConstantId(true);
605 } else if (strcmp(cp
, "-no-crunch") == 0) {
606 bundle
.setUseCrunchCache(true);
607 } else if (strcmp(cp
, "-ignore-assets") == 0) {
611 fprintf(stderr
, "ERROR: No argument supplied for '--ignore-assets' option\n");
615 gUserIgnoreAssets
= argv
[0];
617 fprintf(stderr
, "ERROR: Unknown option '-%s'\n", cp
);
621 cp
+= strlen(cp
) - 1;
624 fprintf(stderr
, "ERROR: Unknown flag '-%c'\n", *cp
);
636 * We're past the flags. The rest all goes straight in.
638 bundle
.setFileSpec(argv
, argc
);
640 result
= handleCommand(&bundle
);
648 //printf("--> returning %d\n", result);