Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 448.50 KB | None | 0 0
  1.  
  2. » [org.adaway]: ERROR: Unknown option '--app-as-shared-lib'
  3. » [org.adaway]: Android Asset Packaging Tool
  4. » [org.adaway]: Usage:
  5. » [org.adaway]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  6. » [org.adaway]: List contents of Zip-compatible archive.
  7. » [org.adaway]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  8. » [org.adaway]: strings Print the contents of the resource table string pool in the APK.
  9. » [org.adaway]: badging Print the label and icon for the app declared in APK.
  10. » [org.adaway]: permissions Print the permissions from the APK.
  11. » [org.adaway]: resources Print the resource table from the APK.
  12. » [org.adaway]: configurations Print the configurations in the APK.
  13. » [org.adaway]: xmltree Print the compiled xmls in the given assets.
  14. » [org.adaway]: xmlstrings Print the strings of the given compiled xml assets.
  15. » [org.adaway]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  16. » [org.adaway]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  17. » [org.adaway]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  18. » [org.adaway]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  19. » [org.adaway]: [--rename-manifest-package PACKAGE] \
  20. » [org.adaway]: [--rename-instrumentation-target-package PACKAGE] \
  21. » [org.adaway]: [--utf16] [--auto-add-overlay] \
  22. » [org.adaway]: [--max-res-version VAL] \
  23. » [org.adaway]: [-I base-package [-I base-package ...]] \
  24. » [org.adaway]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  25. » [org.adaway]: [-S resource-sources [-S resource-sources ...]] \
  26. » [org.adaway]: [-F apk-file] [-J R-file-dir] \
  27. » [org.adaway]: [--product product1,product2,...] \
  28. » [org.adaway]: [-c CONFIGS] [--preferred-density DENSITY] \
  29. » [org.adaway]: [--split CONFIGS [--split CONFIGS]] \
  30. » [org.adaway]: [--feature-of package [--feature-after package]] \
  31. » [org.adaway]: [raw-files-dir [raw-files-dir] ...] \
  32. » [org.adaway]: [--output-text-symbols DIR]
  33. » [org.adaway]: Package the android resources. It will read assets and resources that are
  34. » [org.adaway]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  35. » [org.adaway]: options control which files are output.
  36. » [org.adaway]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  37. » [org.adaway]: Delete specified files from Zip-compatible archive.
  38. » [org.adaway]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  39. » [org.adaway]: Add specified files to Zip-compatible archive.
  40. » [org.adaway]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  41. » [org.adaway]: Do PNG preprocessing on one or several resource folders
  42. » [org.adaway]: and store the results in the output folder.
  43. » [org.adaway]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  44. » [org.adaway]: Do PNG preprocessing on a single file.
  45. » [org.adaway]: aapt v[ersion]
  46. » [org.adaway]: Print program version.
  47. » [org.adaway]: Modifiers:
  48. » [org.adaway]: -a print Android-specific data (resources, manifest) when listing
  49. » [org.adaway]: -c specify which configurations to include. The default is all
  50. » [org.adaway]: configurations. The value of the parameter should be a comma
  51. » [org.adaway]: separated list of configuration values. Locales should be specified
  52. » [org.adaway]: as either a language or language-region pair. Some examples:
  53. » [org.adaway]: en
  54. » [org.adaway]: port,en
  55. » [org.adaway]: port,land,en_US
  56. » [org.adaway]: -d one or more device assets to include, separated by commas
  57. » [org.adaway]: -f force overwrite of existing files
  58. » [org.adaway]: -g specify a pixel tolerance to force images to grayscale, default 0
  59. » [org.adaway]: -j specify a jar or zip file containing classes to include
  60. » [org.adaway]: -k junk path of file(s) added
  61. » [org.adaway]: -m make package directories under location specified by -J
  62. » [org.adaway]: -u update existing packages (add new, replace older, remove deleted files)
  63. » [org.adaway]: -v verbose output
  64. » [org.adaway]: -x create extending (non-application) resource IDs
  65. » [org.adaway]: -z require localization of resource attributes marked with
  66. » [org.adaway]: localization="suggested"
  67. » [org.adaway]: -A additional directory in which to find raw asset files
  68. » [org.adaway]: -G A file to output proguard options into.
  69. » [org.adaway]: -F specify the apk file to output
  70. » [org.adaway]: -I add an existing package to base include set
  71. » [org.adaway]: -J specify where to output R.java resource constant definitions
  72. » [org.adaway]: -M specify full path to AndroidManifest.xml to include in zip
  73. » [org.adaway]: -P specify where to output public resource definitions
  74. » [org.adaway]: -S directory in which to find resources. Multiple directories will be scanned
  75. » [org.adaway]: and the first match found (left to right) will take precedence.
  76. » [org.adaway]: -0 specifies an additional extension for which such files will not
  77. » [org.adaway]: be stored compressed in the .apk. An empty string means to not
  78. » [org.adaway]: compress any files at all.
  79. » [org.adaway]: --debug-mode
  80. » [org.adaway]: inserts android:debuggable="true" in to the application node of the
  81. » [org.adaway]: manifest, making the application debuggable even on production devices.
  82. » [org.adaway]: --include-meta-data
  83. » [org.adaway]: when used with "dump badging" also includes meta-data tags.
  84. » [org.adaway]: --pseudo-localize
  85. » [org.adaway]: generate resources for pseudo-locales (en-XA and ar-XB).
  86. » [org.adaway]: --min-sdk-version
  87. » [org.adaway]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  88. » [org.adaway]: higher, the default encoding for resources will be in UTF-8.
  89. » [org.adaway]: --target-sdk-version
  90. » [org.adaway]: inserts android:targetSdkVersion in to manifest.
  91. » [org.adaway]: --max-res-version
  92. » [org.adaway]: ignores versioned resource directories above the given value.
  93. » [org.adaway]: --values
  94. » [org.adaway]: when used with "dump resources" also includes resource values.
  95. » [org.adaway]: --version-code
  96. » [org.adaway]: inserts android:versionCode in to manifest.
  97. » [org.adaway]: --version-name
  98. » [org.adaway]: inserts android:versionName in to manifest.
  99. » [org.adaway]: --replace-version
  100. » [org.adaway]: If --version-code and/or --version-name are specified, these
  101. » [org.adaway]: values will replace any value already in the manifest. By
  102. » [org.adaway]: default, nothing is changed if the manifest already defines
  103. » [org.adaway]: these attributes.
  104. » [org.adaway]: --custom-package
  105. » [org.adaway]: generates R.java into a different package.
  106. » [org.adaway]: --extra-packages
  107. » [org.adaway]: generate R.java for libraries. Separate libraries with ':'.
  108. » [org.adaway]: --generate-dependencies
  109. » [org.adaway]: generate dependency files in the same directories for R.java and resource package
  110. » [org.adaway]: --auto-add-overlay
  111. » [org.adaway]: Automatically add resources that are only in overlays.
  112. » [org.adaway]: --preferred-density
  113. » [org.adaway]: Specifies a preference for a particular density. Resources that do not
  114. » [org.adaway]: match this density and have variants that are a closer match are removed.
  115. » [org.adaway]: --split
  116. » [org.adaway]: Builds a separate split APK for the configurations listed. This can
  117. » [org.adaway]: be loaded alongside the base APK at runtime.
  118. » [org.adaway]: --feature-of
  119. » [org.adaway]: Builds a split APK that is a feature of the apk specified here. Resources
  120. » [org.adaway]: in the base APK can be referenced from the the feature APK.
  121. » [org.adaway]: --feature-after
  122. » [org.adaway]: An app can have multiple Feature Split APKs which must be totally ordered.
  123. » [org.adaway]: If --feature-of is specified, this flag specifies which Feature Split APK
  124. » [org.adaway]: comes before this one. The first Feature Split APK should not define
  125. » [org.adaway]: anything here.
  126. » [org.adaway]: --rename-manifest-package
  127. » [org.adaway]: Rewrite the manifest so that its package name is the package name
  128. » [org.adaway]: given here. Relative class names (for example .Foo) will be
  129. » [org.adaway]: changed to absolute names with the old package so that the code
  130. » [org.adaway]: does not need to change.
  131. » [org.adaway]: --rename-instrumentation-target-package
  132. » [org.adaway]: Rewrite the manifest so that all of its instrumentation
  133. » [org.adaway]: components target the given package. Useful when used in
  134. » [org.adaway]: conjunction with --rename-manifest-package to fix tests against
  135. » [org.adaway]: a package that has been renamed.
  136. » [org.adaway]: --product
  137. » [org.adaway]: Specifies which variant to choose for strings that have
  138. » [org.adaway]: product variants
  139. » [org.adaway]: --utf16
  140. » [org.adaway]: changes default encoding for resources to UTF-16. Only useful when API
  141. » [org.adaway]: level is set to 7 or higher where the default encoding is UTF-8.
  142. » [org.adaway]: --non-constant-id
  143. » [org.adaway]: Make the resources ID non constant. This is required to make an R java class
  144. » [org.adaway]: that does not contain the final value but is used to make reusable compiled
  145. » [org.adaway]: libraries that need to access resources.
  146. » [org.adaway]: --shared-lib
  147. » [org.adaway]: Make a shared library resource package that can be loaded by an application
  148. » [org.adaway]: at runtime to access the libraries resources. Implies --non-constant-id.
  149. » [org.adaway]: --error-on-failed-insert
  150. » [org.adaway]: Forces aapt to return an error if it fails to insert values into the manifest
  151. » [org.adaway]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  152. » [org.adaway]: and --version-name.
  153. » [org.adaway]: Insertion typically fails if the manifest already defines the attribute.
  154. » [org.adaway]: --error-on-missing-config-entry
  155. » [org.adaway]: Forces aapt to return an error if it fails to find an entry for a configuration.
  156. » [org.adaway]: --output-text-symbols
  157. » [org.adaway]: Generates a text file containing the resource symbols of the R class in the
  158. » [org.adaway]: specified folder.
  159. » [org.adaway]: --ignore-assets
  160. » [org.adaway]: Assets to be ignored. Default pattern is:
  161. » [org.adaway]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  162. » [org.adaway]: --skip-symbols-without-default-localization
  163. » [org.adaway]: Prevents symbols from being generated for strings that do not have a default
  164. » [org.adaway]: localization
  165. » [org.adaway]: --no-version-vectors
  166. » [org.adaway]: Do not automatically generate versioned copies of vector XML resources.
  167. » [org.adaway]: Installation of "org.adaway" has failed.
  168. » [android]: ERROR: Unknown option '--app-as-shared-lib'
  169. » [android]: Android Asset Packaging Tool
  170. » [android]: Usage:
  171. » [android]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  172. » [android]: List contents of Zip-compatible archive.
  173. » [android]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  174. » [android]: strings Print the contents of the resource table string pool in the APK.
  175. » [android]: badging Print the label and icon for the app declared in APK.
  176. » [android]: permissions Print the permissions from the APK.
  177. » [android]: resources Print the resource table from the APK.
  178. » [android]: configurations Print the configurations in the APK.
  179. » [android]: xmltree Print the compiled xmls in the given assets.
  180. » [android]: xmlstrings Print the strings of the given compiled xml assets.
  181. » [android]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  182. » [android]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  183. » [android]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  184. » [android]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  185. » [android]: [--rename-manifest-package PACKAGE] \
  186. » [android]: [--rename-instrumentation-target-package PACKAGE] \
  187. » [android]: [--utf16] [--auto-add-overlay] \
  188. » [android]: [--max-res-version VAL] \
  189. » [android]: [-I base-package [-I base-package ...]] \
  190. » [android]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  191. » [android]: [-S resource-sources [-S resource-sources ...]] \
  192. » [android]: [-F apk-file] [-J R-file-dir] \
  193. » [android]: [--product product1,product2,...] \
  194. » [android]: [-c CONFIGS] [--preferred-density DENSITY] \
  195. » [android]: [--split CONFIGS [--split CONFIGS]] \
  196. » [android]: [--feature-of package [--feature-after package]] \
  197. » [android]: [raw-files-dir [raw-files-dir] ...] \
  198. » [android]: [--output-text-symbols DIR]
  199. » [android]: Package the android resources. It will read assets and resources that are
  200. » [android]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  201. » [android]: options control which files are output.
  202. » [android]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  203. » [android]: Delete specified files from Zip-compatible archive.
  204. » [android]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  205. » [android]: Add specified files to Zip-compatible archive.
  206. » [android]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  207. » [android]: Do PNG preprocessing on one or several resource folders
  208. » [android]: and store the results in the output folder.
  209. » [android]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  210. » [android]: Do PNG preprocessing on a single file.
  211. » [android]: aapt v[ersion]
  212. » [android]: Print program version.
  213. » [android]: Modifiers:
  214. » [android]: -a print Android-specific data (resources, manifest) when listing
  215. » [android]: -c specify which configurations to include. The default is all
  216. » [android]: configurations. The value of the parameter should be a comma
  217. » [android]: separated list of configuration values. Locales should be specified
  218. » [android]: as either a language or language-region pair. Some examples:
  219. » [android]: en
  220. » [android]: port,en
  221. » [android]: port,land,en_US
  222. » [android]: -d one or more device assets to include, separated by commas
  223. » [android]: -f force overwrite of existing files
  224. » [android]: -g specify a pixel tolerance to force images to grayscale, default 0
  225. » [android]: -j specify a jar or zip file containing classes to include
  226. » [android]: -k junk path of file(s) added
  227. » [android]: -m make package directories under location specified by -J
  228. » [android]: -u update existing packages (add new, replace older, remove deleted files)
  229. » [android]: -v verbose output
  230. » [android]: -x create extending (non-application) resource IDs
  231. » [android]: -z require localization of resource attributes marked with
  232. » [android]: localization="suggested"
  233. » [android]: -A additional directory in which to find raw asset files
  234. » [android]: -G A file to output proguard options into.
  235. » [android]: -F specify the apk file to output
  236. » [android]: -I add an existing package to base include set
  237. » [android]: -J specify where to output R.java resource constant definitions
  238. » [android]: -M specify full path to AndroidManifest.xml to include in zip
  239. » [android]: -P specify where to output public resource definitions
  240. » [android]: -S directory in which to find resources. Multiple directories will be scanned
  241. » [android]: and the first match found (left to right) will take precedence.
  242. » [android]: -0 specifies an additional extension for which such files will not
  243. » [android]: be stored compressed in the .apk. An empty string means to not
  244. » [android]: compress any files at all.
  245. » [android]: --debug-mode
  246. » [android]: inserts android:debuggable="true" in to the application node of the
  247. » [android]: manifest, making the application debuggable even on production devices.
  248. » [android]: --include-meta-data
  249. » [android]: when used with "dump badging" also includes meta-data tags.
  250. » [android]: --pseudo-localize
  251. » [android]: generate resources for pseudo-locales (en-XA and ar-XB).
  252. » [android]: --min-sdk-version
  253. » [android]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  254. » [android]: higher, the default encoding for resources will be in UTF-8.
  255. » [android]: --target-sdk-version
  256. » [android]: inserts android:targetSdkVersion in to manifest.
  257. » [android]: --max-res-version
  258. » [android]: ignores versioned resource directories above the given value.
  259. » [android]: --values
  260. » [android]: when used with "dump resources" also includes resource values.
  261. » [android]: --version-code
  262. » [android]: inserts android:versionCode in to manifest.
  263. » [android]: --version-name
  264. » [android]: inserts android:versionName in to manifest.
  265. » [android]: --replace-version
  266. » [android]: If --version-code and/or --version-name are specified, these
  267. » [android]: values will replace any value already in the manifest. By
  268. » [android]: default, nothing is changed if the manifest already defines
  269. » [android]: these attributes.
  270. » [android]: --custom-package
  271. » [android]: generates R.java into a different package.
  272. » [android]: --extra-packages
  273. » [android]: generate R.java for libraries. Separate libraries with ':'.
  274. » [android]: --generate-dependencies
  275. » [android]: generate dependency files in the same directories for R.java and resource package
  276. » [android]: --auto-add-overlay
  277. » [android]: Automatically add resources that are only in overlays.
  278. » [android]: --preferred-density
  279. » [android]: Specifies a preference for a particular density. Resources that do not
  280. » [android]: match this density and have variants that are a closer match are removed.
  281. » [android]: --split
  282. » [android]: Builds a separate split APK for the configurations listed. This can
  283. » [android]: be loaded alongside the base APK at runtime.
  284. » [android]: --feature-of
  285. » [android]: Builds a split APK that is a feature of the apk specified here. Resources
  286. » [android]: in the base APK can be referenced from the the feature APK.
  287. » [android]: --feature-after
  288. » [android]: An app can have multiple Feature Split APKs which must be totally ordered.
  289. » [android]: If --feature-of is specified, this flag specifies which Feature Split APK
  290. » [android]: comes before this one. The first Feature Split APK should not define
  291. » [android]: anything here.
  292. » [android]: --rename-manifest-package
  293. » [android]: Rewrite the manifest so that its package name is the package name
  294. » [android]: given here. Relative class names (for example .Foo) will be
  295. » [android]: changed to absolute names with the old package so that the code
  296. » [android]: does not need to change.
  297. » [android]: --rename-instrumentation-target-package
  298. » [android]: Rewrite the manifest so that all of its instrumentation
  299. » [android]: components target the given package. Useful when used in
  300. » [android]: conjunction with --rename-manifest-package to fix tests against
  301. » [android]: a package that has been renamed.
  302. » [android]: --product
  303. » [android]: Specifies which variant to choose for strings that have
  304. » [android]: product variants
  305. » [android]: --utf16
  306. » [android]: changes default encoding for resources to UTF-16. Only useful when API
  307. » [android]: level is set to 7 or higher where the default encoding is UTF-8.
  308. » [android]: --non-constant-id
  309. » [android]: Make the resources ID non constant. This is required to make an R java class
  310. » [android]: that does not contain the final value but is used to make reusable compiled
  311. » [android]: libraries that need to access resources.
  312. » [android]: --shared-lib
  313. » [android]: Make a shared library resource package that can be loaded by an application
  314. » [android]: at runtime to access the libraries resources. Implies --non-constant-id.
  315. » [android]: --error-on-failed-insert
  316. » [android]: Forces aapt to return an error if it fails to insert values into the manifest
  317. » [android]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  318. » [android]: and --version-name.
  319. » [android]: Insertion typically fails if the manifest already defines the attribute.
  320. » [android]: --error-on-missing-config-entry
  321. » [android]: Forces aapt to return an error if it fails to find an entry for a configuration.
  322. » [android]: --output-text-symbols
  323. » [android]: Generates a text file containing the resource symbols of the R class in the
  324. » [android]: specified folder.
  325. » [android]: --ignore-assets
  326. » [android]: Assets to be ignored. Default pattern is:
  327. » [android]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  328. » [android]: --skip-symbols-without-default-localization
  329. » [android]: Prevents symbols from being generated for strings that do not have a default
  330. » [android]: localization
  331. » [android]: --no-version-vectors
  332. » [android]: Do not automatically generate versioned copies of vector XML resources.
  333. » [android]: Installation of "android" has failed.
  334. » [com.android.inputmethod.latin]: ERROR: Unknown option '--app-as-shared-lib'
  335. » [com.android.inputmethod.latin]: Android Asset Packaging Tool
  336. » [com.android.inputmethod.latin]: Usage:
  337. » [com.android.inputmethod.latin]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  338. » [com.android.inputmethod.latin]: List contents of Zip-compatible archive.
  339. » [com.android.inputmethod.latin]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  340. » [com.android.inputmethod.latin]: strings Print the contents of the resource table string pool in the APK.
  341. » [com.android.inputmethod.latin]: badging Print the label and icon for the app declared in APK.
  342. » [com.android.inputmethod.latin]: permissions Print the permissions from the APK.
  343. » [com.android.inputmethod.latin]: resources Print the resource table from the APK.
  344. » [com.android.inputmethod.latin]: configurations Print the configurations in the APK.
  345. » [com.android.inputmethod.latin]: xmltree Print the compiled xmls in the given assets.
  346. » [com.android.inputmethod.latin]: xmlstrings Print the strings of the given compiled xml assets.
  347. » [com.android.inputmethod.latin]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  348. » [com.android.inputmethod.latin]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  349. » [com.android.inputmethod.latin]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  350. » [com.android.inputmethod.latin]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  351. » [com.android.inputmethod.latin]: [--rename-manifest-package PACKAGE] \
  352. » [com.android.inputmethod.latin]: [--rename-instrumentation-target-package PACKAGE] \
  353. » [com.android.inputmethod.latin]: [--utf16] [--auto-add-overlay] \
  354. » [com.android.inputmethod.latin]: [--max-res-version VAL] \
  355. » [com.android.inputmethod.latin]: [-I base-package [-I base-package ...]] \
  356. » [com.android.inputmethod.latin]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  357. » [com.android.inputmethod.latin]: [-S resource-sources [-S resource-sources ...]] \
  358. » [com.android.inputmethod.latin]: [-F apk-file] [-J R-file-dir] \
  359. » [com.android.inputmethod.latin]: [--product product1,product2,...] \
  360. » [com.android.inputmethod.latin]: [-c CONFIGS] [--preferred-density DENSITY] \
  361. » [com.android.inputmethod.latin]: [--split CONFIGS [--split CONFIGS]] \
  362. » [com.android.inputmethod.latin]: [--feature-of package [--feature-after package]] \
  363. » [com.android.inputmethod.latin]: [raw-files-dir [raw-files-dir] ...] \
  364. » [com.android.inputmethod.latin]: [--output-text-symbols DIR]
  365. » [com.android.inputmethod.latin]: Package the android resources. It will read assets and resources that are
  366. » [com.android.inputmethod.latin]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  367. » [com.android.inputmethod.latin]: options control which files are output.
  368. » [com.android.inputmethod.latin]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  369. » [com.android.inputmethod.latin]: Delete specified files from Zip-compatible archive.
  370. » [com.android.inputmethod.latin]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  371. » [com.android.inputmethod.latin]: Add specified files to Zip-compatible archive.
  372. » [com.android.inputmethod.latin]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  373. » [com.android.inputmethod.latin]: Do PNG preprocessing on one or several resource folders
  374. » [com.android.inputmethod.latin]: and store the results in the output folder.
  375. » [com.android.inputmethod.latin]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  376. » [com.android.inputmethod.latin]: Do PNG preprocessing on a single file.
  377. » [com.android.inputmethod.latin]: aapt v[ersion]
  378. » [com.android.inputmethod.latin]: Print program version.
  379. » [com.android.inputmethod.latin]: Modifiers:
  380. » [com.android.inputmethod.latin]: -a print Android-specific data (resources, manifest) when listing
  381. » [com.android.inputmethod.latin]: -c specify which configurations to include. The default is all
  382. » [com.android.inputmethod.latin]: configurations. The value of the parameter should be a comma
  383. » [com.android.inputmethod.latin]: separated list of configuration values. Locales should be specified
  384. » [com.android.inputmethod.latin]: as either a language or language-region pair. Some examples:
  385. » [com.android.inputmethod.latin]: en
  386. » [com.android.inputmethod.latin]: port,en
  387. » [com.android.inputmethod.latin]: port,land,en_US
  388. » [com.android.inputmethod.latin]: -d one or more device assets to include, separated by commas
  389. » [com.android.inputmethod.latin]: -f force overwrite of existing files
  390. » [com.android.inputmethod.latin]: -g specify a pixel tolerance to force images to grayscale, default 0
  391. » [com.android.inputmethod.latin]: -j specify a jar or zip file containing classes to include
  392. » [com.android.inputmethod.latin]: -k junk path of file(s) added
  393. » [com.android.inputmethod.latin]: -m make package directories under location specified by -J
  394. » [com.android.inputmethod.latin]: -u update existing packages (add new, replace older, remove deleted files)
  395. » [com.android.inputmethod.latin]: -v verbose output
  396. » [com.android.inputmethod.latin]: -x create extending (non-application) resource IDs
  397. » [com.android.inputmethod.latin]: -z require localization of resource attributes marked with
  398. » [com.android.inputmethod.latin]: localization="suggested"
  399. » [com.android.inputmethod.latin]: -A additional directory in which to find raw asset files
  400. » [com.android.inputmethod.latin]: -G A file to output proguard options into.
  401. » [com.android.inputmethod.latin]: -F specify the apk file to output
  402. » [com.android.inputmethod.latin]: -I add an existing package to base include set
  403. » [com.android.inputmethod.latin]: -J specify where to output R.java resource constant definitions
  404. » [com.android.inputmethod.latin]: -M specify full path to AndroidManifest.xml to include in zip
  405. » [com.android.inputmethod.latin]: -P specify where to output public resource definitions
  406. » [com.android.inputmethod.latin]: -S directory in which to find resources. Multiple directories will be scanned
  407. » [com.android.inputmethod.latin]: and the first match found (left to right) will take precedence.
  408. » [com.android.inputmethod.latin]: -0 specifies an additional extension for which such files will not
  409. » [com.android.inputmethod.latin]: be stored compressed in the .apk. An empty string means to not
  410. » [com.android.inputmethod.latin]: compress any files at all.
  411. » [com.android.inputmethod.latin]: --debug-mode
  412. » [com.android.inputmethod.latin]: inserts android:debuggable="true" in to the application node of the
  413. » [com.android.inputmethod.latin]: manifest, making the application debuggable even on production devices.
  414. » [com.android.inputmethod.latin]: --include-meta-data
  415. » [com.android.inputmethod.latin]: when used with "dump badging" also includes meta-data tags.
  416. » [com.android.inputmethod.latin]: --pseudo-localize
  417. » [com.android.inputmethod.latin]: generate resources for pseudo-locales (en-XA and ar-XB).
  418. » [com.android.inputmethod.latin]: --min-sdk-version
  419. » [com.android.inputmethod.latin]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  420. » [com.android.inputmethod.latin]: higher, the default encoding for resources will be in UTF-8.
  421. » [com.android.inputmethod.latin]: --target-sdk-version
  422. » [com.android.inputmethod.latin]: inserts android:targetSdkVersion in to manifest.
  423. » [com.android.inputmethod.latin]: --max-res-version
  424. » [com.android.inputmethod.latin]: ignores versioned resource directories above the given value.
  425. » [com.android.inputmethod.latin]: --values
  426. » [com.android.inputmethod.latin]: when used with "dump resources" also includes resource values.
  427. » [com.android.inputmethod.latin]: --version-code
  428. » [com.android.inputmethod.latin]: inserts android:versionCode in to manifest.
  429. » [com.android.inputmethod.latin]: --version-name
  430. » [com.android.inputmethod.latin]: inserts android:versionName in to manifest.
  431. » [com.android.inputmethod.latin]: --replace-version
  432. » [com.android.inputmethod.latin]: If --version-code and/or --version-name are specified, these
  433. » [com.android.inputmethod.latin]: values will replace any value already in the manifest. By
  434. » [com.android.inputmethod.latin]: default, nothing is changed if the manifest already defines
  435. » [com.android.inputmethod.latin]: these attributes.
  436. » [com.android.inputmethod.latin]: --custom-package
  437. » [com.android.inputmethod.latin]: generates R.java into a different package.
  438. » [com.android.inputmethod.latin]: --extra-packages
  439. » [com.android.inputmethod.latin]: generate R.java for libraries. Separate libraries with ':'.
  440. » [com.android.inputmethod.latin]: --generate-dependencies
  441. » [com.android.inputmethod.latin]: generate dependency files in the same directories for R.java and resource package
  442. » [com.android.inputmethod.latin]: --auto-add-overlay
  443. » [com.android.inputmethod.latin]: Automatically add resources that are only in overlays.
  444. » [com.android.inputmethod.latin]: --preferred-density
  445. » [com.android.inputmethod.latin]: Specifies a preference for a particular density. Resources that do not
  446. » [com.android.inputmethod.latin]: match this density and have variants that are a closer match are removed.
  447. » [com.android.inputmethod.latin]: --split
  448. » [com.android.inputmethod.latin]: Builds a separate split APK for the configurations listed. This can
  449. » [com.android.inputmethod.latin]: be loaded alongside the base APK at runtime.
  450. » [com.android.inputmethod.latin]: --feature-of
  451. » [com.android.inputmethod.latin]: Builds a split APK that is a feature of the apk specified here. Resources
  452. » [com.android.inputmethod.latin]: in the base APK can be referenced from the the feature APK.
  453. » [com.android.inputmethod.latin]: --feature-after
  454. » [com.android.inputmethod.latin]: An app can have multiple Feature Split APKs which must be totally ordered.
  455. » [com.android.inputmethod.latin]: If --feature-of is specified, this flag specifies which Feature Split APK
  456. » [com.android.inputmethod.latin]: comes before this one. The first Feature Split APK should not define
  457. » [com.android.inputmethod.latin]: anything here.
  458. » [com.android.inputmethod.latin]: --rename-manifest-package
  459. » [com.android.inputmethod.latin]: Rewrite the manifest so that its package name is the package name
  460. » [com.android.inputmethod.latin]: given here. Relative class names (for example .Foo) will be
  461. » [com.android.inputmethod.latin]: changed to absolute names with the old package so that the code
  462. » [com.android.inputmethod.latin]: does not need to change.
  463. » [com.android.inputmethod.latin]: --rename-instrumentation-target-package
  464. » [com.android.inputmethod.latin]: Rewrite the manifest so that all of its instrumentation
  465. » [com.android.inputmethod.latin]: components target the given package. Useful when used in
  466. » [com.android.inputmethod.latin]: conjunction with --rename-manifest-package to fix tests against
  467. » [com.android.inputmethod.latin]: a package that has been renamed.
  468. » [com.android.inputmethod.latin]: --product
  469. » [com.android.inputmethod.latin]: Specifies which variant to choose for strings that have
  470. » [com.android.inputmethod.latin]: product variants
  471. » [com.android.inputmethod.latin]: --utf16
  472. » [com.android.inputmethod.latin]: changes default encoding for resources to UTF-16. Only useful when API
  473. » [com.android.inputmethod.latin]: level is set to 7 or higher where the default encoding is UTF-8.
  474. » [com.android.inputmethod.latin]: --non-constant-id
  475. » [com.android.inputmethod.latin]: Make the resources ID non constant. This is required to make an R java class
  476. » [com.android.inputmethod.latin]: that does not contain the final value but is used to make reusable compiled
  477. » [com.android.inputmethod.latin]: libraries that need to access resources.
  478. » [com.android.inputmethod.latin]: --shared-lib
  479. » [com.android.inputmethod.latin]: Make a shared library resource package that can be loaded by an application
  480. » [com.android.inputmethod.latin]: at runtime to access the libraries resources. Implies --non-constant-id.
  481. » [com.android.inputmethod.latin]: --error-on-failed-insert
  482. » [com.android.inputmethod.latin]: Forces aapt to return an error if it fails to insert values into the manifest
  483. » [com.android.inputmethod.latin]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  484. » [com.android.inputmethod.latin]: and --version-name.
  485. » [com.android.inputmethod.latin]: Insertion typically fails if the manifest already defines the attribute.
  486. » [com.android.inputmethod.latin]: --error-on-missing-config-entry
  487. » [com.android.inputmethod.latin]: Forces aapt to return an error if it fails to find an entry for a configuration.
  488. » [com.android.inputmethod.latin]: --output-text-symbols
  489. » [com.android.inputmethod.latin]: Generates a text file containing the resource symbols of the R class in the
  490. » [com.android.inputmethod.latin]: specified folder.
  491. » [com.android.inputmethod.latin]: --ignore-assets
  492. » [com.android.inputmethod.latin]: Assets to be ignored. Default pattern is:
  493. » [com.android.inputmethod.latin]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  494. » [com.android.inputmethod.latin]: --skip-symbols-without-default-localization
  495. » [com.android.inputmethod.latin]: Prevents symbols from being generated for strings that do not have a default
  496. » [com.android.inputmethod.latin]: localization
  497. » [com.android.inputmethod.latin]: --no-version-vectors
  498. » [com.android.inputmethod.latin]: Do not automatically generate versioned copies of vector XML resources.
  499. » [com.android.inputmethod.latin]: Installation of "com.android.inputmethod.latin" has failed.
  500. » [com.android.server.telecom]: ERROR: Unknown option '--app-as-shared-lib'
  501. » [com.android.server.telecom]: Android Asset Packaging Tool
  502. » [com.android.server.telecom]: Usage:
  503. » [com.android.server.telecom]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  504. » [com.android.server.telecom]: List contents of Zip-compatible archive.
  505. » [com.android.server.telecom]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  506. » [com.android.server.telecom]: strings Print the contents of the resource table string pool in the APK.
  507. » [com.android.server.telecom]: badging Print the label and icon for the app declared in APK.
  508. » [com.android.server.telecom]: permissions Print the permissions from the APK.
  509. » [com.android.server.telecom]: resources Print the resource table from the APK.
  510. » [com.android.server.telecom]: configurations Print the configurations in the APK.
  511. » [com.android.server.telecom]: xmltree Print the compiled xmls in the given assets.
  512. » [com.android.server.telecom]: xmlstrings Print the strings of the given compiled xml assets.
  513. » [com.android.server.telecom]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  514. » [com.android.server.telecom]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  515. » [com.android.server.telecom]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  516. » [com.android.server.telecom]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  517. » [com.android.server.telecom]: [--rename-manifest-package PACKAGE] \
  518. » [com.android.server.telecom]: [--rename-instrumentation-target-package PACKAGE] \
  519. » [com.android.server.telecom]: [--utf16] [--auto-add-overlay] \
  520. » [com.android.server.telecom]: [--max-res-version VAL] \
  521. » [com.android.server.telecom]: [-I base-package [-I base-package ...]] \
  522. » [com.android.server.telecom]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  523. » [com.android.server.telecom]: [-S resource-sources [-S resource-sources ...]] \
  524. » [com.android.server.telecom]: [-F apk-file] [-J R-file-dir] \
  525. » [com.android.server.telecom]: [--product product1,product2,...] \
  526. » [com.android.server.telecom]: [-c CONFIGS] [--preferred-density DENSITY] \
  527. » [com.android.server.telecom]: [--split CONFIGS [--split CONFIGS]] \
  528. » [com.android.server.telecom]: [--feature-of package [--feature-after package]] \
  529. » [com.android.server.telecom]: [raw-files-dir [raw-files-dir] ...] \
  530. » [com.android.server.telecom]: [--output-text-symbols DIR]
  531. » [com.android.server.telecom]: Package the android resources. It will read assets and resources that are
  532. » [com.android.server.telecom]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  533. » [com.android.server.telecom]: options control which files are output.
  534. » [com.android.server.telecom]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  535. » [com.android.server.telecom]: Delete specified files from Zip-compatible archive.
  536. » [com.android.server.telecom]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  537. » [com.android.server.telecom]: Add specified files to Zip-compatible archive.
  538. » [com.android.server.telecom]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  539. » [com.android.server.telecom]: Do PNG preprocessing on one or several resource folders
  540. » [com.android.server.telecom]: and store the results in the output folder.
  541. » [com.android.server.telecom]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  542. » [com.android.server.telecom]: Do PNG preprocessing on a single file.
  543. » [com.android.server.telecom]: aapt v[ersion]
  544. » [com.android.server.telecom]: Print program version.
  545. » [com.android.server.telecom]: Modifiers:
  546. » [com.android.server.telecom]: -a print Android-specific data (resources, manifest) when listing
  547. » [com.android.server.telecom]: -c specify which configurations to include. The default is all
  548. » [com.android.server.telecom]: configurations. The value of the parameter should be a comma
  549. » [com.android.server.telecom]: separated list of configuration values. Locales should be specified
  550. » [com.android.server.telecom]: as either a language or language-region pair. Some examples:
  551. » [com.android.server.telecom]: en
  552. » [com.android.server.telecom]: port,en
  553. » [com.android.server.telecom]: port,land,en_US
  554. » [com.android.server.telecom]: -d one or more device assets to include, separated by commas
  555. » [com.android.server.telecom]: -f force overwrite of existing files
  556. » [com.android.server.telecom]: -g specify a pixel tolerance to force images to grayscale, default 0
  557. » [com.android.server.telecom]: -j specify a jar or zip file containing classes to include
  558. » [com.android.server.telecom]: -k junk path of file(s) added
  559. » [com.android.server.telecom]: -m make package directories under location specified by -J
  560. » [com.android.server.telecom]: -u update existing packages (add new, replace older, remove deleted files)
  561. » [com.android.server.telecom]: -v verbose output
  562. » [com.android.server.telecom]: -x create extending (non-application) resource IDs
  563. » [com.android.server.telecom]: -z require localization of resource attributes marked with
  564. » [com.android.server.telecom]: localization="suggested"
  565. » [com.android.server.telecom]: -A additional directory in which to find raw asset files
  566. » [com.android.server.telecom]: -G A file to output proguard options into.
  567. » [com.android.server.telecom]: -F specify the apk file to output
  568. » [com.android.server.telecom]: -I add an existing package to base include set
  569. » [com.android.server.telecom]: -J specify where to output R.java resource constant definitions
  570. » [com.android.server.telecom]: -M specify full path to AndroidManifest.xml to include in zip
  571. » [com.android.server.telecom]: -P specify where to output public resource definitions
  572. » [com.android.server.telecom]: -S directory in which to find resources. Multiple directories will be scanned
  573. » [com.android.server.telecom]: and the first match found (left to right) will take precedence.
  574. » [com.android.server.telecom]: -0 specifies an additional extension for which such files will not
  575. » [com.android.server.telecom]: be stored compressed in the .apk. An empty string means to not
  576. » [com.android.server.telecom]: compress any files at all.
  577. » [com.android.server.telecom]: --debug-mode
  578. » [com.android.server.telecom]: inserts android:debuggable="true" in to the application node of the
  579. » [com.android.server.telecom]: manifest, making the application debuggable even on production devices.
  580. » [com.android.server.telecom]: --include-meta-data
  581. » [com.android.server.telecom]: when used with "dump badging" also includes meta-data tags.
  582. » [com.android.server.telecom]: --pseudo-localize
  583. » [com.android.server.telecom]: generate resources for pseudo-locales (en-XA and ar-XB).
  584. » [com.android.server.telecom]: --min-sdk-version
  585. » [com.android.server.telecom]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  586. » [com.android.server.telecom]: higher, the default encoding for resources will be in UTF-8.
  587. » [com.android.server.telecom]: --target-sdk-version
  588. » [com.android.server.telecom]: inserts android:targetSdkVersion in to manifest.
  589. » [com.android.server.telecom]: --max-res-version
  590. » [com.android.server.telecom]: ignores versioned resource directories above the given value.
  591. » [com.android.server.telecom]: --values
  592. » [com.android.server.telecom]: when used with "dump resources" also includes resource values.
  593. » [com.android.server.telecom]: --version-code
  594. » [com.android.server.telecom]: inserts android:versionCode in to manifest.
  595. » [com.android.server.telecom]: --version-name
  596. » [com.android.server.telecom]: inserts android:versionName in to manifest.
  597. » [com.android.server.telecom]: --replace-version
  598. » [com.android.server.telecom]: If --version-code and/or --version-name are specified, these
  599. » [com.android.server.telecom]: values will replace any value already in the manifest. By
  600. » [com.android.server.telecom]: default, nothing is changed if the manifest already defines
  601. » [com.android.server.telecom]: these attributes.
  602. » [com.android.server.telecom]: --custom-package
  603. » [com.android.server.telecom]: generates R.java into a different package.
  604. » [com.android.server.telecom]: --extra-packages
  605. » [com.android.server.telecom]: generate R.java for libraries. Separate libraries with ':'.
  606. » [com.android.server.telecom]: --generate-dependencies
  607. » [com.android.server.telecom]: generate dependency files in the same directories for R.java and resource package
  608. » [com.android.server.telecom]: --auto-add-overlay
  609. » [com.android.server.telecom]: Automatically add resources that are only in overlays.
  610. » [com.android.server.telecom]: --preferred-density
  611. » [com.android.server.telecom]: Specifies a preference for a particular density. Resources that do not
  612. » [com.android.server.telecom]: match this density and have variants that are a closer match are removed.
  613. » [com.android.server.telecom]: --split
  614. » [com.android.server.telecom]: Builds a separate split APK for the configurations listed. This can
  615. » [com.android.server.telecom]: be loaded alongside the base APK at runtime.
  616. » [com.android.server.telecom]: --feature-of
  617. » [com.android.server.telecom]: Builds a split APK that is a feature of the apk specified here. Resources
  618. » [com.android.server.telecom]: in the base APK can be referenced from the the feature APK.
  619. » [com.android.server.telecom]: --feature-after
  620. » [com.android.server.telecom]: An app can have multiple Feature Split APKs which must be totally ordered.
  621. » [com.android.server.telecom]: If --feature-of is specified, this flag specifies which Feature Split APK
  622. » [com.android.server.telecom]: comes before this one. The first Feature Split APK should not define
  623. » [com.android.server.telecom]: anything here.
  624. » [com.android.server.telecom]: --rename-manifest-package
  625. » [com.android.server.telecom]: Rewrite the manifest so that its package name is the package name
  626. » [com.android.server.telecom]: given here. Relative class names (for example .Foo) will be
  627. » [com.android.server.telecom]: changed to absolute names with the old package so that the code
  628. » [com.android.server.telecom]: does not need to change.
  629. » [com.android.server.telecom]: --rename-instrumentation-target-package
  630. » [com.android.server.telecom]: Rewrite the manifest so that all of its instrumentation
  631. » [com.android.server.telecom]: components target the given package. Useful when used in
  632. » [com.android.server.telecom]: conjunction with --rename-manifest-package to fix tests against
  633. » [com.android.server.telecom]: a package that has been renamed.
  634. » [com.android.server.telecom]: --product
  635. » [com.android.server.telecom]: Specifies which variant to choose for strings that have
  636. » [com.android.server.telecom]: product variants
  637. » [com.android.server.telecom]: --utf16
  638. » [com.android.server.telecom]: changes default encoding for resources to UTF-16. Only useful when API
  639. » [com.android.server.telecom]: level is set to 7 or higher where the default encoding is UTF-8.
  640. » [com.android.server.telecom]: --non-constant-id
  641. » [com.android.server.telecom]: Make the resources ID non constant. This is required to make an R java class
  642. » [com.android.server.telecom]: that does not contain the final value but is used to make reusable compiled
  643. » [com.android.server.telecom]: libraries that need to access resources.
  644. » [com.android.server.telecom]: --shared-lib
  645. » [com.android.server.telecom]: Make a shared library resource package that can be loaded by an application
  646. » [com.android.server.telecom]: at runtime to access the libraries resources. Implies --non-constant-id.
  647. » [com.android.server.telecom]: --error-on-failed-insert
  648. » [com.android.server.telecom]: Forces aapt to return an error if it fails to insert values into the manifest
  649. » [com.android.server.telecom]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  650. » [com.android.server.telecom]: and --version-name.
  651. » [com.android.server.telecom]: Insertion typically fails if the manifest already defines the attribute.
  652. » [com.android.server.telecom]: --error-on-missing-config-entry
  653. » [com.android.server.telecom]: Forces aapt to return an error if it fails to find an entry for a configuration.
  654. » [com.android.server.telecom]: --output-text-symbols
  655. » [com.android.server.telecom]: Generates a text file containing the resource symbols of the R class in the
  656. » [com.android.server.telecom]: specified folder.
  657. » [com.android.server.telecom]: --ignore-assets
  658. » [com.android.server.telecom]: Assets to be ignored. Default pattern is:
  659. » [com.android.server.telecom]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  660. » [com.android.server.telecom]: --skip-symbols-without-default-localization
  661. » [com.android.server.telecom]: Prevents symbols from being generated for strings that do not have a default
  662. » [com.android.server.telecom]: localization
  663. » [com.android.server.telecom]: --no-version-vectors
  664. » [com.android.server.telecom]: Do not automatically generate versioned copies of vector XML resources.
  665. » [com.android.server.telecom]: Installation of "com.android.server.telecom" has failed.
  666. » [com.android.bluetooth]: ERROR: Unknown option '--app-as-shared-lib'
  667. » [com.android.bluetooth]: Android Asset Packaging Tool
  668. » [com.android.bluetooth]: Usage:
  669. » [com.android.bluetooth]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  670. » [com.android.bluetooth]: List contents of Zip-compatible archive.
  671. » [com.android.bluetooth]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  672. » [com.android.bluetooth]: strings Print the contents of the resource table string pool in the APK.
  673. » [com.android.bluetooth]: badging Print the label and icon for the app declared in APK.
  674. » [com.android.bluetooth]: permissions Print the permissions from the APK.
  675. » [com.android.bluetooth]: resources Print the resource table from the APK.
  676. » [com.android.bluetooth]: configurations Print the configurations in the APK.
  677. » [com.android.bluetooth]: xmltree Print the compiled xmls in the given assets.
  678. » [com.android.bluetooth]: xmlstrings Print the strings of the given compiled xml assets.
  679. » [com.android.bluetooth]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  680. » [com.android.bluetooth]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  681. » [com.android.bluetooth]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  682. » [com.android.bluetooth]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  683. » [com.android.bluetooth]: [--rename-manifest-package PACKAGE] \
  684. » [com.android.bluetooth]: [--rename-instrumentation-target-package PACKAGE] \
  685. » [com.android.bluetooth]: [--utf16] [--auto-add-overlay] \
  686. » [com.android.bluetooth]: [--max-res-version VAL] \
  687. » [com.android.bluetooth]: [-I base-package [-I base-package ...]] \
  688. » [com.android.bluetooth]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  689. » [com.android.bluetooth]: [-S resource-sources [-S resource-sources ...]] \
  690. » [com.android.bluetooth]: [-F apk-file] [-J R-file-dir] \
  691. » [com.android.bluetooth]: [--product product1,product2,...] \
  692. » [com.android.bluetooth]: [-c CONFIGS] [--preferred-density DENSITY] \
  693. » [com.android.bluetooth]: [--split CONFIGS [--split CONFIGS]] \
  694. » [com.android.bluetooth]: [--feature-of package [--feature-after package]] \
  695. » [com.android.bluetooth]: [raw-files-dir [raw-files-dir] ...] \
  696. » [com.android.bluetooth]: [--output-text-symbols DIR]
  697. » [com.android.bluetooth]: Package the android resources. It will read assets and resources that are
  698. » [com.android.bluetooth]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  699. » [com.android.bluetooth]: options control which files are output.
  700. » [com.android.bluetooth]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  701. » [com.android.bluetooth]: Delete specified files from Zip-compatible archive.
  702. » [com.android.bluetooth]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  703. » [com.android.bluetooth]: Add specified files to Zip-compatible archive.
  704. » [com.android.bluetooth]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  705. » [com.android.bluetooth]: Do PNG preprocessing on one or several resource folders
  706. » [com.android.bluetooth]: and store the results in the output folder.
  707. » [com.android.bluetooth]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  708. » [com.android.bluetooth]: Do PNG preprocessing on a single file.
  709. » [com.android.bluetooth]: aapt v[ersion]
  710. » [com.android.bluetooth]: Print program version.
  711. » [com.android.bluetooth]: Modifiers:
  712. » [com.android.bluetooth]: -a print Android-specific data (resources, manifest) when listing
  713. » [com.android.bluetooth]: -c specify which configurations to include. The default is all
  714. » [com.android.bluetooth]: configurations. The value of the parameter should be a comma
  715. » [com.android.bluetooth]: separated list of configuration values. Locales should be specified
  716. » [com.android.bluetooth]: as either a language or language-region pair. Some examples:
  717. » [com.android.bluetooth]: en
  718. » [com.android.bluetooth]: port,en
  719. » [com.android.bluetooth]: port,land,en_US
  720. » [com.android.bluetooth]: -d one or more device assets to include, separated by commas
  721. » [com.android.bluetooth]: -f force overwrite of existing files
  722. » [com.android.bluetooth]: -g specify a pixel tolerance to force images to grayscale, default 0
  723. » [com.android.bluetooth]: -j specify a jar or zip file containing classes to include
  724. » [com.android.bluetooth]: -k junk path of file(s) added
  725. » [com.android.bluetooth]: -m make package directories under location specified by -J
  726. » [com.android.bluetooth]: -u update existing packages (add new, replace older, remove deleted files)
  727. » [com.android.bluetooth]: -v verbose output
  728. » [com.android.bluetooth]: -x create extending (non-application) resource IDs
  729. » [com.android.bluetooth]: -z require localization of resource attributes marked with
  730. » [com.android.bluetooth]: localization="suggested"
  731. » [com.android.bluetooth]: -A additional directory in which to find raw asset files
  732. » [com.android.bluetooth]: -G A file to output proguard options into.
  733. » [com.android.bluetooth]: -F specify the apk file to output
  734. » [com.android.bluetooth]: -I add an existing package to base include set
  735. » [com.android.bluetooth]: -J specify where to output R.java resource constant definitions
  736. » [com.android.bluetooth]: -M specify full path to AndroidManifest.xml to include in zip
  737. » [com.android.bluetooth]: -P specify where to output public resource definitions
  738. » [com.android.bluetooth]: -S directory in which to find resources. Multiple directories will be scanned
  739. » [com.android.bluetooth]: and the first match found (left to right) will take precedence.
  740. » [com.android.bluetooth]: -0 specifies an additional extension for which such files will not
  741. » [com.android.bluetooth]: be stored compressed in the .apk. An empty string means to not
  742. » [com.android.bluetooth]: compress any files at all.
  743. » [com.android.bluetooth]: --debug-mode
  744. » [com.android.bluetooth]: inserts android:debuggable="true" in to the application node of the
  745. » [com.android.bluetooth]: manifest, making the application debuggable even on production devices.
  746. » [com.android.bluetooth]: --include-meta-data
  747. » [com.android.bluetooth]: when used with "dump badging" also includes meta-data tags.
  748. » [com.android.bluetooth]: --pseudo-localize
  749. » [com.android.bluetooth]: generate resources for pseudo-locales (en-XA and ar-XB).
  750. » [com.android.bluetooth]: --min-sdk-version
  751. » [com.android.bluetooth]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  752. » [com.android.bluetooth]: higher, the default encoding for resources will be in UTF-8.
  753. » [com.android.bluetooth]: --target-sdk-version
  754. » [com.android.bluetooth]: inserts android:targetSdkVersion in to manifest.
  755. » [com.android.bluetooth]: --max-res-version
  756. » [com.android.bluetooth]: ignores versioned resource directories above the given value.
  757. » [com.android.bluetooth]: --values
  758. » [com.android.bluetooth]: when used with "dump resources" also includes resource values.
  759. » [com.android.bluetooth]: --version-code
  760. » [com.android.bluetooth]: inserts android:versionCode in to manifest.
  761. » [com.android.bluetooth]: --version-name
  762. » [com.android.bluetooth]: inserts android:versionName in to manifest.
  763. » [com.android.bluetooth]: --replace-version
  764. » [com.android.bluetooth]: If --version-code and/or --version-name are specified, these
  765. » [com.android.bluetooth]: values will replace any value already in the manifest. By
  766. » [com.android.bluetooth]: default, nothing is changed if the manifest already defines
  767. » [com.android.bluetooth]: these attributes.
  768. » [com.android.bluetooth]: --custom-package
  769. » [com.android.bluetooth]: generates R.java into a different package.
  770. » [com.android.bluetooth]: --extra-packages
  771. » [com.android.bluetooth]: generate R.java for libraries. Separate libraries with ':'.
  772. » [com.android.bluetooth]: --generate-dependencies
  773. » [com.android.bluetooth]: generate dependency files in the same directories for R.java and resource package
  774. » [com.android.bluetooth]: --auto-add-overlay
  775. » [com.android.bluetooth]: Automatically add resources that are only in overlays.
  776. » [com.android.bluetooth]: --preferred-density
  777. » [com.android.bluetooth]: Specifies a preference for a particular density. Resources that do not
  778. » [com.android.bluetooth]: match this density and have variants that are a closer match are removed.
  779. » [com.android.bluetooth]: --split
  780. » [com.android.bluetooth]: Builds a separate split APK for the configurations listed. This can
  781. » [com.android.bluetooth]: be loaded alongside the base APK at runtime.
  782. » [com.android.bluetooth]: --feature-of
  783. » [com.android.bluetooth]: Builds a split APK that is a feature of the apk specified here. Resources
  784. » [com.android.bluetooth]: in the base APK can be referenced from the the feature APK.
  785. » [com.android.bluetooth]: --feature-after
  786. » [com.android.bluetooth]: An app can have multiple Feature Split APKs which must be totally ordered.
  787. » [com.android.bluetooth]: If --feature-of is specified, this flag specifies which Feature Split APK
  788. » [com.android.bluetooth]: comes before this one. The first Feature Split APK should not define
  789. » [com.android.bluetooth]: anything here.
  790. » [com.android.bluetooth]: --rename-manifest-package
  791. » [com.android.bluetooth]: Rewrite the manifest so that its package name is the package name
  792. » [com.android.bluetooth]: given here. Relative class names (for example .Foo) will be
  793. » [com.android.bluetooth]: changed to absolute names with the old package so that the code
  794. » [com.android.bluetooth]: does not need to change.
  795. » [com.android.bluetooth]: --rename-instrumentation-target-package
  796. » [com.android.bluetooth]: Rewrite the manifest so that all of its instrumentation
  797. » [com.android.bluetooth]: components target the given package. Useful when used in
  798. » [com.android.bluetooth]: conjunction with --rename-manifest-package to fix tests against
  799. » [com.android.bluetooth]: a package that has been renamed.
  800. » [com.android.bluetooth]: --product
  801. » [com.android.bluetooth]: Specifies which variant to choose for strings that have
  802. » [com.android.bluetooth]: product variants
  803. » [com.android.bluetooth]: --utf16
  804. » [com.android.bluetooth]: changes default encoding for resources to UTF-16. Only useful when API
  805. » [com.android.bluetooth]: level is set to 7 or higher where the default encoding is UTF-8.
  806. » [com.android.bluetooth]: --non-constant-id
  807. » [com.android.bluetooth]: Make the resources ID non constant. This is required to make an R java class
  808. » [com.android.bluetooth]: that does not contain the final value but is used to make reusable compiled
  809. » [com.android.bluetooth]: libraries that need to access resources.
  810. » [com.android.bluetooth]: --shared-lib
  811. » [com.android.bluetooth]: Make a shared library resource package that can be loaded by an application
  812. » [com.android.bluetooth]: at runtime to access the libraries resources. Implies --non-constant-id.
  813. » [com.android.bluetooth]: --error-on-failed-insert
  814. » [com.android.bluetooth]: Forces aapt to return an error if it fails to insert values into the manifest
  815. » [com.android.bluetooth]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  816. » [com.android.bluetooth]: and --version-name.
  817. » [com.android.bluetooth]: Insertion typically fails if the manifest already defines the attribute.
  818. » [com.android.bluetooth]: --error-on-missing-config-entry
  819. » [com.android.bluetooth]: Forces aapt to return an error if it fails to find an entry for a configuration.
  820. » [com.android.bluetooth]: --output-text-symbols
  821. » [com.android.bluetooth]: Generates a text file containing the resource symbols of the R class in the
  822. » [com.android.bluetooth]: specified folder.
  823. » [com.android.bluetooth]: --ignore-assets
  824. » [com.android.bluetooth]: Assets to be ignored. Default pattern is:
  825. » [com.android.bluetooth]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  826. » [com.android.bluetooth]: --skip-symbols-without-default-localization
  827. » [com.android.bluetooth]: Prevents symbols from being generated for strings that do not have a default
  828. » [com.android.bluetooth]: localization
  829. » [com.android.bluetooth]: --no-version-vectors
  830. » [com.android.bluetooth]: Do not automatically generate versioned copies of vector XML resources.
  831. » [com.android.bluetooth]: Installation of "com.android.bluetooth" has failed.
  832. » [com.android.cellbroadcastreceiver]: ERROR: Unknown option '--app-as-shared-lib'
  833. » [com.android.cellbroadcastreceiver]: Android Asset Packaging Tool
  834. » [com.android.cellbroadcastreceiver]: Usage:
  835. » [com.android.cellbroadcastreceiver]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  836. » [com.android.cellbroadcastreceiver]: List contents of Zip-compatible archive.
  837. » [com.android.cellbroadcastreceiver]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  838. » [com.android.cellbroadcastreceiver]: strings Print the contents of the resource table string pool in the APK.
  839. » [com.android.cellbroadcastreceiver]: badging Print the label and icon for the app declared in APK.
  840. » [com.android.cellbroadcastreceiver]: permissions Print the permissions from the APK.
  841. » [com.android.cellbroadcastreceiver]: resources Print the resource table from the APK.
  842. » [com.android.cellbroadcastreceiver]: configurations Print the configurations in the APK.
  843. » [com.android.cellbroadcastreceiver]: xmltree Print the compiled xmls in the given assets.
  844. » [com.android.cellbroadcastreceiver]: xmlstrings Print the strings of the given compiled xml assets.
  845. » [com.android.cellbroadcastreceiver]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  846. » [com.android.cellbroadcastreceiver]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  847. » [com.android.cellbroadcastreceiver]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  848. » [com.android.cellbroadcastreceiver]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  849. » [com.android.cellbroadcastreceiver]: [--rename-manifest-package PACKAGE] \
  850. » [com.android.cellbroadcastreceiver]: [--rename-instrumentation-target-package PACKAGE] \
  851. » [com.android.cellbroadcastreceiver]: [--utf16] [--auto-add-overlay] \
  852. » [com.android.cellbroadcastreceiver]: [--max-res-version VAL] \
  853. » [com.android.cellbroadcastreceiver]: [-I base-package [-I base-package ...]] \
  854. » [com.android.cellbroadcastreceiver]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  855. » [com.android.cellbroadcastreceiver]: [-S resource-sources [-S resource-sources ...]] \
  856. » [com.android.cellbroadcastreceiver]: [-F apk-file] [-J R-file-dir] \
  857. » [com.android.cellbroadcastreceiver]: [--product product1,product2,...] \
  858. » [com.android.cellbroadcastreceiver]: [-c CONFIGS] [--preferred-density DENSITY] \
  859. » [com.android.cellbroadcastreceiver]: [--split CONFIGS [--split CONFIGS]] \
  860. » [com.android.cellbroadcastreceiver]: [--feature-of package [--feature-after package]] \
  861. » [com.android.cellbroadcastreceiver]: [raw-files-dir [raw-files-dir] ...] \
  862. » [com.android.cellbroadcastreceiver]: [--output-text-symbols DIR]
  863. » [com.android.cellbroadcastreceiver]: Package the android resources. It will read assets and resources that are
  864. » [com.android.cellbroadcastreceiver]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  865. » [com.android.cellbroadcastreceiver]: options control which files are output.
  866. » [com.android.cellbroadcastreceiver]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  867. » [com.android.cellbroadcastreceiver]: Delete specified files from Zip-compatible archive.
  868. » [com.android.cellbroadcastreceiver]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  869. » [com.android.cellbroadcastreceiver]: Add specified files to Zip-compatible archive.
  870. » [com.android.cellbroadcastreceiver]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  871. » [com.android.cellbroadcastreceiver]: Do PNG preprocessing on one or several resource folders
  872. » [com.android.cellbroadcastreceiver]: and store the results in the output folder.
  873. » [com.android.cellbroadcastreceiver]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  874. » [com.android.cellbroadcastreceiver]: Do PNG preprocessing on a single file.
  875. » [com.android.cellbroadcastreceiver]: aapt v[ersion]
  876. » [com.android.cellbroadcastreceiver]: Print program version.
  877. » [com.android.cellbroadcastreceiver]: Modifiers:
  878. » [com.android.cellbroadcastreceiver]: -a print Android-specific data (resources, manifest) when listing
  879. » [com.android.cellbroadcastreceiver]: -c specify which configurations to include. The default is all
  880. » [com.android.cellbroadcastreceiver]: configurations. The value of the parameter should be a comma
  881. » [com.android.cellbroadcastreceiver]: separated list of configuration values. Locales should be specified
  882. » [com.android.cellbroadcastreceiver]: as either a language or language-region pair. Some examples:
  883. » [com.android.cellbroadcastreceiver]: en
  884. » [com.android.cellbroadcastreceiver]: port,en
  885. » [com.android.cellbroadcastreceiver]: port,land,en_US
  886. » [com.android.cellbroadcastreceiver]: -d one or more device assets to include, separated by commas
  887. » [com.android.cellbroadcastreceiver]: -f force overwrite of existing files
  888. » [com.android.cellbroadcastreceiver]: -g specify a pixel tolerance to force images to grayscale, default 0
  889. » [com.android.cellbroadcastreceiver]: -j specify a jar or zip file containing classes to include
  890. » [com.android.cellbroadcastreceiver]: -k junk path of file(s) added
  891. » [com.android.cellbroadcastreceiver]: -m make package directories under location specified by -J
  892. » [com.android.cellbroadcastreceiver]: -u update existing packages (add new, replace older, remove deleted files)
  893. » [com.android.cellbroadcastreceiver]: -v verbose output
  894. » [com.android.cellbroadcastreceiver]: -x create extending (non-application) resource IDs
  895. » [com.android.cellbroadcastreceiver]: -z require localization of resource attributes marked with
  896. » [com.android.cellbroadcastreceiver]: localization="suggested"
  897. » [com.android.cellbroadcastreceiver]: -A additional directory in which to find raw asset files
  898. » [com.android.cellbroadcastreceiver]: -G A file to output proguard options into.
  899. » [com.android.cellbroadcastreceiver]: -F specify the apk file to output
  900. » [com.android.cellbroadcastreceiver]: -I add an existing package to base include set
  901. » [com.android.cellbroadcastreceiver]: -J specify where to output R.java resource constant definitions
  902. » [com.android.cellbroadcastreceiver]: -M specify full path to AndroidManifest.xml to include in zip
  903. » [com.android.cellbroadcastreceiver]: -P specify where to output public resource definitions
  904. » [com.android.cellbroadcastreceiver]: -S directory in which to find resources. Multiple directories will be scanned
  905. » [com.android.cellbroadcastreceiver]: and the first match found (left to right) will take precedence.
  906. » [com.android.cellbroadcastreceiver]: -0 specifies an additional extension for which such files will not
  907. » [com.android.cellbroadcastreceiver]: be stored compressed in the .apk. An empty string means to not
  908. » [com.android.cellbroadcastreceiver]: compress any files at all.
  909. » [com.android.cellbroadcastreceiver]: --debug-mode
  910. » [com.android.cellbroadcastreceiver]: inserts android:debuggable="true" in to the application node of the
  911. » [com.android.cellbroadcastreceiver]: manifest, making the application debuggable even on production devices.
  912. » [com.android.cellbroadcastreceiver]: --include-meta-data
  913. » [com.android.cellbroadcastreceiver]: when used with "dump badging" also includes meta-data tags.
  914. » [com.android.cellbroadcastreceiver]: --pseudo-localize
  915. » [com.android.cellbroadcastreceiver]: generate resources for pseudo-locales (en-XA and ar-XB).
  916. » [com.android.cellbroadcastreceiver]: --min-sdk-version
  917. » [com.android.cellbroadcastreceiver]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  918. » [com.android.cellbroadcastreceiver]: higher, the default encoding for resources will be in UTF-8.
  919. » [com.android.cellbroadcastreceiver]: --target-sdk-version
  920. » [com.android.cellbroadcastreceiver]: inserts android:targetSdkVersion in to manifest.
  921. » [com.android.cellbroadcastreceiver]: --max-res-version
  922. » [com.android.cellbroadcastreceiver]: ignores versioned resource directories above the given value.
  923. » [com.android.cellbroadcastreceiver]: --values
  924. » [com.android.cellbroadcastreceiver]: when used with "dump resources" also includes resource values.
  925. » [com.android.cellbroadcastreceiver]: --version-code
  926. » [com.android.cellbroadcastreceiver]: inserts android:versionCode in to manifest.
  927. » [com.android.cellbroadcastreceiver]: --version-name
  928. » [com.android.cellbroadcastreceiver]: inserts android:versionName in to manifest.
  929. » [com.android.cellbroadcastreceiver]: --replace-version
  930. » [com.android.cellbroadcastreceiver]: If --version-code and/or --version-name are specified, these
  931. » [com.android.cellbroadcastreceiver]: values will replace any value already in the manifest. By
  932. » [com.android.cellbroadcastreceiver]: default, nothing is changed if the manifest already defines
  933. » [com.android.cellbroadcastreceiver]: these attributes.
  934. » [com.android.cellbroadcastreceiver]: --custom-package
  935. » [com.android.cellbroadcastreceiver]: generates R.java into a different package.
  936. » [com.android.cellbroadcastreceiver]: --extra-packages
  937. » [com.android.cellbroadcastreceiver]: generate R.java for libraries. Separate libraries with ':'.
  938. » [com.android.cellbroadcastreceiver]: --generate-dependencies
  939. » [com.android.cellbroadcastreceiver]: generate dependency files in the same directories for R.java and resource package
  940. » [com.android.cellbroadcastreceiver]: --auto-add-overlay
  941. » [com.android.cellbroadcastreceiver]: Automatically add resources that are only in overlays.
  942. » [com.android.cellbroadcastreceiver]: --preferred-density
  943. » [com.android.cellbroadcastreceiver]: Specifies a preference for a particular density. Resources that do not
  944. » [com.android.cellbroadcastreceiver]: match this density and have variants that are a closer match are removed.
  945. » [com.android.cellbroadcastreceiver]: --split
  946. » [com.android.cellbroadcastreceiver]: Builds a separate split APK for the configurations listed. This can
  947. » [com.android.cellbroadcastreceiver]: be loaded alongside the base APK at runtime.
  948. » [com.android.cellbroadcastreceiver]: --feature-of
  949. » [com.android.cellbroadcastreceiver]: Builds a split APK that is a feature of the apk specified here. Resources
  950. » [com.android.cellbroadcastreceiver]: in the base APK can be referenced from the the feature APK.
  951. » [com.android.cellbroadcastreceiver]: --feature-after
  952. » [com.android.cellbroadcastreceiver]: An app can have multiple Feature Split APKs which must be totally ordered.
  953. » [com.android.cellbroadcastreceiver]: If --feature-of is specified, this flag specifies which Feature Split APK
  954. » [com.android.cellbroadcastreceiver]: comes before this one. The first Feature Split APK should not define
  955. » [com.android.cellbroadcastreceiver]: anything here.
  956. » [com.android.cellbroadcastreceiver]: --rename-manifest-package
  957. » [com.android.cellbroadcastreceiver]: Rewrite the manifest so that its package name is the package name
  958. » [com.android.cellbroadcastreceiver]: given here. Relative class names (for example .Foo) will be
  959. » [com.android.cellbroadcastreceiver]: changed to absolute names with the old package so that the code
  960. » [com.android.cellbroadcastreceiver]: does not need to change.
  961. » [com.android.cellbroadcastreceiver]: --rename-instrumentation-target-package
  962. » [com.android.cellbroadcastreceiver]: Rewrite the manifest so that all of its instrumentation
  963. » [com.android.cellbroadcastreceiver]: components target the given package. Useful when used in
  964. » [com.android.cellbroadcastreceiver]: conjunction with --rename-manifest-package to fix tests against
  965. » [com.android.cellbroadcastreceiver]: a package that has been renamed.
  966. » [com.android.cellbroadcastreceiver]: --product
  967. » [com.android.cellbroadcastreceiver]: Specifies which variant to choose for strings that have
  968. » [com.android.cellbroadcastreceiver]: product variants
  969. » [com.android.cellbroadcastreceiver]: --utf16
  970. » [com.android.cellbroadcastreceiver]: changes default encoding for resources to UTF-16. Only useful when API
  971. » [com.android.cellbroadcastreceiver]: level is set to 7 or higher where the default encoding is UTF-8.
  972. » [com.android.cellbroadcastreceiver]: --non-constant-id
  973. » [com.android.cellbroadcastreceiver]: Make the resources ID non constant. This is required to make an R java class
  974. » [com.android.cellbroadcastreceiver]: that does not contain the final value but is used to make reusable compiled
  975. » [com.android.cellbroadcastreceiver]: libraries that need to access resources.
  976. » [com.android.cellbroadcastreceiver]: --shared-lib
  977. » [com.android.cellbroadcastreceiver]: Make a shared library resource package that can be loaded by an application
  978. » [com.android.cellbroadcastreceiver]: at runtime to access the libraries resources. Implies --non-constant-id.
  979. » [com.android.cellbroadcastreceiver]: --error-on-failed-insert
  980. » [com.android.cellbroadcastreceiver]: Forces aapt to return an error if it fails to insert values into the manifest
  981. » [com.android.cellbroadcastreceiver]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  982. » [com.android.cellbroadcastreceiver]: and --version-name.
  983. » [com.android.cellbroadcastreceiver]: Insertion typically fails if the manifest already defines the attribute.
  984. » [com.android.cellbroadcastreceiver]: --error-on-missing-config-entry
  985. » [com.android.cellbroadcastreceiver]: Forces aapt to return an error if it fails to find an entry for a configuration.
  986. » [com.android.cellbroadcastreceiver]: --output-text-symbols
  987. » [com.android.cellbroadcastreceiver]: Generates a text file containing the resource symbols of the R class in the
  988. » [com.android.cellbroadcastreceiver]: specified folder.
  989. » [com.android.cellbroadcastreceiver]: --ignore-assets
  990. » [com.android.cellbroadcastreceiver]: Assets to be ignored. Default pattern is:
  991. » [com.android.cellbroadcastreceiver]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  992. » [com.android.cellbroadcastreceiver]: --skip-symbols-without-default-localization
  993. » [com.android.cellbroadcastreceiver]: Prevents symbols from being generated for strings that do not have a default
  994. » [com.android.cellbroadcastreceiver]: localization
  995. » [com.android.cellbroadcastreceiver]: --no-version-vectors
  996. » [com.android.cellbroadcastreceiver]: Do not automatically generate versioned copies of vector XML resources.
  997. » [com.android.cellbroadcastreceiver]: Installation of "com.android.cellbroadcastreceiver" has failed.
  998. » [com.android.chrome]: ERROR: Unknown option '--app-as-shared-lib'
  999. » [com.android.chrome]: Android Asset Packaging Tool
  1000. » [com.android.chrome]: Usage:
  1001. » [com.android.chrome]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1002. » [com.android.chrome]: List contents of Zip-compatible archive.
  1003. » [com.android.chrome]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  1004. » [com.android.chrome]: strings Print the contents of the resource table string pool in the APK.
  1005. » [com.android.chrome]: badging Print the label and icon for the app declared in APK.
  1006. » [com.android.chrome]: permissions Print the permissions from the APK.
  1007. » [com.android.chrome]: resources Print the resource table from the APK.
  1008. » [com.android.chrome]: configurations Print the configurations in the APK.
  1009. » [com.android.chrome]: xmltree Print the compiled xmls in the given assets.
  1010. » [com.android.chrome]: xmlstrings Print the strings of the given compiled xml assets.
  1011. » [com.android.chrome]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  1012. » [com.android.chrome]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  1013. » [com.android.chrome]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  1014. » [com.android.chrome]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  1015. » [com.android.chrome]: [--rename-manifest-package PACKAGE] \
  1016. » [com.android.chrome]: [--rename-instrumentation-target-package PACKAGE] \
  1017. » [com.android.chrome]: [--utf16] [--auto-add-overlay] \
  1018. » [com.android.chrome]: [--max-res-version VAL] \
  1019. » [com.android.chrome]: [-I base-package [-I base-package ...]] \
  1020. » [com.android.chrome]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  1021. » [com.android.chrome]: [-S resource-sources [-S resource-sources ...]] \
  1022. » [com.android.chrome]: [-F apk-file] [-J R-file-dir] \
  1023. » [com.android.chrome]: [--product product1,product2,...] \
  1024. » [com.android.chrome]: [-c CONFIGS] [--preferred-density DENSITY] \
  1025. » [com.android.chrome]: [--split CONFIGS [--split CONFIGS]] \
  1026. » [com.android.chrome]: [--feature-of package [--feature-after package]] \
  1027. » [com.android.chrome]: [raw-files-dir [raw-files-dir] ...] \
  1028. » [com.android.chrome]: [--output-text-symbols DIR]
  1029. » [com.android.chrome]: Package the android resources. It will read assets and resources that are
  1030. » [com.android.chrome]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  1031. » [com.android.chrome]: options control which files are output.
  1032. » [com.android.chrome]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1033. » [com.android.chrome]: Delete specified files from Zip-compatible archive.
  1034. » [com.android.chrome]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1035. » [com.android.chrome]: Add specified files to Zip-compatible archive.
  1036. » [com.android.chrome]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  1037. » [com.android.chrome]: Do PNG preprocessing on one or several resource folders
  1038. » [com.android.chrome]: and store the results in the output folder.
  1039. » [com.android.chrome]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  1040. » [com.android.chrome]: Do PNG preprocessing on a single file.
  1041. » [com.android.chrome]: aapt v[ersion]
  1042. » [com.android.chrome]: Print program version.
  1043. » [com.android.chrome]: Modifiers:
  1044. » [com.android.chrome]: -a print Android-specific data (resources, manifest) when listing
  1045. » [com.android.chrome]: -c specify which configurations to include. The default is all
  1046. » [com.android.chrome]: configurations. The value of the parameter should be a comma
  1047. » [com.android.chrome]: separated list of configuration values. Locales should be specified
  1048. » [com.android.chrome]: as either a language or language-region pair. Some examples:
  1049. » [com.android.chrome]: en
  1050. » [com.android.chrome]: port,en
  1051. » [com.android.chrome]: port,land,en_US
  1052. » [com.android.chrome]: -d one or more device assets to include, separated by commas
  1053. » [com.android.chrome]: -f force overwrite of existing files
  1054. » [com.android.chrome]: -g specify a pixel tolerance to force images to grayscale, default 0
  1055. » [com.android.chrome]: -j specify a jar or zip file containing classes to include
  1056. » [com.android.chrome]: -k junk path of file(s) added
  1057. » [com.android.chrome]: -m make package directories under location specified by -J
  1058. » [com.android.chrome]: -u update existing packages (add new, replace older, remove deleted files)
  1059. » [com.android.chrome]: -v verbose output
  1060. » [com.android.chrome]: -x create extending (non-application) resource IDs
  1061. » [com.android.chrome]: -z require localization of resource attributes marked with
  1062. » [com.android.chrome]: localization="suggested"
  1063. » [com.android.chrome]: -A additional directory in which to find raw asset files
  1064. » [com.android.chrome]: -G A file to output proguard options into.
  1065. » [com.android.chrome]: -F specify the apk file to output
  1066. » [com.android.chrome]: -I add an existing package to base include set
  1067. » [com.android.chrome]: -J specify where to output R.java resource constant definitions
  1068. » [com.android.chrome]: -M specify full path to AndroidManifest.xml to include in zip
  1069. » [com.android.chrome]: -P specify where to output public resource definitions
  1070. » [com.android.chrome]: -S directory in which to find resources. Multiple directories will be scanned
  1071. » [com.android.chrome]: and the first match found (left to right) will take precedence.
  1072. » [com.android.chrome]: -0 specifies an additional extension for which such files will not
  1073. » [com.android.chrome]: be stored compressed in the .apk. An empty string means to not
  1074. » [com.android.chrome]: compress any files at all.
  1075. » [com.android.chrome]: --debug-mode
  1076. » [com.android.chrome]: inserts android:debuggable="true" in to the application node of the
  1077. » [com.android.chrome]: manifest, making the application debuggable even on production devices.
  1078. » [com.android.chrome]: --include-meta-data
  1079. » [com.android.chrome]: when used with "dump badging" also includes meta-data tags.
  1080. » [com.android.chrome]: --pseudo-localize
  1081. » [com.android.chrome]: generate resources for pseudo-locales (en-XA and ar-XB).
  1082. » [com.android.chrome]: --min-sdk-version
  1083. » [com.android.chrome]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  1084. » [com.android.chrome]: higher, the default encoding for resources will be in UTF-8.
  1085. » [com.android.chrome]: --target-sdk-version
  1086. » [com.android.chrome]: inserts android:targetSdkVersion in to manifest.
  1087. » [com.android.chrome]: --max-res-version
  1088. » [com.android.chrome]: ignores versioned resource directories above the given value.
  1089. » [com.android.chrome]: --values
  1090. » [com.android.chrome]: when used with "dump resources" also includes resource values.
  1091. » [com.android.chrome]: --version-code
  1092. » [com.android.chrome]: inserts android:versionCode in to manifest.
  1093. » [com.android.chrome]: --version-name
  1094. » [com.android.chrome]: inserts android:versionName in to manifest.
  1095. » [com.android.chrome]: --replace-version
  1096. » [com.android.chrome]: If --version-code and/or --version-name are specified, these
  1097. » [com.android.chrome]: values will replace any value already in the manifest. By
  1098. » [com.android.chrome]: default, nothing is changed if the manifest already defines
  1099. » [com.android.chrome]: these attributes.
  1100. » [com.android.chrome]: --custom-package
  1101. » [com.android.chrome]: generates R.java into a different package.
  1102. » [com.android.chrome]: --extra-packages
  1103. » [com.android.chrome]: generate R.java for libraries. Separate libraries with ':'.
  1104. » [com.android.chrome]: --generate-dependencies
  1105. » [com.android.chrome]: generate dependency files in the same directories for R.java and resource package
  1106. » [com.android.chrome]: --auto-add-overlay
  1107. » [com.android.chrome]: Automatically add resources that are only in overlays.
  1108. » [com.android.chrome]: --preferred-density
  1109. » [com.android.chrome]: Specifies a preference for a particular density. Resources that do not
  1110. » [com.android.chrome]: match this density and have variants that are a closer match are removed.
  1111. » [com.android.chrome]: --split
  1112. » [com.android.chrome]: Builds a separate split APK for the configurations listed. This can
  1113. » [com.android.chrome]: be loaded alongside the base APK at runtime.
  1114. » [com.android.chrome]: --feature-of
  1115. » [com.android.chrome]: Builds a split APK that is a feature of the apk specified here. Resources
  1116. » [com.android.chrome]: in the base APK can be referenced from the the feature APK.
  1117. » [com.android.chrome]: --feature-after
  1118. » [com.android.chrome]: An app can have multiple Feature Split APKs which must be totally ordered.
  1119. » [com.android.chrome]: If --feature-of is specified, this flag specifies which Feature Split APK
  1120. » [com.android.chrome]: comes before this one. The first Feature Split APK should not define
  1121. » [com.android.chrome]: anything here.
  1122. » [com.android.chrome]: --rename-manifest-package
  1123. » [com.android.chrome]: Rewrite the manifest so that its package name is the package name
  1124. » [com.android.chrome]: given here. Relative class names (for example .Foo) will be
  1125. » [com.android.chrome]: changed to absolute names with the old package so that the code
  1126. » [com.android.chrome]: does not need to change.
  1127. » [com.android.chrome]: --rename-instrumentation-target-package
  1128. » [com.android.chrome]: Rewrite the manifest so that all of its instrumentation
  1129. » [com.android.chrome]: components target the given package. Useful when used in
  1130. » [com.android.chrome]: conjunction with --rename-manifest-package to fix tests against
  1131. » [com.android.chrome]: a package that has been renamed.
  1132. » [com.android.chrome]: --product
  1133. » [com.android.chrome]: Specifies which variant to choose for strings that have
  1134. » [com.android.chrome]: product variants
  1135. » [com.android.chrome]: --utf16
  1136. » [com.android.chrome]: changes default encoding for resources to UTF-16. Only useful when API
  1137. » [com.android.chrome]: level is set to 7 or higher where the default encoding is UTF-8.
  1138. » [com.android.chrome]: --non-constant-id
  1139. » [com.android.chrome]: Make the resources ID non constant. This is required to make an R java class
  1140. » [com.android.chrome]: that does not contain the final value but is used to make reusable compiled
  1141. » [com.android.chrome]: libraries that need to access resources.
  1142. » [com.android.chrome]: --shared-lib
  1143. » [com.android.chrome]: Make a shared library resource package that can be loaded by an application
  1144. » [com.android.chrome]: at runtime to access the libraries resources. Implies --non-constant-id.
  1145. » [com.android.chrome]: --error-on-failed-insert
  1146. » [com.android.chrome]: Forces aapt to return an error if it fails to insert values into the manifest
  1147. » [com.android.chrome]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  1148. » [com.android.chrome]: and --version-name.
  1149. » [com.android.chrome]: Insertion typically fails if the manifest already defines the attribute.
  1150. » [com.android.chrome]: --error-on-missing-config-entry
  1151. » [com.android.chrome]: Forces aapt to return an error if it fails to find an entry for a configuration.
  1152. » [com.android.chrome]: --output-text-symbols
  1153. » [com.android.chrome]: Generates a text file containing the resource symbols of the R class in the
  1154. » [com.android.chrome]: specified folder.
  1155. » [com.android.chrome]: --ignore-assets
  1156. » [com.android.chrome]: Assets to be ignored. Default pattern is:
  1157. » [com.android.chrome]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  1158. » [com.android.chrome]: --skip-symbols-without-default-localization
  1159. » [com.android.chrome]: Prevents symbols from being generated for strings that do not have a default
  1160. » [com.android.chrome]: localization
  1161. » [com.android.chrome]: --no-version-vectors
  1162. » [com.android.chrome]: Do not automatically generate versioned copies of vector XML resources.
  1163. » [com.android.chrome]: Installation of "com.android.chrome" has failed.
  1164. » [com.android.documentsui]: ERROR: Unknown option '--app-as-shared-lib'
  1165. » [com.android.documentsui]: Android Asset Packaging Tool
  1166. » [com.android.documentsui]: Usage:
  1167. » [com.android.documentsui]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1168. » [com.android.documentsui]: List contents of Zip-compatible archive.
  1169. » [com.android.documentsui]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  1170. » [com.android.documentsui]: strings Print the contents of the resource table string pool in the APK.
  1171. » [com.android.documentsui]: badging Print the label and icon for the app declared in APK.
  1172. » [com.android.documentsui]: permissions Print the permissions from the APK.
  1173. » [com.android.documentsui]: resources Print the resource table from the APK.
  1174. » [com.android.documentsui]: configurations Print the configurations in the APK.
  1175. » [com.android.documentsui]: xmltree Print the compiled xmls in the given assets.
  1176. » [com.android.documentsui]: xmlstrings Print the strings of the given compiled xml assets.
  1177. » [com.android.documentsui]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  1178. » [com.android.documentsui]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  1179. » [com.android.documentsui]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  1180. » [com.android.documentsui]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  1181. » [com.android.documentsui]: [--rename-manifest-package PACKAGE] \
  1182. » [com.android.documentsui]: [--rename-instrumentation-target-package PACKAGE] \
  1183. » [com.android.documentsui]: [--utf16] [--auto-add-overlay] \
  1184. » [com.android.documentsui]: [--max-res-version VAL] \
  1185. » [com.android.documentsui]: [-I base-package [-I base-package ...]] \
  1186. » [com.android.documentsui]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  1187. » [com.android.documentsui]: [-S resource-sources [-S resource-sources ...]] \
  1188. » [com.android.documentsui]: [-F apk-file] [-J R-file-dir] \
  1189. » [com.android.documentsui]: [--product product1,product2,...] \
  1190. » [com.android.documentsui]: [-c CONFIGS] [--preferred-density DENSITY] \
  1191. » [com.android.documentsui]: [--split CONFIGS [--split CONFIGS]] \
  1192. » [com.android.documentsui]: [--feature-of package [--feature-after package]] \
  1193. » [com.android.documentsui]: [raw-files-dir [raw-files-dir] ...] \
  1194. » [com.android.documentsui]: [--output-text-symbols DIR]
  1195. » [com.android.documentsui]: Package the android resources. It will read assets and resources that are
  1196. » [com.android.documentsui]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  1197. » [com.android.documentsui]: options control which files are output.
  1198. » [com.android.documentsui]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1199. » [com.android.documentsui]: Delete specified files from Zip-compatible archive.
  1200. » [com.android.documentsui]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1201. » [com.android.documentsui]: Add specified files to Zip-compatible archive.
  1202. » [com.android.documentsui]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  1203. » [com.android.documentsui]: Do PNG preprocessing on one or several resource folders
  1204. » [com.android.documentsui]: and store the results in the output folder.
  1205. » [com.android.documentsui]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  1206. » [com.android.documentsui]: Do PNG preprocessing on a single file.
  1207. » [com.android.documentsui]: aapt v[ersion]
  1208. » [com.android.documentsui]: Print program version.
  1209. » [com.android.documentsui]: Modifiers:
  1210. » [com.android.documentsui]: -a print Android-specific data (resources, manifest) when listing
  1211. » [com.android.documentsui]: -c specify which configurations to include. The default is all
  1212. » [com.android.documentsui]: configurations. The value of the parameter should be a comma
  1213. » [com.android.documentsui]: separated list of configuration values. Locales should be specified
  1214. » [com.android.documentsui]: as either a language or language-region pair. Some examples:
  1215. » [com.android.documentsui]: en
  1216. » [com.android.documentsui]: port,en
  1217. » [com.android.documentsui]: port,land,en_US
  1218. » [com.android.documentsui]: -d one or more device assets to include, separated by commas
  1219. » [com.android.documentsui]: -f force overwrite of existing files
  1220. » [com.android.documentsui]: -g specify a pixel tolerance to force images to grayscale, default 0
  1221. » [com.android.documentsui]: -j specify a jar or zip file containing classes to include
  1222. » [com.android.documentsui]: -k junk path of file(s) added
  1223. » [com.android.documentsui]: -m make package directories under location specified by -J
  1224. » [com.android.documentsui]: -u update existing packages (add new, replace older, remove deleted files)
  1225. » [com.android.documentsui]: -v verbose output
  1226. » [com.android.documentsui]: -x create extending (non-application) resource IDs
  1227. » [com.android.documentsui]: -z require localization of resource attributes marked with
  1228. » [com.android.documentsui]: localization="suggested"
  1229. » [com.android.documentsui]: -A additional directory in which to find raw asset files
  1230. » [com.android.documentsui]: -G A file to output proguard options into.
  1231. » [com.android.documentsui]: -F specify the apk file to output
  1232. » [com.android.documentsui]: -I add an existing package to base include set
  1233. » [com.android.documentsui]: -J specify where to output R.java resource constant definitions
  1234. » [com.android.documentsui]: -M specify full path to AndroidManifest.xml to include in zip
  1235. » [com.android.documentsui]: -P specify where to output public resource definitions
  1236. » [com.android.documentsui]: -S directory in which to find resources. Multiple directories will be scanned
  1237. » [com.android.documentsui]: and the first match found (left to right) will take precedence.
  1238. » [com.android.documentsui]: -0 specifies an additional extension for which such files will not
  1239. » [com.android.documentsui]: be stored compressed in the .apk. An empty string means to not
  1240. » [com.android.documentsui]: compress any files at all.
  1241. » [com.android.documentsui]: --debug-mode
  1242. » [com.android.documentsui]: inserts android:debuggable="true" in to the application node of the
  1243. » [com.android.documentsui]: manifest, making the application debuggable even on production devices.
  1244. » [com.android.documentsui]: --include-meta-data
  1245. » [com.android.documentsui]: when used with "dump badging" also includes meta-data tags.
  1246. » [com.android.documentsui]: --pseudo-localize
  1247. » [com.android.documentsui]: generate resources for pseudo-locales (en-XA and ar-XB).
  1248. » [com.android.documentsui]: --min-sdk-version
  1249. » [com.android.documentsui]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  1250. » [com.android.documentsui]: higher, the default encoding for resources will be in UTF-8.
  1251. » [com.android.documentsui]: --target-sdk-version
  1252. » [com.android.documentsui]: inserts android:targetSdkVersion in to manifest.
  1253. » [com.android.documentsui]: --max-res-version
  1254. » [com.android.documentsui]: ignores versioned resource directories above the given value.
  1255. » [com.android.documentsui]: --values
  1256. » [com.android.documentsui]: when used with "dump resources" also includes resource values.
  1257. » [com.android.documentsui]: --version-code
  1258. » [com.android.documentsui]: inserts android:versionCode in to manifest.
  1259. » [com.android.documentsui]: --version-name
  1260. » [com.android.documentsui]: inserts android:versionName in to manifest.
  1261. » [com.android.documentsui]: --replace-version
  1262. » [com.android.documentsui]: If --version-code and/or --version-name are specified, these
  1263. » [com.android.documentsui]: values will replace any value already in the manifest. By
  1264. » [com.android.documentsui]: default, nothing is changed if the manifest already defines
  1265. » [com.android.documentsui]: these attributes.
  1266. » [com.android.documentsui]: --custom-package
  1267. » [com.android.documentsui]: generates R.java into a different package.
  1268. » [com.android.documentsui]: --extra-packages
  1269. » [com.android.documentsui]: generate R.java for libraries. Separate libraries with ':'.
  1270. » [com.android.documentsui]: --generate-dependencies
  1271. » [com.android.documentsui]: generate dependency files in the same directories for R.java and resource package
  1272. » [com.android.documentsui]: --auto-add-overlay
  1273. » [com.android.documentsui]: Automatically add resources that are only in overlays.
  1274. » [com.android.documentsui]: --preferred-density
  1275. » [com.android.documentsui]: Specifies a preference for a particular density. Resources that do not
  1276. » [com.android.documentsui]: match this density and have variants that are a closer match are removed.
  1277. » [com.android.documentsui]: --split
  1278. » [com.android.documentsui]: Builds a separate split APK for the configurations listed. This can
  1279. » [com.android.documentsui]: be loaded alongside the base APK at runtime.
  1280. » [com.android.documentsui]: --feature-of
  1281. » [com.android.documentsui]: Builds a split APK that is a feature of the apk specified here. Resources
  1282. » [com.android.documentsui]: in the base APK can be referenced from the the feature APK.
  1283. » [com.android.documentsui]: --feature-after
  1284. » [com.android.documentsui]: An app can have multiple Feature Split APKs which must be totally ordered.
  1285. » [com.android.documentsui]: If --feature-of is specified, this flag specifies which Feature Split APK
  1286. » [com.android.documentsui]: comes before this one. The first Feature Split APK should not define
  1287. » [com.android.documentsui]: anything here.
  1288. » [com.android.documentsui]: --rename-manifest-package
  1289. » [com.android.documentsui]: Rewrite the manifest so that its package name is the package name
  1290. » [com.android.documentsui]: given here. Relative class names (for example .Foo) will be
  1291. » [com.android.documentsui]: changed to absolute names with the old package so that the code
  1292. » [com.android.documentsui]: does not need to change.
  1293. » [com.android.documentsui]: --rename-instrumentation-target-package
  1294. » [com.android.documentsui]: Rewrite the manifest so that all of its instrumentation
  1295. » [com.android.documentsui]: components target the given package. Useful when used in
  1296. » [com.android.documentsui]: conjunction with --rename-manifest-package to fix tests against
  1297. » [com.android.documentsui]: a package that has been renamed.
  1298. » [com.android.documentsui]: --product
  1299. » [com.android.documentsui]: Specifies which variant to choose for strings that have
  1300. » [com.android.documentsui]: product variants
  1301. » [com.android.documentsui]: --utf16
  1302. » [com.android.documentsui]: changes default encoding for resources to UTF-16. Only useful when API
  1303. » [com.android.documentsui]: level is set to 7 or higher where the default encoding is UTF-8.
  1304. » [com.android.documentsui]: --non-constant-id
  1305. » [com.android.documentsui]: Make the resources ID non constant. This is required to make an R java class
  1306. » [com.android.documentsui]: that does not contain the final value but is used to make reusable compiled
  1307. » [com.android.documentsui]: libraries that need to access resources.
  1308. » [com.android.documentsui]: --shared-lib
  1309. » [com.android.documentsui]: Make a shared library resource package that can be loaded by an application
  1310. » [com.android.documentsui]: at runtime to access the libraries resources. Implies --non-constant-id.
  1311. » [com.android.documentsui]: --error-on-failed-insert
  1312. » [com.android.documentsui]: Forces aapt to return an error if it fails to insert values into the manifest
  1313. » [com.android.documentsui]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  1314. » [com.android.documentsui]: and --version-name.
  1315. » [com.android.documentsui]: Insertion typically fails if the manifest already defines the attribute.
  1316. » [com.android.documentsui]: --error-on-missing-config-entry
  1317. » [com.android.documentsui]: Forces aapt to return an error if it fails to find an entry for a configuration.
  1318. » [com.android.documentsui]: --output-text-symbols
  1319. » [com.android.documentsui]: Generates a text file containing the resource symbols of the R class in the
  1320. » [com.android.documentsui]: specified folder.
  1321. » [com.android.documentsui]: --ignore-assets
  1322. » [com.android.documentsui]: Assets to be ignored. Default pattern is:
  1323. » [com.android.documentsui]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  1324. » [com.android.documentsui]: --skip-symbols-without-default-localization
  1325. » [com.android.documentsui]: Prevents symbols from being generated for strings that do not have a default
  1326. » [com.android.documentsui]: localization
  1327. » [com.android.documentsui]: --no-version-vectors
  1328. » [com.android.documentsui]: Do not automatically generate versioned copies of vector XML resources.
  1329. » [com.android.documentsui]: Installation of "com.android.documentsui" has failed.
  1330. » [com.android.settings]: ERROR: Unknown option '--app-as-shared-lib'
  1331. » [com.android.settings]: Android Asset Packaging Tool
  1332. » [com.android.settings]: Usage:
  1333. » [com.android.settings]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1334. » [com.android.settings]: List contents of Zip-compatible archive.
  1335. » [com.android.settings]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  1336. » [com.android.settings]: strings Print the contents of the resource table string pool in the APK.
  1337. » [com.android.settings]: badging Print the label and icon for the app declared in APK.
  1338. » [com.android.settings]: permissions Print the permissions from the APK.
  1339. » [com.android.settings]: resources Print the resource table from the APK.
  1340. » [com.android.settings]: configurations Print the configurations in the APK.
  1341. » [com.android.settings]: xmltree Print the compiled xmls in the given assets.
  1342. » [com.android.settings]: xmlstrings Print the strings of the given compiled xml assets.
  1343. » [com.android.settings]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  1344. » [com.android.settings]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  1345. » [com.android.settings]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  1346. » [com.android.settings]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  1347. » [com.android.settings]: [--rename-manifest-package PACKAGE] \
  1348. » [com.android.settings]: [--rename-instrumentation-target-package PACKAGE] \
  1349. » [com.android.settings]: [--utf16] [--auto-add-overlay] \
  1350. » [com.android.settings]: [--max-res-version VAL] \
  1351. » [com.android.settings]: [-I base-package [-I base-package ...]] \
  1352. » [com.android.settings]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  1353. » [com.android.settings]: [-S resource-sources [-S resource-sources ...]] \
  1354. » [com.android.settings]: [-F apk-file] [-J R-file-dir] \
  1355. » [com.android.settings]: [--product product1,product2,...] \
  1356. » [com.android.settings]: [-c CONFIGS] [--preferred-density DENSITY] \
  1357. » [com.android.settings]: [--split CONFIGS [--split CONFIGS]] \
  1358. » [com.android.settings]: [--feature-of package [--feature-after package]] \
  1359. » [com.android.settings]: [raw-files-dir [raw-files-dir] ...] \
  1360. » [com.android.settings]: [--output-text-symbols DIR]
  1361. » [com.android.settings]: Package the android resources. It will read assets and resources that are
  1362. » [com.android.settings]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  1363. » [com.android.settings]: options control which files are output.
  1364. » [com.android.settings]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1365. » [com.android.settings]: Delete specified files from Zip-compatible archive.
  1366. » [com.android.settings]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1367. » [com.android.settings]: Add specified files to Zip-compatible archive.
  1368. » [com.android.settings]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  1369. » [com.android.settings]: Do PNG preprocessing on one or several resource folders
  1370. » [com.android.settings]: and store the results in the output folder.
  1371. » [com.android.settings]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  1372. » [com.android.settings]: Do PNG preprocessing on a single file.
  1373. » [com.android.settings]: aapt v[ersion]
  1374. » [com.android.settings]: Print program version.
  1375. » [com.android.settings]: Modifiers:
  1376. » [com.android.settings]: -a print Android-specific data (resources, manifest) when listing
  1377. » [com.android.settings]: -c specify which configurations to include. The default is all
  1378. » [com.android.settings]: configurations. The value of the parameter should be a comma
  1379. » [com.android.settings]: separated list of configuration values. Locales should be specified
  1380. » [com.android.settings]: as either a language or language-region pair. Some examples:
  1381. » [com.android.settings]: en
  1382. » [com.android.settings]: port,en
  1383. » [com.android.settings]: port,land,en_US
  1384. » [com.android.settings]: -d one or more device assets to include, separated by commas
  1385. » [com.android.settings]: -f force overwrite of existing files
  1386. » [com.android.settings]: -g specify a pixel tolerance to force images to grayscale, default 0
  1387. » [com.android.settings]: -j specify a jar or zip file containing classes to include
  1388. » [com.android.settings]: -k junk path of file(s) added
  1389. » [com.android.settings]: -m make package directories under location specified by -J
  1390. » [com.android.settings]: -u update existing packages (add new, replace older, remove deleted files)
  1391. » [com.android.settings]: -v verbose output
  1392. » [com.android.settings]: -x create extending (non-application) resource IDs
  1393. » [com.android.settings]: -z require localization of resource attributes marked with
  1394. » [com.android.settings]: localization="suggested"
  1395. » [com.android.settings]: -A additional directory in which to find raw asset files
  1396. » [com.android.settings]: -G A file to output proguard options into.
  1397. » [com.android.settings]: -F specify the apk file to output
  1398. » [com.android.settings]: -I add an existing package to base include set
  1399. » [com.android.settings]: -J specify where to output R.java resource constant definitions
  1400. » [com.android.settings]: -M specify full path to AndroidManifest.xml to include in zip
  1401. » [com.android.settings]: -P specify where to output public resource definitions
  1402. » [com.android.settings]: -S directory in which to find resources. Multiple directories will be scanned
  1403. » [com.android.settings]: and the first match found (left to right) will take precedence.
  1404. » [com.android.settings]: -0 specifies an additional extension for which such files will not
  1405. » [com.android.settings]: be stored compressed in the .apk. An empty string means to not
  1406. » [com.android.settings]: compress any files at all.
  1407. » [com.android.settings]: --debug-mode
  1408. » [com.android.settings]: inserts android:debuggable="true" in to the application node of the
  1409. » [com.android.settings]: manifest, making the application debuggable even on production devices.
  1410. » [com.android.settings]: --include-meta-data
  1411. » [com.android.settings]: when used with "dump badging" also includes meta-data tags.
  1412. » [com.android.settings]: --pseudo-localize
  1413. » [com.android.settings]: generate resources for pseudo-locales (en-XA and ar-XB).
  1414. » [com.android.settings]: --min-sdk-version
  1415. » [com.android.settings]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  1416. » [com.android.settings]: higher, the default encoding for resources will be in UTF-8.
  1417. » [com.android.settings]: --target-sdk-version
  1418. » [com.android.settings]: inserts android:targetSdkVersion in to manifest.
  1419. » [com.android.settings]: --max-res-version
  1420. » [com.android.settings]: ignores versioned resource directories above the given value.
  1421. » [com.android.settings]: --values
  1422. » [com.android.settings]: when used with "dump resources" also includes resource values.
  1423. » [com.android.settings]: --version-code
  1424. » [com.android.settings]: inserts android:versionCode in to manifest.
  1425. » [com.android.settings]: --version-name
  1426. » [com.android.settings]: inserts android:versionName in to manifest.
  1427. » [com.android.settings]: --replace-version
  1428. » [com.android.settings]: If --version-code and/or --version-name are specified, these
  1429. » [com.android.settings]: values will replace any value already in the manifest. By
  1430. » [com.android.settings]: default, nothing is changed if the manifest already defines
  1431. » [com.android.settings]: these attributes.
  1432. » [com.android.settings]: --custom-package
  1433. » [com.android.settings]: generates R.java into a different package.
  1434. » [com.android.settings]: --extra-packages
  1435. » [com.android.settings]: generate R.java for libraries. Separate libraries with ':'.
  1436. » [com.android.settings]: --generate-dependencies
  1437. » [com.android.settings]: generate dependency files in the same directories for R.java and resource package
  1438. » [com.android.settings]: --auto-add-overlay
  1439. » [com.android.settings]: Automatically add resources that are only in overlays.
  1440. » [com.android.settings]: --preferred-density
  1441. » [com.android.settings]: Specifies a preference for a particular density. Resources that do not
  1442. » [com.android.settings]: match this density and have variants that are a closer match are removed.
  1443. » [com.android.settings]: --split
  1444. » [com.android.settings]: Builds a separate split APK for the configurations listed. This can
  1445. » [com.android.settings]: be loaded alongside the base APK at runtime.
  1446. » [com.android.settings]: --feature-of
  1447. » [com.android.settings]: Builds a split APK that is a feature of the apk specified here. Resources
  1448. » [com.android.settings]: in the base APK can be referenced from the the feature APK.
  1449. » [com.android.settings]: --feature-after
  1450. » [com.android.settings]: An app can have multiple Feature Split APKs which must be totally ordered.
  1451. » [com.android.settings]: If --feature-of is specified, this flag specifies which Feature Split APK
  1452. » [com.android.settings]: comes before this one. The first Feature Split APK should not define
  1453. » [com.android.settings]: anything here.
  1454. » [com.android.settings]: --rename-manifest-package
  1455. » [com.android.settings]: Rewrite the manifest so that its package name is the package name
  1456. » [com.android.settings]: given here. Relative class names (for example .Foo) will be
  1457. » [com.android.settings]: changed to absolute names with the old package so that the code
  1458. » [com.android.settings]: does not need to change.
  1459. » [com.android.settings]: --rename-instrumentation-target-package
  1460. » [com.android.settings]: Rewrite the manifest so that all of its instrumentation
  1461. » [com.android.settings]: components target the given package. Useful when used in
  1462. » [com.android.settings]: conjunction with --rename-manifest-package to fix tests against
  1463. » [com.android.settings]: a package that has been renamed.
  1464. » [com.android.settings]: --product
  1465. » [com.android.settings]: Specifies which variant to choose for strings that have
  1466. » [com.android.settings]: product variants
  1467. » [com.android.settings]: --utf16
  1468. » [com.android.settings]: changes default encoding for resources to UTF-16. Only useful when API
  1469. » [com.android.settings]: level is set to 7 or higher where the default encoding is UTF-8.
  1470. » [com.android.settings]: --non-constant-id
  1471. » [com.android.settings]: Make the resources ID non constant. This is required to make an R java class
  1472. » [com.android.settings]: that does not contain the final value but is used to make reusable compiled
  1473. » [com.android.settings]: libraries that need to access resources.
  1474. » [com.android.settings]: --shared-lib
  1475. » [com.android.settings]: Make a shared library resource package that can be loaded by an application
  1476. » [com.android.settings]: at runtime to access the libraries resources. Implies --non-constant-id.
  1477. » [com.android.settings]: --error-on-failed-insert
  1478. » [com.android.settings]: Forces aapt to return an error if it fails to insert values into the manifest
  1479. » [com.android.settings]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  1480. » [com.android.settings]: and --version-name.
  1481. » [com.android.settings]: Insertion typically fails if the manifest already defines the attribute.
  1482. » [com.android.settings]: --error-on-missing-config-entry
  1483. » [com.android.settings]: Forces aapt to return an error if it fails to find an entry for a configuration.
  1484. » [com.android.settings]: --output-text-symbols
  1485. » [com.android.settings]: Generates a text file containing the resource symbols of the R class in the
  1486. » [com.android.settings]: specified folder.
  1487. » [com.android.settings]: --ignore-assets
  1488. » [com.android.settings]: Assets to be ignored. Default pattern is:
  1489. » [com.android.settings]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  1490. » [com.android.settings]: --skip-symbols-without-default-localization
  1491. » [com.android.settings]: Prevents symbols from being generated for strings that do not have a default
  1492. » [com.android.settings]: localization
  1493. » [com.android.settings]: --no-version-vectors
  1494. » [com.android.settings]: Do not automatically generate versioned copies of vector XML resources.
  1495. » [com.android.settings]: Installation of "com.android.settings" has failed.
  1496. » [com.android.gallery3d]: ERROR: Unknown option '--app-as-shared-lib'
  1497. » [com.android.gallery3d]: Android Asset Packaging Tool
  1498. » [com.android.gallery3d]: Usage:
  1499. » [com.android.gallery3d]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1500. » [com.android.gallery3d]: List contents of Zip-compatible archive.
  1501. » [com.android.gallery3d]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  1502. » [com.android.gallery3d]: strings Print the contents of the resource table string pool in the APK.
  1503. » [com.android.gallery3d]: badging Print the label and icon for the app declared in APK.
  1504. » [com.android.gallery3d]: permissions Print the permissions from the APK.
  1505. » [com.android.gallery3d]: resources Print the resource table from the APK.
  1506. » [com.android.gallery3d]: configurations Print the configurations in the APK.
  1507. » [com.android.gallery3d]: xmltree Print the compiled xmls in the given assets.
  1508. » [com.android.gallery3d]: xmlstrings Print the strings of the given compiled xml assets.
  1509. » [com.android.gallery3d]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  1510. » [com.android.gallery3d]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  1511. » [com.android.gallery3d]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  1512. » [com.android.gallery3d]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  1513. » [com.android.gallery3d]: [--rename-manifest-package PACKAGE] \
  1514. » [com.android.gallery3d]: [--rename-instrumentation-target-package PACKAGE] \
  1515. » [com.android.gallery3d]: [--utf16] [--auto-add-overlay] \
  1516. » [com.android.gallery3d]: [--max-res-version VAL] \
  1517. » [com.android.gallery3d]: [-I base-package [-I base-package ...]] \
  1518. » [com.android.gallery3d]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  1519. » [com.android.gallery3d]: [-S resource-sources [-S resource-sources ...]] \
  1520. » [com.android.gallery3d]: [-F apk-file] [-J R-file-dir] \
  1521. » [com.android.gallery3d]: [--product product1,product2,...] \
  1522. » [com.android.gallery3d]: [-c CONFIGS] [--preferred-density DENSITY] \
  1523. » [com.android.gallery3d]: [--split CONFIGS [--split CONFIGS]] \
  1524. » [com.android.gallery3d]: [--feature-of package [--feature-after package]] \
  1525. » [com.android.gallery3d]: [raw-files-dir [raw-files-dir] ...] \
  1526. » [com.android.gallery3d]: [--output-text-symbols DIR]
  1527. » [com.android.gallery3d]: Package the android resources. It will read assets and resources that are
  1528. » [com.android.gallery3d]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  1529. » [com.android.gallery3d]: options control which files are output.
  1530. » [com.android.gallery3d]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1531. » [com.android.gallery3d]: Delete specified files from Zip-compatible archive.
  1532. » [com.android.gallery3d]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1533. » [com.android.gallery3d]: Add specified files to Zip-compatible archive.
  1534. » [com.android.gallery3d]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  1535. » [com.android.gallery3d]: Do PNG preprocessing on one or several resource folders
  1536. » [com.android.gallery3d]: and store the results in the output folder.
  1537. » [com.android.gallery3d]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  1538. » [com.android.gallery3d]: Do PNG preprocessing on a single file.
  1539. » [com.android.gallery3d]: aapt v[ersion]
  1540. » [com.android.gallery3d]: Print program version.
  1541. » [com.android.gallery3d]: Modifiers:
  1542. » [com.android.gallery3d]: -a print Android-specific data (resources, manifest) when listing
  1543. » [com.android.gallery3d]: -c specify which configurations to include. The default is all
  1544. » [com.android.gallery3d]: configurations. The value of the parameter should be a comma
  1545. » [com.android.gallery3d]: separated list of configuration values. Locales should be specified
  1546. » [com.android.gallery3d]: as either a language or language-region pair. Some examples:
  1547. » [com.android.gallery3d]: en
  1548. » [com.android.gallery3d]: port,en
  1549. » [com.android.gallery3d]: port,land,en_US
  1550. » [com.android.gallery3d]: -d one or more device assets to include, separated by commas
  1551. » [com.android.gallery3d]: -f force overwrite of existing files
  1552. » [com.android.gallery3d]: -g specify a pixel tolerance to force images to grayscale, default 0
  1553. » [com.android.gallery3d]: -j specify a jar or zip file containing classes to include
  1554. » [com.android.gallery3d]: -k junk path of file(s) added
  1555. » [com.android.gallery3d]: -m make package directories under location specified by -J
  1556. » [com.android.gallery3d]: -u update existing packages (add new, replace older, remove deleted files)
  1557. » [com.android.gallery3d]: -v verbose output
  1558. » [com.android.gallery3d]: -x create extending (non-application) resource IDs
  1559. » [com.android.gallery3d]: -z require localization of resource attributes marked with
  1560. » [com.android.gallery3d]: localization="suggested"
  1561. » [com.android.gallery3d]: -A additional directory in which to find raw asset files
  1562. » [com.android.gallery3d]: -G A file to output proguard options into.
  1563. » [com.android.gallery3d]: -F specify the apk file to output
  1564. » [com.android.gallery3d]: -I add an existing package to base include set
  1565. » [com.android.gallery3d]: -J specify where to output R.java resource constant definitions
  1566. » [com.android.gallery3d]: -M specify full path to AndroidManifest.xml to include in zip
  1567. » [com.android.gallery3d]: -P specify where to output public resource definitions
  1568. » [com.android.gallery3d]: -S directory in which to find resources. Multiple directories will be scanned
  1569. » [com.android.gallery3d]: and the first match found (left to right) will take precedence.
  1570. » [com.android.gallery3d]: -0 specifies an additional extension for which such files will not
  1571. » [com.android.gallery3d]: be stored compressed in the .apk. An empty string means to not
  1572. » [com.android.gallery3d]: compress any files at all.
  1573. » [com.android.gallery3d]: --debug-mode
  1574. » [com.android.gallery3d]: inserts android:debuggable="true" in to the application node of the
  1575. » [com.android.gallery3d]: manifest, making the application debuggable even on production devices.
  1576. » [com.android.gallery3d]: --include-meta-data
  1577. » [com.android.gallery3d]: when used with "dump badging" also includes meta-data tags.
  1578. » [com.android.gallery3d]: --pseudo-localize
  1579. » [com.android.gallery3d]: generate resources for pseudo-locales (en-XA and ar-XB).
  1580. » [com.android.gallery3d]: --min-sdk-version
  1581. » [com.android.gallery3d]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  1582. » [com.android.gallery3d]: higher, the default encoding for resources will be in UTF-8.
  1583. » [com.android.gallery3d]: --target-sdk-version
  1584. » [com.android.gallery3d]: inserts android:targetSdkVersion in to manifest.
  1585. » [com.android.gallery3d]: --max-res-version
  1586. » [com.android.gallery3d]: ignores versioned resource directories above the given value.
  1587. » [com.android.gallery3d]: --values
  1588. » [com.android.gallery3d]: when used with "dump resources" also includes resource values.
  1589. » [com.android.gallery3d]: --version-code
  1590. » [com.android.gallery3d]: inserts android:versionCode in to manifest.
  1591. » [com.android.gallery3d]: --version-name
  1592. » [com.android.gallery3d]: inserts android:versionName in to manifest.
  1593. » [com.android.gallery3d]: --replace-version
  1594. » [com.android.gallery3d]: If --version-code and/or --version-name are specified, these
  1595. » [com.android.gallery3d]: values will replace any value already in the manifest. By
  1596. » [com.android.gallery3d]: default, nothing is changed if the manifest already defines
  1597. » [com.android.gallery3d]: these attributes.
  1598. » [com.android.gallery3d]: --custom-package
  1599. » [com.android.gallery3d]: generates R.java into a different package.
  1600. » [com.android.gallery3d]: --extra-packages
  1601. » [com.android.gallery3d]: generate R.java for libraries. Separate libraries with ':'.
  1602. » [com.android.gallery3d]: --generate-dependencies
  1603. » [com.android.gallery3d]: generate dependency files in the same directories for R.java and resource package
  1604. » [com.android.gallery3d]: --auto-add-overlay
  1605. » [com.android.gallery3d]: Automatically add resources that are only in overlays.
  1606. » [com.android.gallery3d]: --preferred-density
  1607. » [com.android.gallery3d]: Specifies a preference for a particular density. Resources that do not
  1608. » [com.android.gallery3d]: match this density and have variants that are a closer match are removed.
  1609. » [com.android.gallery3d]: --split
  1610. » [com.android.gallery3d]: Builds a separate split APK for the configurations listed. This can
  1611. » [com.android.gallery3d]: be loaded alongside the base APK at runtime.
  1612. » [com.android.gallery3d]: --feature-of
  1613. » [com.android.gallery3d]: Builds a split APK that is a feature of the apk specified here. Resources
  1614. » [com.android.gallery3d]: in the base APK can be referenced from the the feature APK.
  1615. » [com.android.gallery3d]: --feature-after
  1616. » [com.android.gallery3d]: An app can have multiple Feature Split APKs which must be totally ordered.
  1617. » [com.android.gallery3d]: If --feature-of is specified, this flag specifies which Feature Split APK
  1618. » [com.android.gallery3d]: comes before this one. The first Feature Split APK should not define
  1619. » [com.android.gallery3d]: anything here.
  1620. » [com.android.gallery3d]: --rename-manifest-package
  1621. » [com.android.gallery3d]: Rewrite the manifest so that its package name is the package name
  1622. » [com.android.gallery3d]: given here. Relative class names (for example .Foo) will be
  1623. » [com.android.gallery3d]: changed to absolute names with the old package so that the code
  1624. » [com.android.gallery3d]: does not need to change.
  1625. » [com.android.gallery3d]: --rename-instrumentation-target-package
  1626. » [com.android.gallery3d]: Rewrite the manifest so that all of its instrumentation
  1627. » [com.android.gallery3d]: components target the given package. Useful when used in
  1628. » [com.android.gallery3d]: conjunction with --rename-manifest-package to fix tests against
  1629. » [com.android.gallery3d]: a package that has been renamed.
  1630. » [com.android.gallery3d]: --product
  1631. » [com.android.gallery3d]: Specifies which variant to choose for strings that have
  1632. » [com.android.gallery3d]: product variants
  1633. » [com.android.gallery3d]: --utf16
  1634. » [com.android.gallery3d]: changes default encoding for resources to UTF-16. Only useful when API
  1635. » [com.android.gallery3d]: level is set to 7 or higher where the default encoding is UTF-8.
  1636. » [com.android.gallery3d]: --non-constant-id
  1637. » [com.android.gallery3d]: Make the resources ID non constant. This is required to make an R java class
  1638. » [com.android.gallery3d]: that does not contain the final value but is used to make reusable compiled
  1639. » [com.android.gallery3d]: libraries that need to access resources.
  1640. » [com.android.gallery3d]: --shared-lib
  1641. » [com.android.gallery3d]: Make a shared library resource package that can be loaded by an application
  1642. » [com.android.gallery3d]: at runtime to access the libraries resources. Implies --non-constant-id.
  1643. » [com.android.gallery3d]: --error-on-failed-insert
  1644. » [com.android.gallery3d]: Forces aapt to return an error if it fails to insert values into the manifest
  1645. » [com.android.gallery3d]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  1646. » [com.android.gallery3d]: and --version-name.
  1647. » [com.android.gallery3d]: Insertion typically fails if the manifest already defines the attribute.
  1648. » [com.android.gallery3d]: --error-on-missing-config-entry
  1649. » [com.android.gallery3d]: Forces aapt to return an error if it fails to find an entry for a configuration.
  1650. » [com.android.gallery3d]: --output-text-symbols
  1651. » [com.android.gallery3d]: Generates a text file containing the resource symbols of the R class in the
  1652. » [com.android.gallery3d]: specified folder.
  1653. » [com.android.gallery3d]: --ignore-assets
  1654. » [com.android.gallery3d]: Assets to be ignored. Default pattern is:
  1655. » [com.android.gallery3d]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  1656. » [com.android.gallery3d]: --skip-symbols-without-default-localization
  1657. » [com.android.gallery3d]: Prevents symbols from being generated for strings that do not have a default
  1658. » [com.android.gallery3d]: localization
  1659. » [com.android.gallery3d]: --no-version-vectors
  1660. » [com.android.gallery3d]: Do not automatically generate versioned copies of vector XML resources.
  1661. » [com.android.gallery3d]: Installation of "com.android.gallery3d" has failed.
  1662. » [com.google.android.gm]: ERROR: Unknown option '--app-as-shared-lib'
  1663. » [com.google.android.gm]: Android Asset Packaging Tool
  1664. » [com.google.android.gm]: Usage:
  1665. » [com.google.android.gm]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1666. » [com.google.android.gm]: List contents of Zip-compatible archive.
  1667. » [com.google.android.gm]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  1668. » [com.google.android.gm]: strings Print the contents of the resource table string pool in the APK.
  1669. » [com.google.android.gm]: badging Print the label and icon for the app declared in APK.
  1670. » [com.google.android.gm]: permissions Print the permissions from the APK.
  1671. » [com.google.android.gm]: resources Print the resource table from the APK.
  1672. » [com.google.android.gm]: configurations Print the configurations in the APK.
  1673. » [com.google.android.gm]: xmltree Print the compiled xmls in the given assets.
  1674. » [com.google.android.gm]: xmlstrings Print the strings of the given compiled xml assets.
  1675. » [com.google.android.gm]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  1676. » [com.google.android.gm]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  1677. » [com.google.android.gm]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  1678. » [com.google.android.gm]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  1679. » [com.google.android.gm]: [--rename-manifest-package PACKAGE] \
  1680. » [com.google.android.gm]: [--rename-instrumentation-target-package PACKAGE] \
  1681. » [com.google.android.gm]: [--utf16] [--auto-add-overlay] \
  1682. » [com.google.android.gm]: [--max-res-version VAL] \
  1683. » [com.google.android.gm]: [-I base-package [-I base-package ...]] \
  1684. » [com.google.android.gm]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  1685. » [com.google.android.gm]: [-S resource-sources [-S resource-sources ...]] \
  1686. » [com.google.android.gm]: [-F apk-file] [-J R-file-dir] \
  1687. » [com.google.android.gm]: [--product product1,product2,...] \
  1688. » [com.google.android.gm]: [-c CONFIGS] [--preferred-density DENSITY] \
  1689. » [com.google.android.gm]: [--split CONFIGS [--split CONFIGS]] \
  1690. » [com.google.android.gm]: [--feature-of package [--feature-after package]] \
  1691. » [com.google.android.gm]: [raw-files-dir [raw-files-dir] ...] \
  1692. » [com.google.android.gm]: [--output-text-symbols DIR]
  1693. » [com.google.android.gm]: Package the android resources. It will read assets and resources that are
  1694. » [com.google.android.gm]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  1695. » [com.google.android.gm]: options control which files are output.
  1696. » [com.google.android.gm]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1697. » [com.google.android.gm]: Delete specified files from Zip-compatible archive.
  1698. » [com.google.android.gm]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1699. » [com.google.android.gm]: Add specified files to Zip-compatible archive.
  1700. » [com.google.android.gm]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  1701. » [com.google.android.gm]: Do PNG preprocessing on one or several resource folders
  1702. » [com.google.android.gm]: and store the results in the output folder.
  1703. » [com.google.android.gm]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  1704. » [com.google.android.gm]: Do PNG preprocessing on a single file.
  1705. » [com.google.android.gm]: aapt v[ersion]
  1706. » [com.google.android.gm]: Print program version.
  1707. » [com.google.android.gm]: Modifiers:
  1708. » [com.google.android.gm]: -a print Android-specific data (resources, manifest) when listing
  1709. » [com.google.android.gm]: -c specify which configurations to include. The default is all
  1710. » [com.google.android.gm]: configurations. The value of the parameter should be a comma
  1711. » [com.google.android.gm]: separated list of configuration values. Locales should be specified
  1712. » [com.google.android.gm]: as either a language or language-region pair. Some examples:
  1713. » [com.google.android.gm]: en
  1714. » [com.google.android.gm]: port,en
  1715. » [com.google.android.gm]: port,land,en_US
  1716. » [com.google.android.gm]: -d one or more device assets to include, separated by commas
  1717. » [com.google.android.gm]: -f force overwrite of existing files
  1718. » [com.google.android.gm]: -g specify a pixel tolerance to force images to grayscale, default 0
  1719. » [com.google.android.gm]: -j specify a jar or zip file containing classes to include
  1720. » [com.google.android.gm]: -k junk path of file(s) added
  1721. » [com.google.android.gm]: -m make package directories under location specified by -J
  1722. » [com.google.android.gm]: -u update existing packages (add new, replace older, remove deleted files)
  1723. » [com.google.android.gm]: -v verbose output
  1724. » [com.google.android.gm]: -x create extending (non-application) resource IDs
  1725. » [com.google.android.gm]: -z require localization of resource attributes marked with
  1726. » [com.google.android.gm]: localization="suggested"
  1727. » [com.google.android.gm]: -A additional directory in which to find raw asset files
  1728. » [com.google.android.gm]: -G A file to output proguard options into.
  1729. » [com.google.android.gm]: -F specify the apk file to output
  1730. » [com.google.android.gm]: -I add an existing package to base include set
  1731. » [com.google.android.gm]: -J specify where to output R.java resource constant definitions
  1732. » [com.google.android.gm]: -M specify full path to AndroidManifest.xml to include in zip
  1733. » [com.google.android.gm]: -P specify where to output public resource definitions
  1734. » [com.google.android.gm]: -S directory in which to find resources. Multiple directories will be scanned
  1735. » [com.google.android.gm]: and the first match found (left to right) will take precedence.
  1736. » [com.google.android.gm]: -0 specifies an additional extension for which such files will not
  1737. » [com.google.android.gm]: be stored compressed in the .apk. An empty string means to not
  1738. » [com.google.android.gm]: compress any files at all.
  1739. » [com.google.android.gm]: --debug-mode
  1740. » [com.google.android.gm]: inserts android:debuggable="true" in to the application node of the
  1741. » [com.google.android.gm]: manifest, making the application debuggable even on production devices.
  1742. » [com.google.android.gm]: --include-meta-data
  1743. » [com.google.android.gm]: when used with "dump badging" also includes meta-data tags.
  1744. » [com.google.android.gm]: --pseudo-localize
  1745. » [com.google.android.gm]: generate resources for pseudo-locales (en-XA and ar-XB).
  1746. » [com.google.android.gm]: --min-sdk-version
  1747. » [com.google.android.gm]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  1748. » [com.google.android.gm]: higher, the default encoding for resources will be in UTF-8.
  1749. » [com.google.android.gm]: --target-sdk-version
  1750. » [com.google.android.gm]: inserts android:targetSdkVersion in to manifest.
  1751. » [com.google.android.gm]: --max-res-version
  1752. » [com.google.android.gm]: ignores versioned resource directories above the given value.
  1753. » [com.google.android.gm]: --values
  1754. » [com.google.android.gm]: when used with "dump resources" also includes resource values.
  1755. » [com.google.android.gm]: --version-code
  1756. » [com.google.android.gm]: inserts android:versionCode in to manifest.
  1757. » [com.google.android.gm]: --version-name
  1758. » [com.google.android.gm]: inserts android:versionName in to manifest.
  1759. » [com.google.android.gm]: --replace-version
  1760. » [com.google.android.gm]: If --version-code and/or --version-name are specified, these
  1761. » [com.google.android.gm]: values will replace any value already in the manifest. By
  1762. » [com.google.android.gm]: default, nothing is changed if the manifest already defines
  1763. » [com.google.android.gm]: these attributes.
  1764. » [com.google.android.gm]: --custom-package
  1765. » [com.google.android.gm]: generates R.java into a different package.
  1766. » [com.google.android.gm]: --extra-packages
  1767. » [com.google.android.gm]: generate R.java for libraries. Separate libraries with ':'.
  1768. » [com.google.android.gm]: --generate-dependencies
  1769. » [com.google.android.gm]: generate dependency files in the same directories for R.java and resource package
  1770. » [com.google.android.gm]: --auto-add-overlay
  1771. » [com.google.android.gm]: Automatically add resources that are only in overlays.
  1772. » [com.google.android.gm]: --preferred-density
  1773. » [com.google.android.gm]: Specifies a preference for a particular density. Resources that do not
  1774. » [com.google.android.gm]: match this density and have variants that are a closer match are removed.
  1775. » [com.google.android.gm]: --split
  1776. » [com.google.android.gm]: Builds a separate split APK for the configurations listed. This can
  1777. » [com.google.android.gm]: be loaded alongside the base APK at runtime.
  1778. » [com.google.android.gm]: --feature-of
  1779. » [com.google.android.gm]: Builds a split APK that is a feature of the apk specified here. Resources
  1780. » [com.google.android.gm]: in the base APK can be referenced from the the feature APK.
  1781. » [com.google.android.gm]: --feature-after
  1782. » [com.google.android.gm]: An app can have multiple Feature Split APKs which must be totally ordered.
  1783. » [com.google.android.gm]: If --feature-of is specified, this flag specifies which Feature Split APK
  1784. » [com.google.android.gm]: comes before this one. The first Feature Split APK should not define
  1785. » [com.google.android.gm]: anything here.
  1786. » [com.google.android.gm]: --rename-manifest-package
  1787. » [com.google.android.gm]: Rewrite the manifest so that its package name is the package name
  1788. » [com.google.android.gm]: given here. Relative class names (for example .Foo) will be
  1789. » [com.google.android.gm]: changed to absolute names with the old package so that the code
  1790. » [com.google.android.gm]: does not need to change.
  1791. » [com.google.android.gm]: --rename-instrumentation-target-package
  1792. » [com.google.android.gm]: Rewrite the manifest so that all of its instrumentation
  1793. » [com.google.android.gm]: components target the given package. Useful when used in
  1794. » [com.google.android.gm]: conjunction with --rename-manifest-package to fix tests against
  1795. » [com.google.android.gm]: a package that has been renamed.
  1796. » [com.google.android.gm]: --product
  1797. » [com.google.android.gm]: Specifies which variant to choose for strings that have
  1798. » [com.google.android.gm]: product variants
  1799. » [com.google.android.gm]: --utf16
  1800. » [com.google.android.gm]: changes default encoding for resources to UTF-16. Only useful when API
  1801. » [com.google.android.gm]: level is set to 7 or higher where the default encoding is UTF-8.
  1802. » [com.google.android.gm]: --non-constant-id
  1803. » [com.google.android.gm]: Make the resources ID non constant. This is required to make an R java class
  1804. » [com.google.android.gm]: that does not contain the final value but is used to make reusable compiled
  1805. » [com.google.android.gm]: libraries that need to access resources.
  1806. » [com.google.android.gm]: --shared-lib
  1807. » [com.google.android.gm]: Make a shared library resource package that can be loaded by an application
  1808. » [com.google.android.gm]: at runtime to access the libraries resources. Implies --non-constant-id.
  1809. » [com.google.android.gm]: --error-on-failed-insert
  1810. » [com.google.android.gm]: Forces aapt to return an error if it fails to insert values into the manifest
  1811. » [com.google.android.gm]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  1812. » [com.google.android.gm]: and --version-name.
  1813. » [com.google.android.gm]: Insertion typically fails if the manifest already defines the attribute.
  1814. » [com.google.android.gm]: --error-on-missing-config-entry
  1815. » [com.google.android.gm]: Forces aapt to return an error if it fails to find an entry for a configuration.
  1816. » [com.google.android.gm]: --output-text-symbols
  1817. » [com.google.android.gm]: Generates a text file containing the resource symbols of the R class in the
  1818. » [com.google.android.gm]: specified folder.
  1819. » [com.google.android.gm]: --ignore-assets
  1820. » [com.google.android.gm]: Assets to be ignored. Default pattern is:
  1821. » [com.google.android.gm]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  1822. » [com.google.android.gm]: --skip-symbols-without-default-localization
  1823. » [com.google.android.gm]: Prevents symbols from being generated for strings that do not have a default
  1824. » [com.google.android.gm]: localization
  1825. » [com.google.android.gm]: --no-version-vectors
  1826. » [com.google.android.gm]: Do not automatically generate versioned copies of vector XML resources.
  1827. » [com.google.android.gm]: Installation of "com.google.android.gm" has failed.
  1828. » [com.google.android.googlequicksearchbox]: ERROR: Unknown option '--app-as-shared-lib'
  1829. » [com.google.android.googlequicksearchbox]: Android Asset Packaging Tool
  1830. » [com.google.android.googlequicksearchbox]: Usage:
  1831. » [com.google.android.googlequicksearchbox]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1832. » [com.google.android.googlequicksearchbox]: List contents of Zip-compatible archive.
  1833. » [com.google.android.googlequicksearchbox]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  1834. » [com.google.android.googlequicksearchbox]: strings Print the contents of the resource table string pool in the APK.
  1835. » [com.google.android.googlequicksearchbox]: badging Print the label and icon for the app declared in APK.
  1836. » [com.google.android.googlequicksearchbox]: permissions Print the permissions from the APK.
  1837. » [com.google.android.googlequicksearchbox]: resources Print the resource table from the APK.
  1838. » [com.google.android.googlequicksearchbox]: configurations Print the configurations in the APK.
  1839. » [com.google.android.googlequicksearchbox]: xmltree Print the compiled xmls in the given assets.
  1840. » [com.google.android.googlequicksearchbox]: xmlstrings Print the strings of the given compiled xml assets.
  1841. » [com.google.android.googlequicksearchbox]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  1842. » [com.google.android.googlequicksearchbox]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  1843. » [com.google.android.googlequicksearchbox]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  1844. » [com.google.android.googlequicksearchbox]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  1845. » [com.google.android.googlequicksearchbox]: [--rename-manifest-package PACKAGE] \
  1846. » [com.google.android.googlequicksearchbox]: [--rename-instrumentation-target-package PACKAGE] \
  1847. » [com.google.android.googlequicksearchbox]: [--utf16] [--auto-add-overlay] \
  1848. » [com.google.android.googlequicksearchbox]: [--max-res-version VAL] \
  1849. » [com.google.android.googlequicksearchbox]: [-I base-package [-I base-package ...]] \
  1850. » [com.google.android.googlequicksearchbox]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  1851. » [com.google.android.googlequicksearchbox]: [-S resource-sources [-S resource-sources ...]] \
  1852. » [com.google.android.googlequicksearchbox]: [-F apk-file] [-J R-file-dir] \
  1853. » [com.google.android.googlequicksearchbox]: [--product product1,product2,...] \
  1854. » [com.google.android.googlequicksearchbox]: [-c CONFIGS] [--preferred-density DENSITY] \
  1855. » [com.google.android.googlequicksearchbox]: [--split CONFIGS [--split CONFIGS]] \
  1856. » [com.google.android.googlequicksearchbox]: [--feature-of package [--feature-after package]] \
  1857. » [com.google.android.googlequicksearchbox]: [raw-files-dir [raw-files-dir] ...] \
  1858. » [com.google.android.googlequicksearchbox]: [--output-text-symbols DIR]
  1859. » [com.google.android.googlequicksearchbox]: Package the android resources. It will read assets and resources that are
  1860. » [com.google.android.googlequicksearchbox]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  1861. » [com.google.android.googlequicksearchbox]: options control which files are output.
  1862. » [com.google.android.googlequicksearchbox]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1863. » [com.google.android.googlequicksearchbox]: Delete specified files from Zip-compatible archive.
  1864. » [com.google.android.googlequicksearchbox]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  1865. » [com.google.android.googlequicksearchbox]: Add specified files to Zip-compatible archive.
  1866. » [com.google.android.googlequicksearchbox]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  1867. » [com.google.android.googlequicksearchbox]: Do PNG preprocessing on one or several resource folders
  1868. » [com.google.android.googlequicksearchbox]: and store the results in the output folder.
  1869. » [com.google.android.googlequicksearchbox]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  1870. » [com.google.android.googlequicksearchbox]: Do PNG preprocessing on a single file.
  1871. » [com.google.android.googlequicksearchbox]: aapt v[ersion]
  1872. » [com.google.android.googlequicksearchbox]: Print program version.
  1873. » [com.google.android.googlequicksearchbox]: Modifiers:
  1874. » [com.google.android.googlequicksearchbox]: -a print Android-specific data (resources, manifest) when listing
  1875. » [com.google.android.googlequicksearchbox]: -c specify which configurations to include. The default is all
  1876. » [com.google.android.googlequicksearchbox]: configurations. The value of the parameter should be a comma
  1877. » [com.google.android.googlequicksearchbox]: separated list of configuration values. Locales should be specified
  1878. » [com.google.android.googlequicksearchbox]: as either a language or language-region pair. Some examples:
  1879. » [com.google.android.googlequicksearchbox]: en
  1880. » [com.google.android.googlequicksearchbox]: port,en
  1881. » [com.google.android.googlequicksearchbox]: port,land,en_US
  1882. » [com.google.android.googlequicksearchbox]: -d one or more device assets to include, separated by commas
  1883. » [com.google.android.googlequicksearchbox]: -f force overwrite of existing files
  1884. » [com.google.android.googlequicksearchbox]: -g specify a pixel tolerance to force images to grayscale, default 0
  1885. » [com.google.android.googlequicksearchbox]: -j specify a jar or zip file containing classes to include
  1886. » [com.google.android.googlequicksearchbox]: -k junk path of file(s) added
  1887. » [com.google.android.googlequicksearchbox]: -m make package directories under location specified by -J
  1888. » [com.google.android.googlequicksearchbox]: -u update existing packages (add new, replace older, remove deleted files)
  1889. » [com.google.android.googlequicksearchbox]: -v verbose output
  1890. » [com.google.android.googlequicksearchbox]: -x create extending (non-application) resource IDs
  1891. » [com.google.android.googlequicksearchbox]: -z require localization of resource attributes marked with
  1892. » [com.google.android.googlequicksearchbox]: localization="suggested"
  1893. » [com.google.android.googlequicksearchbox]: -A additional directory in which to find raw asset files
  1894. » [com.google.android.googlequicksearchbox]: -G A file to output proguard options into.
  1895. » [com.google.android.googlequicksearchbox]: -F specify the apk file to output
  1896. » [com.google.android.googlequicksearchbox]: -I add an existing package to base include set
  1897. » [com.google.android.googlequicksearchbox]: -J specify where to output R.java resource constant definitions
  1898. » [com.google.android.googlequicksearchbox]: -M specify full path to AndroidManifest.xml to include in zip
  1899. » [com.google.android.googlequicksearchbox]: -P specify where to output public resource definitions
  1900. » [com.google.android.googlequicksearchbox]: -S directory in which to find resources. Multiple directories will be scanned
  1901. » [com.google.android.googlequicksearchbox]: and the first match found (left to right) will take precedence.
  1902. » [com.google.android.googlequicksearchbox]: -0 specifies an additional extension for which such files will not
  1903. » [com.google.android.googlequicksearchbox]: be stored compressed in the .apk. An empty string means to not
  1904. » [com.google.android.googlequicksearchbox]: compress any files at all.
  1905. » [com.google.android.googlequicksearchbox]: --debug-mode
  1906. » [com.google.android.googlequicksearchbox]: inserts android:debuggable="true" in to the application node of the
  1907. » [com.google.android.googlequicksearchbox]: manifest, making the application debuggable even on production devices.
  1908. » [com.google.android.googlequicksearchbox]: --include-meta-data
  1909. » [com.google.android.googlequicksearchbox]: when used with "dump badging" also includes meta-data tags.
  1910. » [com.google.android.googlequicksearchbox]: --pseudo-localize
  1911. » [com.google.android.googlequicksearchbox]: generate resources for pseudo-locales (en-XA and ar-XB).
  1912. » [com.google.android.googlequicksearchbox]: --min-sdk-version
  1913. » [com.google.android.googlequicksearchbox]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  1914. » [com.google.android.googlequicksearchbox]: higher, the default encoding for resources will be in UTF-8.
  1915. » [com.google.android.googlequicksearchbox]: --target-sdk-version
  1916. » [com.google.android.googlequicksearchbox]: inserts android:targetSdkVersion in to manifest.
  1917. » [com.google.android.googlequicksearchbox]: --max-res-version
  1918. » [com.google.android.googlequicksearchbox]: ignores versioned resource directories above the given value.
  1919. » [com.google.android.googlequicksearchbox]: --values
  1920. » [com.google.android.googlequicksearchbox]: when used with "dump resources" also includes resource values.
  1921. » [com.google.android.googlequicksearchbox]: --version-code
  1922. » [com.google.android.googlequicksearchbox]: inserts android:versionCode in to manifest.
  1923. » [com.google.android.googlequicksearchbox]: --version-name
  1924. » [com.google.android.googlequicksearchbox]: inserts android:versionName in to manifest.
  1925. » [com.google.android.googlequicksearchbox]: --replace-version
  1926. » [com.google.android.googlequicksearchbox]: If --version-code and/or --version-name are specified, these
  1927. » [com.google.android.googlequicksearchbox]: values will replace any value already in the manifest. By
  1928. » [com.google.android.googlequicksearchbox]: default, nothing is changed if the manifest already defines
  1929. » [com.google.android.googlequicksearchbox]: these attributes.
  1930. » [com.google.android.googlequicksearchbox]: --custom-package
  1931. » [com.google.android.googlequicksearchbox]: generates R.java into a different package.
  1932. » [com.google.android.googlequicksearchbox]: --extra-packages
  1933. » [com.google.android.googlequicksearchbox]: generate R.java for libraries. Separate libraries with ':'.
  1934. » [com.google.android.googlequicksearchbox]: --generate-dependencies
  1935. » [com.google.android.googlequicksearchbox]: generate dependency files in the same directories for R.java and resource package
  1936. » [com.google.android.googlequicksearchbox]: --auto-add-overlay
  1937. » [com.google.android.googlequicksearchbox]: Automatically add resources that are only in overlays.
  1938. » [com.google.android.googlequicksearchbox]: --preferred-density
  1939. » [com.google.android.googlequicksearchbox]: Specifies a preference for a particular density. Resources that do not
  1940. » [com.google.android.googlequicksearchbox]: match this density and have variants that are a closer match are removed.
  1941. » [com.google.android.googlequicksearchbox]: --split
  1942. » [com.google.android.googlequicksearchbox]: Builds a separate split APK for the configurations listed. This can
  1943. » [com.google.android.googlequicksearchbox]: be loaded alongside the base APK at runtime.
  1944. » [com.google.android.googlequicksearchbox]: --feature-of
  1945. » [com.google.android.googlequicksearchbox]: Builds a split APK that is a feature of the apk specified here. Resources
  1946. » [com.google.android.googlequicksearchbox]: in the base APK can be referenced from the the feature APK.
  1947. » [com.google.android.googlequicksearchbox]: --feature-after
  1948. » [com.google.android.googlequicksearchbox]: An app can have multiple Feature Split APKs which must be totally ordered.
  1949. » [com.google.android.googlequicksearchbox]: If --feature-of is specified, this flag specifies which Feature Split APK
  1950. » [com.google.android.googlequicksearchbox]: comes before this one. The first Feature Split APK should not define
  1951. » [com.google.android.googlequicksearchbox]: anything here.
  1952. » [com.google.android.googlequicksearchbox]: --rename-manifest-package
  1953. » [com.google.android.googlequicksearchbox]: Rewrite the manifest so that its package name is the package name
  1954. » [com.google.android.googlequicksearchbox]: given here. Relative class names (for example .Foo) will be
  1955. » [com.google.android.googlequicksearchbox]: changed to absolute names with the old package so that the code
  1956. » [com.google.android.googlequicksearchbox]: does not need to change.
  1957. » [com.google.android.googlequicksearchbox]: --rename-instrumentation-target-package
  1958. » [com.google.android.googlequicksearchbox]: Rewrite the manifest so that all of its instrumentation
  1959. » [com.google.android.googlequicksearchbox]: components target the given package. Useful when used in
  1960. » [com.google.android.googlequicksearchbox]: conjunction with --rename-manifest-package to fix tests against
  1961. » [com.google.android.googlequicksearchbox]: a package that has been renamed.
  1962. » [com.google.android.googlequicksearchbox]: --product
  1963. » [com.google.android.googlequicksearchbox]: Specifies which variant to choose for strings that have
  1964. » [com.google.android.googlequicksearchbox]: product variants
  1965. » [com.google.android.googlequicksearchbox]: --utf16
  1966. » [com.google.android.googlequicksearchbox]: changes default encoding for resources to UTF-16. Only useful when API
  1967. » [com.google.android.googlequicksearchbox]: level is set to 7 or higher where the default encoding is UTF-8.
  1968. » [com.google.android.googlequicksearchbox]: --non-constant-id
  1969. » [com.google.android.googlequicksearchbox]: Make the resources ID non constant. This is required to make an R java class
  1970. » [com.google.android.googlequicksearchbox]: that does not contain the final value but is used to make reusable compiled
  1971. » [com.google.android.googlequicksearchbox]: libraries that need to access resources.
  1972. » [com.google.android.googlequicksearchbox]: --shared-lib
  1973. » [com.google.android.googlequicksearchbox]: Make a shared library resource package that can be loaded by an application
  1974. » [com.google.android.googlequicksearchbox]: at runtime to access the libraries resources. Implies --non-constant-id.
  1975. » [com.google.android.googlequicksearchbox]: --error-on-failed-insert
  1976. » [com.google.android.googlequicksearchbox]: Forces aapt to return an error if it fails to insert values into the manifest
  1977. » [com.google.android.googlequicksearchbox]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  1978. » [com.google.android.googlequicksearchbox]: and --version-name.
  1979. » [com.google.android.googlequicksearchbox]: Insertion typically fails if the manifest already defines the attribute.
  1980. » [com.google.android.googlequicksearchbox]: --error-on-missing-config-entry
  1981. » [com.google.android.googlequicksearchbox]: Forces aapt to return an error if it fails to find an entry for a configuration.
  1982. » [com.google.android.googlequicksearchbox]: --output-text-symbols
  1983. » [com.google.android.googlequicksearchbox]: Generates a text file containing the resource symbols of the R class in the
  1984. » [com.google.android.googlequicksearchbox]: specified folder.
  1985. » [com.google.android.googlequicksearchbox]: --ignore-assets
  1986. » [com.google.android.googlequicksearchbox]: Assets to be ignored. Default pattern is:
  1987. » [com.google.android.googlequicksearchbox]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  1988. » [com.google.android.googlequicksearchbox]: --skip-symbols-without-default-localization
  1989. » [com.google.android.googlequicksearchbox]: Prevents symbols from being generated for strings that do not have a default
  1990. » [com.google.android.googlequicksearchbox]: localization
  1991. » [com.google.android.googlequicksearchbox]: --no-version-vectors
  1992. » [com.google.android.googlequicksearchbox]: Do not automatically generate versioned copies of vector XML resources.
  1993. » [com.google.android.googlequicksearchbox]: Installation of "com.google.android.googlequicksearchbox" has failed.
  1994. » [com.android.vending]: ERROR: Unknown option '--app-as-shared-lib'
  1995. » [com.android.vending]: Android Asset Packaging Tool
  1996. » [com.android.vending]: Usage:
  1997. » [com.android.vending]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  1998. » [com.android.vending]: List contents of Zip-compatible archive.
  1999. » [com.android.vending]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2000. » [com.android.vending]: strings Print the contents of the resource table string pool in the APK.
  2001. » [com.android.vending]: badging Print the label and icon for the app declared in APK.
  2002. » [com.android.vending]: permissions Print the permissions from the APK.
  2003. » [com.android.vending]: resources Print the resource table from the APK.
  2004. » [com.android.vending]: configurations Print the configurations in the APK.
  2005. » [com.android.vending]: xmltree Print the compiled xmls in the given assets.
  2006. » [com.android.vending]: xmlstrings Print the strings of the given compiled xml assets.
  2007. » [com.android.vending]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  2008. » [com.android.vending]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  2009. » [com.android.vending]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  2010. » [com.android.vending]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  2011. » [com.android.vending]: [--rename-manifest-package PACKAGE] \
  2012. » [com.android.vending]: [--rename-instrumentation-target-package PACKAGE] \
  2013. » [com.android.vending]: [--utf16] [--auto-add-overlay] \
  2014. » [com.android.vending]: [--max-res-version VAL] \
  2015. » [com.android.vending]: [-I base-package [-I base-package ...]] \
  2016. » [com.android.vending]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  2017. » [com.android.vending]: [-S resource-sources [-S resource-sources ...]] \
  2018. » [com.android.vending]: [-F apk-file] [-J R-file-dir] \
  2019. » [com.android.vending]: [--product product1,product2,...] \
  2020. » [com.android.vending]: [-c CONFIGS] [--preferred-density DENSITY] \
  2021. » [com.android.vending]: [--split CONFIGS [--split CONFIGS]] \
  2022. » [com.android.vending]: [--feature-of package [--feature-after package]] \
  2023. » [com.android.vending]: [raw-files-dir [raw-files-dir] ...] \
  2024. » [com.android.vending]: [--output-text-symbols DIR]
  2025. » [com.android.vending]: Package the android resources. It will read assets and resources that are
  2026. » [com.android.vending]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  2027. » [com.android.vending]: options control which files are output.
  2028. » [com.android.vending]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2029. » [com.android.vending]: Delete specified files from Zip-compatible archive.
  2030. » [com.android.vending]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2031. » [com.android.vending]: Add specified files to Zip-compatible archive.
  2032. » [com.android.vending]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  2033. » [com.android.vending]: Do PNG preprocessing on one or several resource folders
  2034. » [com.android.vending]: and store the results in the output folder.
  2035. » [com.android.vending]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  2036. » [com.android.vending]: Do PNG preprocessing on a single file.
  2037. » [com.android.vending]: aapt v[ersion]
  2038. » [com.android.vending]: Print program version.
  2039. » [com.android.vending]: Modifiers:
  2040. » [com.android.vending]: -a print Android-specific data (resources, manifest) when listing
  2041. » [com.android.vending]: -c specify which configurations to include. The default is all
  2042. » [com.android.vending]: configurations. The value of the parameter should be a comma
  2043. » [com.android.vending]: separated list of configuration values. Locales should be specified
  2044. » [com.android.vending]: as either a language or language-region pair. Some examples:
  2045. » [com.android.vending]: en
  2046. » [com.android.vending]: port,en
  2047. » [com.android.vending]: port,land,en_US
  2048. » [com.android.vending]: -d one or more device assets to include, separated by commas
  2049. » [com.android.vending]: -f force overwrite of existing files
  2050. » [com.android.vending]: -g specify a pixel tolerance to force images to grayscale, default 0
  2051. » [com.android.vending]: -j specify a jar or zip file containing classes to include
  2052. » [com.android.vending]: -k junk path of file(s) added
  2053. » [com.android.vending]: -m make package directories under location specified by -J
  2054. » [com.android.vending]: -u update existing packages (add new, replace older, remove deleted files)
  2055. » [com.android.vending]: -v verbose output
  2056. » [com.android.vending]: -x create extending (non-application) resource IDs
  2057. » [com.android.vending]: -z require localization of resource attributes marked with
  2058. » [com.android.vending]: localization="suggested"
  2059. » [com.android.vending]: -A additional directory in which to find raw asset files
  2060. » [com.android.vending]: -G A file to output proguard options into.
  2061. » [com.android.vending]: -F specify the apk file to output
  2062. » [com.android.vending]: -I add an existing package to base include set
  2063. » [com.android.vending]: -J specify where to output R.java resource constant definitions
  2064. » [com.android.vending]: -M specify full path to AndroidManifest.xml to include in zip
  2065. » [com.android.vending]: -P specify where to output public resource definitions
  2066. » [com.android.vending]: -S directory in which to find resources. Multiple directories will be scanned
  2067. » [com.android.vending]: and the first match found (left to right) will take precedence.
  2068. » [com.android.vending]: -0 specifies an additional extension for which such files will not
  2069. » [com.android.vending]: be stored compressed in the .apk. An empty string means to not
  2070. » [com.android.vending]: compress any files at all.
  2071. » [com.android.vending]: --debug-mode
  2072. » [com.android.vending]: inserts android:debuggable="true" in to the application node of the
  2073. » [com.android.vending]: manifest, making the application debuggable even on production devices.
  2074. » [com.android.vending]: --include-meta-data
  2075. » [com.android.vending]: when used with "dump badging" also includes meta-data tags.
  2076. » [com.android.vending]: --pseudo-localize
  2077. » [com.android.vending]: generate resources for pseudo-locales (en-XA and ar-XB).
  2078. » [com.android.vending]: --min-sdk-version
  2079. » [com.android.vending]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  2080. » [com.android.vending]: higher, the default encoding for resources will be in UTF-8.
  2081. » [com.android.vending]: --target-sdk-version
  2082. » [com.android.vending]: inserts android:targetSdkVersion in to manifest.
  2083. » [com.android.vending]: --max-res-version
  2084. » [com.android.vending]: ignores versioned resource directories above the given value.
  2085. » [com.android.vending]: --values
  2086. » [com.android.vending]: when used with "dump resources" also includes resource values.
  2087. » [com.android.vending]: --version-code
  2088. » [com.android.vending]: inserts android:versionCode in to manifest.
  2089. » [com.android.vending]: --version-name
  2090. » [com.android.vending]: inserts android:versionName in to manifest.
  2091. » [com.android.vending]: --replace-version
  2092. » [com.android.vending]: If --version-code and/or --version-name are specified, these
  2093. » [com.android.vending]: values will replace any value already in the manifest. By
  2094. » [com.android.vending]: default, nothing is changed if the manifest already defines
  2095. » [com.android.vending]: these attributes.
  2096. » [com.android.vending]: --custom-package
  2097. » [com.android.vending]: generates R.java into a different package.
  2098. » [com.android.vending]: --extra-packages
  2099. » [com.android.vending]: generate R.java for libraries. Separate libraries with ':'.
  2100. » [com.android.vending]: --generate-dependencies
  2101. » [com.android.vending]: generate dependency files in the same directories for R.java and resource package
  2102. » [com.android.vending]: --auto-add-overlay
  2103. » [com.android.vending]: Automatically add resources that are only in overlays.
  2104. » [com.android.vending]: --preferred-density
  2105. » [com.android.vending]: Specifies a preference for a particular density. Resources that do not
  2106. » [com.android.vending]: match this density and have variants that are a closer match are removed.
  2107. » [com.android.vending]: --split
  2108. » [com.android.vending]: Builds a separate split APK for the configurations listed. This can
  2109. » [com.android.vending]: be loaded alongside the base APK at runtime.
  2110. » [com.android.vending]: --feature-of
  2111. » [com.android.vending]: Builds a split APK that is a feature of the apk specified here. Resources
  2112. » [com.android.vending]: in the base APK can be referenced from the the feature APK.
  2113. » [com.android.vending]: --feature-after
  2114. » [com.android.vending]: An app can have multiple Feature Split APKs which must be totally ordered.
  2115. » [com.android.vending]: If --feature-of is specified, this flag specifies which Feature Split APK
  2116. » [com.android.vending]: comes before this one. The first Feature Split APK should not define
  2117. » [com.android.vending]: anything here.
  2118. » [com.android.vending]: --rename-manifest-package
  2119. » [com.android.vending]: Rewrite the manifest so that its package name is the package name
  2120. » [com.android.vending]: given here. Relative class names (for example .Foo) will be
  2121. » [com.android.vending]: changed to absolute names with the old package so that the code
  2122. » [com.android.vending]: does not need to change.
  2123. » [com.android.vending]: --rename-instrumentation-target-package
  2124. » [com.android.vending]: Rewrite the manifest so that all of its instrumentation
  2125. » [com.android.vending]: components target the given package. Useful when used in
  2126. » [com.android.vending]: conjunction with --rename-manifest-package to fix tests against
  2127. » [com.android.vending]: a package that has been renamed.
  2128. » [com.android.vending]: --product
  2129. » [com.android.vending]: Specifies which variant to choose for strings that have
  2130. » [com.android.vending]: product variants
  2131. » [com.android.vending]: --utf16
  2132. » [com.android.vending]: changes default encoding for resources to UTF-16. Only useful when API
  2133. » [com.android.vending]: level is set to 7 or higher where the default encoding is UTF-8.
  2134. » [com.android.vending]: --non-constant-id
  2135. » [com.android.vending]: Make the resources ID non constant. This is required to make an R java class
  2136. » [com.android.vending]: that does not contain the final value but is used to make reusable compiled
  2137. » [com.android.vending]: libraries that need to access resources.
  2138. » [com.android.vending]: --shared-lib
  2139. » [com.android.vending]: Make a shared library resource package that can be loaded by an application
  2140. » [com.android.vending]: at runtime to access the libraries resources. Implies --non-constant-id.
  2141. » [com.android.vending]: --error-on-failed-insert
  2142. » [com.android.vending]: Forces aapt to return an error if it fails to insert values into the manifest
  2143. » [com.android.vending]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  2144. » [com.android.vending]: and --version-name.
  2145. » [com.android.vending]: Insertion typically fails if the manifest already defines the attribute.
  2146. » [com.android.vending]: --error-on-missing-config-entry
  2147. » [com.android.vending]: Forces aapt to return an error if it fails to find an entry for a configuration.
  2148. » [com.android.vending]: --output-text-symbols
  2149. » [com.android.vending]: Generates a text file containing the resource symbols of the R class in the
  2150. » [com.android.vending]: specified folder.
  2151. » [com.android.vending]: --ignore-assets
  2152. » [com.android.vending]: Assets to be ignored. Default pattern is:
  2153. » [com.android.vending]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  2154. » [com.android.vending]: --skip-symbols-without-default-localization
  2155. » [com.android.vending]: Prevents symbols from being generated for strings that do not have a default
  2156. » [com.android.vending]: localization
  2157. » [com.android.vending]: --no-version-vectors
  2158. » [com.android.vending]: Do not automatically generate versioned copies of vector XML resources.
  2159. » [com.android.vending]: Installation of "com.android.vending" has failed.
  2160. » [com.google.android.gms]: ERROR: Unknown option '--app-as-shared-lib'
  2161. » [com.google.android.gms]: Android Asset Packaging Tool
  2162. » [com.google.android.gms]: Usage:
  2163. » [com.google.android.gms]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  2164. » [com.google.android.gms]: List contents of Zip-compatible archive.
  2165. » [com.google.android.gms]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2166. » [com.google.android.gms]: strings Print the contents of the resource table string pool in the APK.
  2167. » [com.google.android.gms]: badging Print the label and icon for the app declared in APK.
  2168. » [com.google.android.gms]: permissions Print the permissions from the APK.
  2169. » [com.google.android.gms]: resources Print the resource table from the APK.
  2170. » [com.google.android.gms]: configurations Print the configurations in the APK.
  2171. » [com.google.android.gms]: xmltree Print the compiled xmls in the given assets.
  2172. » [com.google.android.gms]: xmlstrings Print the strings of the given compiled xml assets.
  2173. » [com.google.android.gms]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  2174. » [com.google.android.gms]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  2175. » [com.google.android.gms]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  2176. » [com.google.android.gms]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  2177. » [com.google.android.gms]: [--rename-manifest-package PACKAGE] \
  2178. » [com.google.android.gms]: [--rename-instrumentation-target-package PACKAGE] \
  2179. » [com.google.android.gms]: [--utf16] [--auto-add-overlay] \
  2180. » [com.google.android.gms]: [--max-res-version VAL] \
  2181. » [com.google.android.gms]: [-I base-package [-I base-package ...]] \
  2182. » [com.google.android.gms]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  2183. » [com.google.android.gms]: [-S resource-sources [-S resource-sources ...]] \
  2184. » [com.google.android.gms]: [-F apk-file] [-J R-file-dir] \
  2185. » [com.google.android.gms]: [--product product1,product2,...] \
  2186. » [com.google.android.gms]: [-c CONFIGS] [--preferred-density DENSITY] \
  2187. » [com.google.android.gms]: [--split CONFIGS [--split CONFIGS]] \
  2188. » [com.google.android.gms]: [--feature-of package [--feature-after package]] \
  2189. » [com.google.android.gms]: [raw-files-dir [raw-files-dir] ...] \
  2190. » [com.google.android.gms]: [--output-text-symbols DIR]
  2191. » [com.google.android.gms]: Package the android resources. It will read assets and resources that are
  2192. » [com.google.android.gms]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  2193. » [com.google.android.gms]: options control which files are output.
  2194. » [com.google.android.gms]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2195. » [com.google.android.gms]: Delete specified files from Zip-compatible archive.
  2196. » [com.google.android.gms]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2197. » [com.google.android.gms]: Add specified files to Zip-compatible archive.
  2198. » [com.google.android.gms]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  2199. » [com.google.android.gms]: Do PNG preprocessing on one or several resource folders
  2200. » [com.google.android.gms]: and store the results in the output folder.
  2201. » [com.google.android.gms]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  2202. » [com.google.android.gms]: Do PNG preprocessing on a single file.
  2203. » [com.google.android.gms]: aapt v[ersion]
  2204. » [com.google.android.gms]: Print program version.
  2205. » [com.google.android.gms]: Modifiers:
  2206. » [com.google.android.gms]: -a print Android-specific data (resources, manifest) when listing
  2207. » [com.google.android.gms]: -c specify which configurations to include. The default is all
  2208. » [com.google.android.gms]: configurations. The value of the parameter should be a comma
  2209. » [com.google.android.gms]: separated list of configuration values. Locales should be specified
  2210. » [com.google.android.gms]: as either a language or language-region pair. Some examples:
  2211. » [com.google.android.gms]: en
  2212. » [com.google.android.gms]: port,en
  2213. » [com.google.android.gms]: port,land,en_US
  2214. » [com.google.android.gms]: -d one or more device assets to include, separated by commas
  2215. » [com.google.android.gms]: -f force overwrite of existing files
  2216. » [com.google.android.gms]: -g specify a pixel tolerance to force images to grayscale, default 0
  2217. » [com.google.android.gms]: -j specify a jar or zip file containing classes to include
  2218. » [com.google.android.gms]: -k junk path of file(s) added
  2219. » [com.google.android.gms]: -m make package directories under location specified by -J
  2220. » [com.google.android.gms]: -u update existing packages (add new, replace older, remove deleted files)
  2221. » [com.google.android.gms]: -v verbose output
  2222. » [com.google.android.gms]: -x create extending (non-application) resource IDs
  2223. » [com.google.android.gms]: -z require localization of resource attributes marked with
  2224. » [com.google.android.gms]: localization="suggested"
  2225. » [com.google.android.gms]: -A additional directory in which to find raw asset files
  2226. » [com.google.android.gms]: -G A file to output proguard options into.
  2227. » [com.google.android.gms]: -F specify the apk file to output
  2228. » [com.google.android.gms]: -I add an existing package to base include set
  2229. » [com.google.android.gms]: -J specify where to output R.java resource constant definitions
  2230. » [com.google.android.gms]: -M specify full path to AndroidManifest.xml to include in zip
  2231. » [com.google.android.gms]: -P specify where to output public resource definitions
  2232. » [com.google.android.gms]: -S directory in which to find resources. Multiple directories will be scanned
  2233. » [com.google.android.gms]: and the first match found (left to right) will take precedence.
  2234. » [com.google.android.gms]: -0 specifies an additional extension for which such files will not
  2235. » [com.google.android.gms]: be stored compressed in the .apk. An empty string means to not
  2236. » [com.google.android.gms]: compress any files at all.
  2237. » [com.google.android.gms]: --debug-mode
  2238. » [com.google.android.gms]: inserts android:debuggable="true" in to the application node of the
  2239. » [com.google.android.gms]: manifest, making the application debuggable even on production devices.
  2240. » [com.google.android.gms]: --include-meta-data
  2241. » [com.google.android.gms]: when used with "dump badging" also includes meta-data tags.
  2242. » [com.google.android.gms]: --pseudo-localize
  2243. » [com.google.android.gms]: generate resources for pseudo-locales (en-XA and ar-XB).
  2244. » [com.google.android.gms]: --min-sdk-version
  2245. » [com.google.android.gms]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  2246. » [com.google.android.gms]: higher, the default encoding for resources will be in UTF-8.
  2247. » [com.google.android.gms]: --target-sdk-version
  2248. » [com.google.android.gms]: inserts android:targetSdkVersion in to manifest.
  2249. » [com.google.android.gms]: --max-res-version
  2250. » [com.google.android.gms]: ignores versioned resource directories above the given value.
  2251. » [com.google.android.gms]: --values
  2252. » [com.google.android.gms]: when used with "dump resources" also includes resource values.
  2253. » [com.google.android.gms]: --version-code
  2254. » [com.google.android.gms]: inserts android:versionCode in to manifest.
  2255. » [com.google.android.gms]: --version-name
  2256. » [com.google.android.gms]: inserts android:versionName in to manifest.
  2257. » [com.google.android.gms]: --replace-version
  2258. » [com.google.android.gms]: If --version-code and/or --version-name are specified, these
  2259. » [com.google.android.gms]: values will replace any value already in the manifest. By
  2260. » [com.google.android.gms]: default, nothing is changed if the manifest already defines
  2261. » [com.google.android.gms]: these attributes.
  2262. » [com.google.android.gms]: --custom-package
  2263. » [com.google.android.gms]: generates R.java into a different package.
  2264. » [com.google.android.gms]: --extra-packages
  2265. » [com.google.android.gms]: generate R.java for libraries. Separate libraries with ':'.
  2266. » [com.google.android.gms]: --generate-dependencies
  2267. » [com.google.android.gms]: generate dependency files in the same directories for R.java and resource package
  2268. » [com.google.android.gms]: --auto-add-overlay
  2269. » [com.google.android.gms]: Automatically add resources that are only in overlays.
  2270. » [com.google.android.gms]: --preferred-density
  2271. » [com.google.android.gms]: Specifies a preference for a particular density. Resources that do not
  2272. » [com.google.android.gms]: match this density and have variants that are a closer match are removed.
  2273. » [com.google.android.gms]: --split
  2274. » [com.google.android.gms]: Builds a separate split APK for the configurations listed. This can
  2275. » [com.google.android.gms]: be loaded alongside the base APK at runtime.
  2276. » [com.google.android.gms]: --feature-of
  2277. » [com.google.android.gms]: Builds a split APK that is a feature of the apk specified here. Resources
  2278. » [com.google.android.gms]: in the base APK can be referenced from the the feature APK.
  2279. » [com.google.android.gms]: --feature-after
  2280. » [com.google.android.gms]: An app can have multiple Feature Split APKs which must be totally ordered.
  2281. » [com.google.android.gms]: If --feature-of is specified, this flag specifies which Feature Split APK
  2282. » [com.google.android.gms]: comes before this one. The first Feature Split APK should not define
  2283. » [com.google.android.gms]: anything here.
  2284. » [com.google.android.gms]: --rename-manifest-package
  2285. » [com.google.android.gms]: Rewrite the manifest so that its package name is the package name
  2286. » [com.google.android.gms]: given here. Relative class names (for example .Foo) will be
  2287. » [com.google.android.gms]: changed to absolute names with the old package so that the code
  2288. » [com.google.android.gms]: does not need to change.
  2289. » [com.google.android.gms]: --rename-instrumentation-target-package
  2290. » [com.google.android.gms]: Rewrite the manifest so that all of its instrumentation
  2291. » [com.google.android.gms]: components target the given package. Useful when used in
  2292. » [com.google.android.gms]: conjunction with --rename-manifest-package to fix tests against
  2293. » [com.google.android.gms]: a package that has been renamed.
  2294. » [com.google.android.gms]: --product
  2295. » [com.google.android.gms]: Specifies which variant to choose for strings that have
  2296. » [com.google.android.gms]: product variants
  2297. » [com.google.android.gms]: --utf16
  2298. » [com.google.android.gms]: changes default encoding for resources to UTF-16. Only useful when API
  2299. » [com.google.android.gms]: level is set to 7 or higher where the default encoding is UTF-8.
  2300. » [com.google.android.gms]: --non-constant-id
  2301. » [com.google.android.gms]: Make the resources ID non constant. This is required to make an R java class
  2302. » [com.google.android.gms]: that does not contain the final value but is used to make reusable compiled
  2303. » [com.google.android.gms]: libraries that need to access resources.
  2304. » [com.google.android.gms]: --shared-lib
  2305. » [com.google.android.gms]: Make a shared library resource package that can be loaded by an application
  2306. » [com.google.android.gms]: at runtime to access the libraries resources. Implies --non-constant-id.
  2307. » [com.google.android.gms]: --error-on-failed-insert
  2308. » [com.google.android.gms]: Forces aapt to return an error if it fails to insert values into the manifest
  2309. » [com.google.android.gms]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  2310. » [com.google.android.gms]: and --version-name.
  2311. » [com.google.android.gms]: Insertion typically fails if the manifest already defines the attribute.
  2312. » [com.google.android.gms]: --error-on-missing-config-entry
  2313. » [com.google.android.gms]: Forces aapt to return an error if it fails to find an entry for a configuration.
  2314. » [com.google.android.gms]: --output-text-symbols
  2315. » [com.google.android.gms]: Generates a text file containing the resource symbols of the R class in the
  2316. » [com.google.android.gms]: specified folder.
  2317. » [com.google.android.gms]: --ignore-assets
  2318. » [com.google.android.gms]: Assets to be ignored. Default pattern is:
  2319. » [com.google.android.gms]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  2320. » [com.google.android.gms]: --skip-symbols-without-default-localization
  2321. » [com.google.android.gms]: Prevents symbols from being generated for strings that do not have a default
  2322. » [com.google.android.gms]: localization
  2323. » [com.google.android.gms]: --no-version-vectors
  2324. » [com.google.android.gms]: Do not automatically generate versioned copies of vector XML resources.
  2325. » [com.google.android.gms]: Installation of "com.google.android.gms" has failed.
  2326. » [com.google.android.tts]: ERROR: Unknown option '--app-as-shared-lib'
  2327. » [com.google.android.tts]: Android Asset Packaging Tool
  2328. » [com.google.android.tts]: Usage:
  2329. » [com.google.android.tts]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  2330. » [com.google.android.tts]: List contents of Zip-compatible archive.
  2331. » [com.google.android.tts]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2332. » [com.google.android.tts]: strings Print the contents of the resource table string pool in the APK.
  2333. » [com.google.android.tts]: badging Print the label and icon for the app declared in APK.
  2334. » [com.google.android.tts]: permissions Print the permissions from the APK.
  2335. » [com.google.android.tts]: resources Print the resource table from the APK.
  2336. » [com.google.android.tts]: configurations Print the configurations in the APK.
  2337. » [com.google.android.tts]: xmltree Print the compiled xmls in the given assets.
  2338. » [com.google.android.tts]: xmlstrings Print the strings of the given compiled xml assets.
  2339. » [com.google.android.tts]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  2340. » [com.google.android.tts]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  2341. » [com.google.android.tts]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  2342. » [com.google.android.tts]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  2343. » [com.google.android.tts]: [--rename-manifest-package PACKAGE] \
  2344. » [com.google.android.tts]: [--rename-instrumentation-target-package PACKAGE] \
  2345. » [com.google.android.tts]: [--utf16] [--auto-add-overlay] \
  2346. » [com.google.android.tts]: [--max-res-version VAL] \
  2347. » [com.google.android.tts]: [-I base-package [-I base-package ...]] \
  2348. » [com.google.android.tts]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  2349. » [com.google.android.tts]: [-S resource-sources [-S resource-sources ...]] \
  2350. » [com.google.android.tts]: [-F apk-file] [-J R-file-dir] \
  2351. » [com.google.android.tts]: [--product product1,product2,...] \
  2352. » [com.google.android.tts]: [-c CONFIGS] [--preferred-density DENSITY] \
  2353. » [com.google.android.tts]: [--split CONFIGS [--split CONFIGS]] \
  2354. » [com.google.android.tts]: [--feature-of package [--feature-after package]] \
  2355. » [com.google.android.tts]: [raw-files-dir [raw-files-dir] ...] \
  2356. » [com.google.android.tts]: [--output-text-symbols DIR]
  2357. » [com.google.android.tts]: Package the android resources. It will read assets and resources that are
  2358. » [com.google.android.tts]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  2359. » [com.google.android.tts]: options control which files are output.
  2360. » [com.google.android.tts]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2361. » [com.google.android.tts]: Delete specified files from Zip-compatible archive.
  2362. » [com.google.android.tts]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2363. » [com.google.android.tts]: Add specified files to Zip-compatible archive.
  2364. » [com.google.android.tts]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  2365. » [com.google.android.tts]: Do PNG preprocessing on one or several resource folders
  2366. » [com.google.android.tts]: and store the results in the output folder.
  2367. » [com.google.android.tts]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  2368. » [com.google.android.tts]: Do PNG preprocessing on a single file.
  2369. » [com.google.android.tts]: aapt v[ersion]
  2370. » [com.google.android.tts]: Print program version.
  2371. » [com.google.android.tts]: Modifiers:
  2372. » [com.google.android.tts]: -a print Android-specific data (resources, manifest) when listing
  2373. » [com.google.android.tts]: -c specify which configurations to include. The default is all
  2374. » [com.google.android.tts]: configurations. The value of the parameter should be a comma
  2375. » [com.google.android.tts]: separated list of configuration values. Locales should be specified
  2376. » [com.google.android.tts]: as either a language or language-region pair. Some examples:
  2377. » [com.google.android.tts]: en
  2378. » [com.google.android.tts]: port,en
  2379. » [com.google.android.tts]: port,land,en_US
  2380. » [com.google.android.tts]: -d one or more device assets to include, separated by commas
  2381. » [com.google.android.tts]: -f force overwrite of existing files
  2382. » [com.google.android.tts]: -g specify a pixel tolerance to force images to grayscale, default 0
  2383. » [com.google.android.tts]: -j specify a jar or zip file containing classes to include
  2384. » [com.google.android.tts]: -k junk path of file(s) added
  2385. » [com.google.android.tts]: -m make package directories under location specified by -J
  2386. » [com.google.android.tts]: -u update existing packages (add new, replace older, remove deleted files)
  2387. » [com.google.android.tts]: -v verbose output
  2388. » [com.google.android.tts]: -x create extending (non-application) resource IDs
  2389. » [com.google.android.tts]: -z require localization of resource attributes marked with
  2390. » [com.google.android.tts]: localization="suggested"
  2391. » [com.google.android.tts]: -A additional directory in which to find raw asset files
  2392. » [com.google.android.tts]: -G A file to output proguard options into.
  2393. » [com.google.android.tts]: -F specify the apk file to output
  2394. » [com.google.android.tts]: -I add an existing package to base include set
  2395. » [com.google.android.tts]: -J specify where to output R.java resource constant definitions
  2396. » [com.google.android.tts]: -M specify full path to AndroidManifest.xml to include in zip
  2397. » [com.google.android.tts]: -P specify where to output public resource definitions
  2398. » [com.google.android.tts]: -S directory in which to find resources. Multiple directories will be scanned
  2399. » [com.google.android.tts]: and the first match found (left to right) will take precedence.
  2400. » [com.google.android.tts]: -0 specifies an additional extension for which such files will not
  2401. » [com.google.android.tts]: be stored compressed in the .apk. An empty string means to not
  2402. » [com.google.android.tts]: compress any files at all.
  2403. » [com.google.android.tts]: --debug-mode
  2404. » [com.google.android.tts]: inserts android:debuggable="true" in to the application node of the
  2405. » [com.google.android.tts]: manifest, making the application debuggable even on production devices.
  2406. » [com.google.android.tts]: --include-meta-data
  2407. » [com.google.android.tts]: when used with "dump badging" also includes meta-data tags.
  2408. » [com.google.android.tts]: --pseudo-localize
  2409. » [com.google.android.tts]: generate resources for pseudo-locales (en-XA and ar-XB).
  2410. » [com.google.android.tts]: --min-sdk-version
  2411. » [com.google.android.tts]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  2412. » [com.google.android.tts]: higher, the default encoding for resources will be in UTF-8.
  2413. » [com.google.android.tts]: --target-sdk-version
  2414. » [com.google.android.tts]: inserts android:targetSdkVersion in to manifest.
  2415. » [com.google.android.tts]: --max-res-version
  2416. » [com.google.android.tts]: ignores versioned resource directories above the given value.
  2417. » [com.google.android.tts]: --values
  2418. » [com.google.android.tts]: when used with "dump resources" also includes resource values.
  2419. » [com.google.android.tts]: --version-code
  2420. » [com.google.android.tts]: inserts android:versionCode in to manifest.
  2421. » [com.google.android.tts]: --version-name
  2422. » [com.google.android.tts]: inserts android:versionName in to manifest.
  2423. » [com.google.android.tts]: --replace-version
  2424. » [com.google.android.tts]: If --version-code and/or --version-name are specified, these
  2425. » [com.google.android.tts]: values will replace any value already in the manifest. By
  2426. » [com.google.android.tts]: default, nothing is changed if the manifest already defines
  2427. » [com.google.android.tts]: these attributes.
  2428. » [com.google.android.tts]: --custom-package
  2429. » [com.google.android.tts]: generates R.java into a different package.
  2430. » [com.google.android.tts]: --extra-packages
  2431. » [com.google.android.tts]: generate R.java for libraries. Separate libraries with ':'.
  2432. » [com.google.android.tts]: --generate-dependencies
  2433. » [com.google.android.tts]: generate dependency files in the same directories for R.java and resource package
  2434. » [com.google.android.tts]: --auto-add-overlay
  2435. » [com.google.android.tts]: Automatically add resources that are only in overlays.
  2436. » [com.google.android.tts]: --preferred-density
  2437. » [com.google.android.tts]: Specifies a preference for a particular density. Resources that do not
  2438. » [com.google.android.tts]: match this density and have variants that are a closer match are removed.
  2439. » [com.google.android.tts]: --split
  2440. » [com.google.android.tts]: Builds a separate split APK for the configurations listed. This can
  2441. » [com.google.android.tts]: be loaded alongside the base APK at runtime.
  2442. » [com.google.android.tts]: --feature-of
  2443. » [com.google.android.tts]: Builds a split APK that is a feature of the apk specified here. Resources
  2444. » [com.google.android.tts]: in the base APK can be referenced from the the feature APK.
  2445. » [com.google.android.tts]: --feature-after
  2446. » [com.google.android.tts]: An app can have multiple Feature Split APKs which must be totally ordered.
  2447. » [com.google.android.tts]: If --feature-of is specified, this flag specifies which Feature Split APK
  2448. » [com.google.android.tts]: comes before this one. The first Feature Split APK should not define
  2449. » [com.google.android.tts]: anything here.
  2450. » [com.google.android.tts]: --rename-manifest-package
  2451. » [com.google.android.tts]: Rewrite the manifest so that its package name is the package name
  2452. » [com.google.android.tts]: given here. Relative class names (for example .Foo) will be
  2453. » [com.google.android.tts]: changed to absolute names with the old package so that the code
  2454. » [com.google.android.tts]: does not need to change.
  2455. » [com.google.android.tts]: --rename-instrumentation-target-package
  2456. » [com.google.android.tts]: Rewrite the manifest so that all of its instrumentation
  2457. » [com.google.android.tts]: components target the given package. Useful when used in
  2458. » [com.google.android.tts]: conjunction with --rename-manifest-package to fix tests against
  2459. » [com.google.android.tts]: a package that has been renamed.
  2460. » [com.google.android.tts]: --product
  2461. » [com.google.android.tts]: Specifies which variant to choose for strings that have
  2462. » [com.google.android.tts]: product variants
  2463. » [com.google.android.tts]: --utf16
  2464. » [com.google.android.tts]: changes default encoding for resources to UTF-16. Only useful when API
  2465. » [com.google.android.tts]: level is set to 7 or higher where the default encoding is UTF-8.
  2466. » [com.google.android.tts]: --non-constant-id
  2467. » [com.google.android.tts]: Make the resources ID non constant. This is required to make an R java class
  2468. » [com.google.android.tts]: that does not contain the final value but is used to make reusable compiled
  2469. » [com.google.android.tts]: libraries that need to access resources.
  2470. » [com.google.android.tts]: --shared-lib
  2471. » [com.google.android.tts]: Make a shared library resource package that can be loaded by an application
  2472. » [com.google.android.tts]: at runtime to access the libraries resources. Implies --non-constant-id.
  2473. » [com.google.android.tts]: --error-on-failed-insert
  2474. » [com.google.android.tts]: Forces aapt to return an error if it fails to insert values into the manifest
  2475. » [com.google.android.tts]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  2476. » [com.google.android.tts]: and --version-name.
  2477. » [com.google.android.tts]: Insertion typically fails if the manifest already defines the attribute.
  2478. » [com.google.android.tts]: --error-on-missing-config-entry
  2479. » [com.google.android.tts]: Forces aapt to return an error if it fails to find an entry for a configuration.
  2480. » [com.google.android.tts]: --output-text-symbols
  2481. » [com.google.android.tts]: Generates a text file containing the resource symbols of the R class in the
  2482. » [com.google.android.tts]: specified folder.
  2483. » [com.google.android.tts]: --ignore-assets
  2484. » [com.google.android.tts]: Assets to be ignored. Default pattern is:
  2485. » [com.google.android.tts]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  2486. » [com.google.android.tts]: --skip-symbols-without-default-localization
  2487. » [com.google.android.tts]: Prevents symbols from being generated for strings that do not have a default
  2488. » [com.google.android.tts]: localization
  2489. » [com.google.android.tts]: --no-version-vectors
  2490. » [com.google.android.tts]: Do not automatically generate versioned copies of vector XML resources.
  2491. » [com.google.android.tts]: Installation of "com.google.android.tts" has failed.
  2492. » [com.google.android.apps.wallpaper]: ERROR: Unknown option '--app-as-shared-lib'
  2493. » [com.google.android.apps.wallpaper]: Android Asset Packaging Tool
  2494. » [com.google.android.apps.wallpaper]: Usage:
  2495. » [com.google.android.apps.wallpaper]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  2496. » [com.google.android.apps.wallpaper]: List contents of Zip-compatible archive.
  2497. » [com.google.android.apps.wallpaper]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2498. » [com.google.android.apps.wallpaper]: strings Print the contents of the resource table string pool in the APK.
  2499. » [com.google.android.apps.wallpaper]: badging Print the label and icon for the app declared in APK.
  2500. » [com.google.android.apps.wallpaper]: permissions Print the permissions from the APK.
  2501. » [com.google.android.apps.wallpaper]: resources Print the resource table from the APK.
  2502. » [com.google.android.apps.wallpaper]: configurations Print the configurations in the APK.
  2503. » [com.google.android.apps.wallpaper]: xmltree Print the compiled xmls in the given assets.
  2504. » [com.google.android.apps.wallpaper]: xmlstrings Print the strings of the given compiled xml assets.
  2505. » [com.google.android.apps.wallpaper]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  2506. » [com.google.android.apps.wallpaper]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  2507. » [com.google.android.apps.wallpaper]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  2508. » [com.google.android.apps.wallpaper]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  2509. » [com.google.android.apps.wallpaper]: [--rename-manifest-package PACKAGE] \
  2510. » [com.google.android.apps.wallpaper]: [--rename-instrumentation-target-package PACKAGE] \
  2511. » [com.google.android.apps.wallpaper]: [--utf16] [--auto-add-overlay] \
  2512. » [com.google.android.apps.wallpaper]: [--max-res-version VAL] \
  2513. » [com.google.android.apps.wallpaper]: [-I base-package [-I base-package ...]] \
  2514. » [com.google.android.apps.wallpaper]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  2515. » [com.google.android.apps.wallpaper]: [-S resource-sources [-S resource-sources ...]] \
  2516. » [com.google.android.apps.wallpaper]: [-F apk-file] [-J R-file-dir] \
  2517. » [com.google.android.apps.wallpaper]: [--product product1,product2,...] \
  2518. » [com.google.android.apps.wallpaper]: [-c CONFIGS] [--preferred-density DENSITY] \
  2519. » [com.google.android.apps.wallpaper]: [--split CONFIGS [--split CONFIGS]] \
  2520. » [com.google.android.apps.wallpaper]: [--feature-of package [--feature-after package]] \
  2521. » [com.google.android.apps.wallpaper]: [raw-files-dir [raw-files-dir] ...] \
  2522. » [com.google.android.apps.wallpaper]: [--output-text-symbols DIR]
  2523. » [com.google.android.apps.wallpaper]: Package the android resources. It will read assets and resources that are
  2524. » [com.google.android.apps.wallpaper]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  2525. » [com.google.android.apps.wallpaper]: options control which files are output.
  2526. » [com.google.android.apps.wallpaper]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2527. » [com.google.android.apps.wallpaper]: Delete specified files from Zip-compatible archive.
  2528. » [com.google.android.apps.wallpaper]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2529. » [com.google.android.apps.wallpaper]: Add specified files to Zip-compatible archive.
  2530. » [com.google.android.apps.wallpaper]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  2531. » [com.google.android.apps.wallpaper]: Do PNG preprocessing on one or several resource folders
  2532. » [com.google.android.apps.wallpaper]: and store the results in the output folder.
  2533. » [com.google.android.apps.wallpaper]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  2534. » [com.google.android.apps.wallpaper]: Do PNG preprocessing on a single file.
  2535. » [com.google.android.apps.wallpaper]: aapt v[ersion]
  2536. » [com.google.android.apps.wallpaper]: Print program version.
  2537. » [com.google.android.apps.wallpaper]: Modifiers:
  2538. » [com.google.android.apps.wallpaper]: -a print Android-specific data (resources, manifest) when listing
  2539. » [com.google.android.apps.wallpaper]: -c specify which configurations to include. The default is all
  2540. » [com.google.android.apps.wallpaper]: configurations. The value of the parameter should be a comma
  2541. » [com.google.android.apps.wallpaper]: separated list of configuration values. Locales should be specified
  2542. » [com.google.android.apps.wallpaper]: as either a language or language-region pair. Some examples:
  2543. » [com.google.android.apps.wallpaper]: en
  2544. » [com.google.android.apps.wallpaper]: port,en
  2545. » [com.google.android.apps.wallpaper]: port,land,en_US
  2546. » [com.google.android.apps.wallpaper]: -d one or more device assets to include, separated by commas
  2547. » [com.google.android.apps.wallpaper]: -f force overwrite of existing files
  2548. » [com.google.android.apps.wallpaper]: -g specify a pixel tolerance to force images to grayscale, default 0
  2549. » [com.google.android.apps.wallpaper]: -j specify a jar or zip file containing classes to include
  2550. » [com.google.android.apps.wallpaper]: -k junk path of file(s) added
  2551. » [com.google.android.apps.wallpaper]: -m make package directories under location specified by -J
  2552. » [com.google.android.apps.wallpaper]: -u update existing packages (add new, replace older, remove deleted files)
  2553. » [com.google.android.apps.wallpaper]: -v verbose output
  2554. » [com.google.android.apps.wallpaper]: -x create extending (non-application) resource IDs
  2555. » [com.google.android.apps.wallpaper]: -z require localization of resource attributes marked with
  2556. » [com.google.android.apps.wallpaper]: localization="suggested"
  2557. » [com.google.android.apps.wallpaper]: -A additional directory in which to find raw asset files
  2558. » [com.google.android.apps.wallpaper]: -G A file to output proguard options into.
  2559. » [com.google.android.apps.wallpaper]: -F specify the apk file to output
  2560. » [com.google.android.apps.wallpaper]: -I add an existing package to base include set
  2561. » [com.google.android.apps.wallpaper]: -J specify where to output R.java resource constant definitions
  2562. » [com.google.android.apps.wallpaper]: -M specify full path to AndroidManifest.xml to include in zip
  2563. » [com.google.android.apps.wallpaper]: -P specify where to output public resource definitions
  2564. » [com.google.android.apps.wallpaper]: -S directory in which to find resources. Multiple directories will be scanned
  2565. » [com.google.android.apps.wallpaper]: and the first match found (left to right) will take precedence.
  2566. » [com.google.android.apps.wallpaper]: -0 specifies an additional extension for which such files will not
  2567. » [com.google.android.apps.wallpaper]: be stored compressed in the .apk. An empty string means to not
  2568. » [com.google.android.apps.wallpaper]: compress any files at all.
  2569. » [com.google.android.apps.wallpaper]: --debug-mode
  2570. » [com.google.android.apps.wallpaper]: inserts android:debuggable="true" in to the application node of the
  2571. » [com.google.android.apps.wallpaper]: manifest, making the application debuggable even on production devices.
  2572. » [com.google.android.apps.wallpaper]: --include-meta-data
  2573. » [com.google.android.apps.wallpaper]: when used with "dump badging" also includes meta-data tags.
  2574. » [com.google.android.apps.wallpaper]: --pseudo-localize
  2575. » [com.google.android.apps.wallpaper]: generate resources for pseudo-locales (en-XA and ar-XB).
  2576. » [com.google.android.apps.wallpaper]: --min-sdk-version
  2577. » [com.google.android.apps.wallpaper]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  2578. » [com.google.android.apps.wallpaper]: higher, the default encoding for resources will be in UTF-8.
  2579. » [com.google.android.apps.wallpaper]: --target-sdk-version
  2580. » [com.google.android.apps.wallpaper]: inserts android:targetSdkVersion in to manifest.
  2581. » [com.google.android.apps.wallpaper]: --max-res-version
  2582. » [com.google.android.apps.wallpaper]: ignores versioned resource directories above the given value.
  2583. » [com.google.android.apps.wallpaper]: --values
  2584. » [com.google.android.apps.wallpaper]: when used with "dump resources" also includes resource values.
  2585. » [com.google.android.apps.wallpaper]: --version-code
  2586. » [com.google.android.apps.wallpaper]: inserts android:versionCode in to manifest.
  2587. » [com.google.android.apps.wallpaper]: --version-name
  2588. » [com.google.android.apps.wallpaper]: inserts android:versionName in to manifest.
  2589. » [com.google.android.apps.wallpaper]: --replace-version
  2590. » [com.google.android.apps.wallpaper]: If --version-code and/or --version-name are specified, these
  2591. » [com.google.android.apps.wallpaper]: values will replace any value already in the manifest. By
  2592. » [com.google.android.apps.wallpaper]: default, nothing is changed if the manifest already defines
  2593. » [com.google.android.apps.wallpaper]: these attributes.
  2594. » [com.google.android.apps.wallpaper]: --custom-package
  2595. » [com.google.android.apps.wallpaper]: generates R.java into a different package.
  2596. » [com.google.android.apps.wallpaper]: --extra-packages
  2597. » [com.google.android.apps.wallpaper]: generate R.java for libraries. Separate libraries with ':'.
  2598. » [com.google.android.apps.wallpaper]: --generate-dependencies
  2599. » [com.google.android.apps.wallpaper]: generate dependency files in the same directories for R.java and resource package
  2600. » [com.google.android.apps.wallpaper]: --auto-add-overlay
  2601. » [com.google.android.apps.wallpaper]: Automatically add resources that are only in overlays.
  2602. » [com.google.android.apps.wallpaper]: --preferred-density
  2603. » [com.google.android.apps.wallpaper]: Specifies a preference for a particular density. Resources that do not
  2604. » [com.google.android.apps.wallpaper]: match this density and have variants that are a closer match are removed.
  2605. » [com.google.android.apps.wallpaper]: --split
  2606. » [com.google.android.apps.wallpaper]: Builds a separate split APK for the configurations listed. This can
  2607. » [com.google.android.apps.wallpaper]: be loaded alongside the base APK at runtime.
  2608. » [com.google.android.apps.wallpaper]: --feature-of
  2609. » [com.google.android.apps.wallpaper]: Builds a split APK that is a feature of the apk specified here. Resources
  2610. » [com.google.android.apps.wallpaper]: in the base APK can be referenced from the the feature APK.
  2611. » [com.google.android.apps.wallpaper]: --feature-after
  2612. » [com.google.android.apps.wallpaper]: An app can have multiple Feature Split APKs which must be totally ordered.
  2613. » [com.google.android.apps.wallpaper]: If --feature-of is specified, this flag specifies which Feature Split APK
  2614. » [com.google.android.apps.wallpaper]: comes before this one. The first Feature Split APK should not define
  2615. » [com.google.android.apps.wallpaper]: anything here.
  2616. » [com.google.android.apps.wallpaper]: --rename-manifest-package
  2617. » [com.google.android.apps.wallpaper]: Rewrite the manifest so that its package name is the package name
  2618. » [com.google.android.apps.wallpaper]: given here. Relative class names (for example .Foo) will be
  2619. » [com.google.android.apps.wallpaper]: changed to absolute names with the old package so that the code
  2620. » [com.google.android.apps.wallpaper]: does not need to change.
  2621. » [com.google.android.apps.wallpaper]: --rename-instrumentation-target-package
  2622. » [com.google.android.apps.wallpaper]: Rewrite the manifest so that all of its instrumentation
  2623. » [com.google.android.apps.wallpaper]: components target the given package. Useful when used in
  2624. » [com.google.android.apps.wallpaper]: conjunction with --rename-manifest-package to fix tests against
  2625. » [com.google.android.apps.wallpaper]: a package that has been renamed.
  2626. » [com.google.android.apps.wallpaper]: --product
  2627. » [com.google.android.apps.wallpaper]: Specifies which variant to choose for strings that have
  2628. » [com.google.android.apps.wallpaper]: product variants
  2629. » [com.google.android.apps.wallpaper]: --utf16
  2630. » [com.google.android.apps.wallpaper]: changes default encoding for resources to UTF-16. Only useful when API
  2631. » [com.google.android.apps.wallpaper]: level is set to 7 or higher where the default encoding is UTF-8.
  2632. » [com.google.android.apps.wallpaper]: --non-constant-id
  2633. » [com.google.android.apps.wallpaper]: Make the resources ID non constant. This is required to make an R java class
  2634. » [com.google.android.apps.wallpaper]: that does not contain the final value but is used to make reusable compiled
  2635. » [com.google.android.apps.wallpaper]: libraries that need to access resources.
  2636. » [com.google.android.apps.wallpaper]: --shared-lib
  2637. » [com.google.android.apps.wallpaper]: Make a shared library resource package that can be loaded by an application
  2638. » [com.google.android.apps.wallpaper]: at runtime to access the libraries resources. Implies --non-constant-id.
  2639. » [com.google.android.apps.wallpaper]: --error-on-failed-insert
  2640. » [com.google.android.apps.wallpaper]: Forces aapt to return an error if it fails to insert values into the manifest
  2641. » [com.google.android.apps.wallpaper]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  2642. » [com.google.android.apps.wallpaper]: and --version-name.
  2643. » [com.google.android.apps.wallpaper]: Insertion typically fails if the manifest already defines the attribute.
  2644. » [com.google.android.apps.wallpaper]: --error-on-missing-config-entry
  2645. » [com.google.android.apps.wallpaper]: Forces aapt to return an error if it fails to find an entry for a configuration.
  2646. » [com.google.android.apps.wallpaper]: --output-text-symbols
  2647. » [com.google.android.apps.wallpaper]: Generates a text file containing the resource symbols of the R class in the
  2648. » [com.google.android.apps.wallpaper]: specified folder.
  2649. » [com.google.android.apps.wallpaper]: --ignore-assets
  2650. » [com.google.android.apps.wallpaper]: Assets to be ignored. Default pattern is:
  2651. » [com.google.android.apps.wallpaper]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  2652. » [com.google.android.apps.wallpaper]: --skip-symbols-without-default-localization
  2653. » [com.google.android.apps.wallpaper]: Prevents symbols from being generated for strings that do not have a default
  2654. » [com.google.android.apps.wallpaper]: localization
  2655. » [com.google.android.apps.wallpaper]: --no-version-vectors
  2656. » [com.google.android.apps.wallpaper]: Do not automatically generate versioned copies of vector XML resources.
  2657. » [com.google.android.apps.wallpaper]: Installation of "com.google.android.apps.wallpaper" has failed.
  2658. » [com.android.contacts]: ERROR: Unknown option '--app-as-shared-lib'
  2659. » [com.android.contacts]: Android Asset Packaging Tool
  2660. » [com.android.contacts]: Usage:
  2661. » [com.android.contacts]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  2662. » [com.android.contacts]: List contents of Zip-compatible archive.
  2663. » [com.android.contacts]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2664. » [com.android.contacts]: strings Print the contents of the resource table string pool in the APK.
  2665. » [com.android.contacts]: badging Print the label and icon for the app declared in APK.
  2666. » [com.android.contacts]: permissions Print the permissions from the APK.
  2667. » [com.android.contacts]: resources Print the resource table from the APK.
  2668. » [com.android.contacts]: configurations Print the configurations in the APK.
  2669. » [com.android.contacts]: xmltree Print the compiled xmls in the given assets.
  2670. » [com.android.contacts]: xmlstrings Print the strings of the given compiled xml assets.
  2671. » [com.android.contacts]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  2672. » [com.android.contacts]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  2673. » [com.android.contacts]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  2674. » [com.android.contacts]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  2675. » [com.android.contacts]: [--rename-manifest-package PACKAGE] \
  2676. » [com.android.contacts]: [--rename-instrumentation-target-package PACKAGE] \
  2677. » [com.android.contacts]: [--utf16] [--auto-add-overlay] \
  2678. » [com.android.contacts]: [--max-res-version VAL] \
  2679. » [com.android.contacts]: [-I base-package [-I base-package ...]] \
  2680. » [com.android.contacts]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  2681. » [com.android.contacts]: [-S resource-sources [-S resource-sources ...]] \
  2682. » [com.android.contacts]: [-F apk-file] [-J R-file-dir] \
  2683. » [com.android.contacts]: [--product product1,product2,...] \
  2684. » [com.android.contacts]: [-c CONFIGS] [--preferred-density DENSITY] \
  2685. » [com.android.contacts]: [--split CONFIGS [--split CONFIGS]] \
  2686. » [com.android.contacts]: [--feature-of package [--feature-after package]] \
  2687. » [com.android.contacts]: [raw-files-dir [raw-files-dir] ...] \
  2688. » [com.android.contacts]: [--output-text-symbols DIR]
  2689. » [com.android.contacts]: Package the android resources. It will read assets and resources that are
  2690. » [com.android.contacts]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  2691. » [com.android.contacts]: options control which files are output.
  2692. » [com.android.contacts]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2693. » [com.android.contacts]: Delete specified files from Zip-compatible archive.
  2694. » [com.android.contacts]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2695. » [com.android.contacts]: Add specified files to Zip-compatible archive.
  2696. » [com.android.contacts]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  2697. » [com.android.contacts]: Do PNG preprocessing on one or several resource folders
  2698. » [com.android.contacts]: and store the results in the output folder.
  2699. » [com.android.contacts]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  2700. » [com.android.contacts]: Do PNG preprocessing on a single file.
  2701. » [com.android.contacts]: aapt v[ersion]
  2702. » [com.android.contacts]: Print program version.
  2703. » [com.android.contacts]: Modifiers:
  2704. » [com.android.contacts]: -a print Android-specific data (resources, manifest) when listing
  2705. » [com.android.contacts]: -c specify which configurations to include. The default is all
  2706. » [com.android.contacts]: configurations. The value of the parameter should be a comma
  2707. » [com.android.contacts]: separated list of configuration values. Locales should be specified
  2708. » [com.android.contacts]: as either a language or language-region pair. Some examples:
  2709. » [com.android.contacts]: en
  2710. » [com.android.contacts]: port,en
  2711. » [com.android.contacts]: port,land,en_US
  2712. » [com.android.contacts]: -d one or more device assets to include, separated by commas
  2713. » [com.android.contacts]: -f force overwrite of existing files
  2714. » [com.android.contacts]: -g specify a pixel tolerance to force images to grayscale, default 0
  2715. » [com.android.contacts]: -j specify a jar or zip file containing classes to include
  2716. » [com.android.contacts]: -k junk path of file(s) added
  2717. » [com.android.contacts]: -m make package directories under location specified by -J
  2718. » [com.android.contacts]: -u update existing packages (add new, replace older, remove deleted files)
  2719. » [com.android.contacts]: -v verbose output
  2720. » [com.android.contacts]: -x create extending (non-application) resource IDs
  2721. » [com.android.contacts]: -z require localization of resource attributes marked with
  2722. » [com.android.contacts]: localization="suggested"
  2723. » [com.android.contacts]: -A additional directory in which to find raw asset files
  2724. » [com.android.contacts]: -G A file to output proguard options into.
  2725. » [com.android.contacts]: -F specify the apk file to output
  2726. » [com.android.contacts]: -I add an existing package to base include set
  2727. » [com.android.contacts]: -J specify where to output R.java resource constant definitions
  2728. » [com.android.contacts]: -M specify full path to AndroidManifest.xml to include in zip
  2729. » [com.android.contacts]: -P specify where to output public resource definitions
  2730. » [com.android.contacts]: -S directory in which to find resources. Multiple directories will be scanned
  2731. » [com.android.contacts]: and the first match found (left to right) will take precedence.
  2732. » [com.android.contacts]: -0 specifies an additional extension for which such files will not
  2733. » [com.android.contacts]: be stored compressed in the .apk. An empty string means to not
  2734. » [com.android.contacts]: compress any files at all.
  2735. » [com.android.contacts]: --debug-mode
  2736. » [com.android.contacts]: inserts android:debuggable="true" in to the application node of the
  2737. » [com.android.contacts]: manifest, making the application debuggable even on production devices.
  2738. » [com.android.contacts]: --include-meta-data
  2739. » [com.android.contacts]: when used with "dump badging" also includes meta-data tags.
  2740. » [com.android.contacts]: --pseudo-localize
  2741. » [com.android.contacts]: generate resources for pseudo-locales (en-XA and ar-XB).
  2742. » [com.android.contacts]: --min-sdk-version
  2743. » [com.android.contacts]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  2744. » [com.android.contacts]: higher, the default encoding for resources will be in UTF-8.
  2745. » [com.android.contacts]: --target-sdk-version
  2746. » [com.android.contacts]: inserts android:targetSdkVersion in to manifest.
  2747. » [com.android.contacts]: --max-res-version
  2748. » [com.android.contacts]: ignores versioned resource directories above the given value.
  2749. » [com.android.contacts]: --values
  2750. » [com.android.contacts]: when used with "dump resources" also includes resource values.
  2751. » [com.android.contacts]: --version-code
  2752. » [com.android.contacts]: inserts android:versionCode in to manifest.
  2753. » [com.android.contacts]: --version-name
  2754. » [com.android.contacts]: inserts android:versionName in to manifest.
  2755. » [com.android.contacts]: --replace-version
  2756. » [com.android.contacts]: If --version-code and/or --version-name are specified, these
  2757. » [com.android.contacts]: values will replace any value already in the manifest. By
  2758. » [com.android.contacts]: default, nothing is changed if the manifest already defines
  2759. » [com.android.contacts]: these attributes.
  2760. » [com.android.contacts]: --custom-package
  2761. » [com.android.contacts]: generates R.java into a different package.
  2762. » [com.android.contacts]: --extra-packages
  2763. » [com.android.contacts]: generate R.java for libraries. Separate libraries with ':'.
  2764. » [com.android.contacts]: --generate-dependencies
  2765. » [com.android.contacts]: generate dependency files in the same directories for R.java and resource package
  2766. » [com.android.contacts]: --auto-add-overlay
  2767. » [com.android.contacts]: Automatically add resources that are only in overlays.
  2768. » [com.android.contacts]: --preferred-density
  2769. » [com.android.contacts]: Specifies a preference for a particular density. Resources that do not
  2770. » [com.android.contacts]: match this density and have variants that are a closer match are removed.
  2771. » [com.android.contacts]: --split
  2772. » [com.android.contacts]: Builds a separate split APK for the configurations listed. This can
  2773. » [com.android.contacts]: be loaded alongside the base APK at runtime.
  2774. » [com.android.contacts]: --feature-of
  2775. » [com.android.contacts]: Builds a split APK that is a feature of the apk specified here. Resources
  2776. » [com.android.contacts]: in the base APK can be referenced from the the feature APK.
  2777. » [com.android.contacts]: --feature-after
  2778. » [com.android.contacts]: An app can have multiple Feature Split APKs which must be totally ordered.
  2779. » [com.android.contacts]: If --feature-of is specified, this flag specifies which Feature Split APK
  2780. » [com.android.contacts]: comes before this one. The first Feature Split APK should not define
  2781. » [com.android.contacts]: anything here.
  2782. » [com.android.contacts]: --rename-manifest-package
  2783. » [com.android.contacts]: Rewrite the manifest so that its package name is the package name
  2784. » [com.android.contacts]: given here. Relative class names (for example .Foo) will be
  2785. » [com.android.contacts]: changed to absolute names with the old package so that the code
  2786. » [com.android.contacts]: does not need to change.
  2787. » [com.android.contacts]: --rename-instrumentation-target-package
  2788. » [com.android.contacts]: Rewrite the manifest so that all of its instrumentation
  2789. » [com.android.contacts]: components target the given package. Useful when used in
  2790. » [com.android.contacts]: conjunction with --rename-manifest-package to fix tests against
  2791. » [com.android.contacts]: a package that has been renamed.
  2792. » [com.android.contacts]: --product
  2793. » [com.android.contacts]: Specifies which variant to choose for strings that have
  2794. » [com.android.contacts]: product variants
  2795. » [com.android.contacts]: --utf16
  2796. » [com.android.contacts]: changes default encoding for resources to UTF-16. Only useful when API
  2797. » [com.android.contacts]: level is set to 7 or higher where the default encoding is UTF-8.
  2798. » [com.android.contacts]: --non-constant-id
  2799. » [com.android.contacts]: Make the resources ID non constant. This is required to make an R java class
  2800. » [com.android.contacts]: that does not contain the final value but is used to make reusable compiled
  2801. » [com.android.contacts]: libraries that need to access resources.
  2802. » [com.android.contacts]: --shared-lib
  2803. » [com.android.contacts]: Make a shared library resource package that can be loaded by an application
  2804. » [com.android.contacts]: at runtime to access the libraries resources. Implies --non-constant-id.
  2805. » [com.android.contacts]: --error-on-failed-insert
  2806. » [com.android.contacts]: Forces aapt to return an error if it fails to insert values into the manifest
  2807. » [com.android.contacts]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  2808. » [com.android.contacts]: and --version-name.
  2809. » [com.android.contacts]: Insertion typically fails if the manifest already defines the attribute.
  2810. » [com.android.contacts]: --error-on-missing-config-entry
  2811. » [com.android.contacts]: Forces aapt to return an error if it fails to find an entry for a configuration.
  2812. » [com.android.contacts]: --output-text-symbols
  2813. » [com.android.contacts]: Generates a text file containing the resource symbols of the R class in the
  2814. » [com.android.contacts]: specified folder.
  2815. » [com.android.contacts]: --ignore-assets
  2816. » [com.android.contacts]: Assets to be ignored. Default pattern is:
  2817. » [com.android.contacts]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  2818. » [com.android.contacts]: --skip-symbols-without-default-localization
  2819. » [com.android.contacts]: Prevents symbols from being generated for strings that do not have a default
  2820. » [com.android.contacts]: localization
  2821. » [com.android.contacts]: --no-version-vectors
  2822. » [com.android.contacts]: Do not automatically generate versioned copies of vector XML resources.
  2823. » [com.android.contacts]: Installation of "com.android.contacts" has failed.
  2824. » [com.android.systemui.navbars]: ERROR: Unknown option '--app-as-shared-lib'
  2825. » [com.android.systemui.navbars]: Android Asset Packaging Tool
  2826. » [com.android.systemui.navbars]: Usage:
  2827. » [com.android.systemui.navbars]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  2828. » [com.android.systemui.navbars]: List contents of Zip-compatible archive.
  2829. » [com.android.systemui.navbars]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2830. » [com.android.systemui.navbars]: strings Print the contents of the resource table string pool in the APK.
  2831. » [com.android.systemui.navbars]: badging Print the label and icon for the app declared in APK.
  2832. » [com.android.systemui.navbars]: permissions Print the permissions from the APK.
  2833. » [com.android.systemui.navbars]: resources Print the resource table from the APK.
  2834. » [com.android.systemui.navbars]: configurations Print the configurations in the APK.
  2835. » [com.android.systemui.navbars]: xmltree Print the compiled xmls in the given assets.
  2836. » [com.android.systemui.navbars]: xmlstrings Print the strings of the given compiled xml assets.
  2837. » [com.android.systemui.navbars]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  2838. » [com.android.systemui.navbars]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  2839. » [com.android.systemui.navbars]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  2840. » [com.android.systemui.navbars]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  2841. » [com.android.systemui.navbars]: [--rename-manifest-package PACKAGE] \
  2842. » [com.android.systemui.navbars]: [--rename-instrumentation-target-package PACKAGE] \
  2843. » [com.android.systemui.navbars]: [--utf16] [--auto-add-overlay] \
  2844. » [com.android.systemui.navbars]: [--max-res-version VAL] \
  2845. » [com.android.systemui.navbars]: [-I base-package [-I base-package ...]] \
  2846. » [com.android.systemui.navbars]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  2847. » [com.android.systemui.navbars]: [-S resource-sources [-S resource-sources ...]] \
  2848. » [com.android.systemui.navbars]: [-F apk-file] [-J R-file-dir] \
  2849. » [com.android.systemui.navbars]: [--product product1,product2,...] \
  2850. » [com.android.systemui.navbars]: [-c CONFIGS] [--preferred-density DENSITY] \
  2851. » [com.android.systemui.navbars]: [--split CONFIGS [--split CONFIGS]] \
  2852. » [com.android.systemui.navbars]: [--feature-of package [--feature-after package]] \
  2853. » [com.android.systemui.navbars]: [raw-files-dir [raw-files-dir] ...] \
  2854. » [com.android.systemui.navbars]: [--output-text-symbols DIR]
  2855. » [com.android.systemui.navbars]: Package the android resources. It will read assets and resources that are
  2856. » [com.android.systemui.navbars]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  2857. » [com.android.systemui.navbars]: options control which files are output.
  2858. » [com.android.systemui.navbars]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2859. » [com.android.systemui.navbars]: Delete specified files from Zip-compatible archive.
  2860. » [com.android.systemui.navbars]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  2861. » [com.android.systemui.navbars]: Add specified files to Zip-compatible archive.
  2862. » [com.android.systemui.navbars]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  2863. » [com.android.systemui.navbars]: Do PNG preprocessing on one or several resource folders
  2864. » [com.android.systemui.navbars]: and store the results in the output folder.
  2865. » [com.android.systemui.navbars]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  2866. » [com.android.systemui.navbars]: Do PNG preprocessing on a single file.
  2867. » [com.android.systemui.navbars]: aapt v[ersion]
  2868. » [com.android.systemui.navbars]: Print program version.
  2869. » [com.android.systemui.navbars]: Modifiers:
  2870. » [com.android.systemui.navbars]: -a print Android-specific data (resources, manifest) when listing
  2871. » [com.android.systemui.navbars]: -c specify which configurations to include. The default is all
  2872. » [com.android.systemui.navbars]: configurations. The value of the parameter should be a comma
  2873. » [com.android.systemui.navbars]: separated list of configuration values. Locales should be specified
  2874. » [com.android.systemui.navbars]: as either a language or language-region pair. Some examples:
  2875. » [com.android.systemui.navbars]: en
  2876. » [com.android.systemui.navbars]: port,en
  2877. » [com.android.systemui.navbars]: port,land,en_US
  2878. » [com.android.systemui.navbars]: -d one or more device assets to include, separated by commas
  2879. » [com.android.systemui.navbars]: -f force overwrite of existing files
  2880. » [com.android.systemui.navbars]: -g specify a pixel tolerance to force images to grayscale, default 0
  2881. » [com.android.systemui.navbars]: -j specify a jar or zip file containing classes to include
  2882. » [com.android.systemui.navbars]: -k junk path of file(s) added
  2883. » [com.android.systemui.navbars]: -m make package directories under location specified by -J
  2884. » [com.android.systemui.navbars]: -u update existing packages (add new, replace older, remove deleted files)
  2885. » [com.android.systemui.navbars]: -v verbose output
  2886. » [com.android.systemui.navbars]: -x create extending (non-application) resource IDs
  2887. » [com.android.systemui.navbars]: -z require localization of resource attributes marked with
  2888. » [com.android.systemui.navbars]: localization="suggested"
  2889. » [com.android.systemui.navbars]: -A additional directory in which to find raw asset files
  2890. » [com.android.systemui.navbars]: -G A file to output proguard options into.
  2891. » [com.android.systemui.navbars]: -F specify the apk file to output
  2892. » [com.android.systemui.navbars]: -I add an existing package to base include set
  2893. » [com.android.systemui.navbars]: -J specify where to output R.java resource constant definitions
  2894. » [com.android.systemui.navbars]: -M specify full path to AndroidManifest.xml to include in zip
  2895. » [com.android.systemui.navbars]: -P specify where to output public resource definitions
  2896. » [com.android.systemui.navbars]: -S directory in which to find resources. Multiple directories will be scanned
  2897. » [com.android.systemui.navbars]: and the first match found (left to right) will take precedence.
  2898. » [com.android.systemui.navbars]: -0 specifies an additional extension for which such files will not
  2899. » [com.android.systemui.navbars]: be stored compressed in the .apk. An empty string means to not
  2900. » [com.android.systemui.navbars]: compress any files at all.
  2901. » [com.android.systemui.navbars]: --debug-mode
  2902. » [com.android.systemui.navbars]: inserts android:debuggable="true" in to the application node of the
  2903. » [com.android.systemui.navbars]: manifest, making the application debuggable even on production devices.
  2904. » [com.android.systemui.navbars]: --include-meta-data
  2905. » [com.android.systemui.navbars]: when used with "dump badging" also includes meta-data tags.
  2906. » [com.android.systemui.navbars]: --pseudo-localize
  2907. » [com.android.systemui.navbars]: generate resources for pseudo-locales (en-XA and ar-XB).
  2908. » [com.android.systemui.navbars]: --min-sdk-version
  2909. » [com.android.systemui.navbars]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  2910. » [com.android.systemui.navbars]: higher, the default encoding for resources will be in UTF-8.
  2911. » [com.android.systemui.navbars]: --target-sdk-version
  2912. » [com.android.systemui.navbars]: inserts android:targetSdkVersion in to manifest.
  2913. » [com.android.systemui.navbars]: --max-res-version
  2914. » [com.android.systemui.navbars]: ignores versioned resource directories above the given value.
  2915. » [com.android.systemui.navbars]: --values
  2916. » [com.android.systemui.navbars]: when used with "dump resources" also includes resource values.
  2917. » [com.android.systemui.navbars]: --version-code
  2918. » [com.android.systemui.navbars]: inserts android:versionCode in to manifest.
  2919. » [com.android.systemui.navbars]: --version-name
  2920. » [com.android.systemui.navbars]: inserts android:versionName in to manifest.
  2921. » [com.android.systemui.navbars]: --replace-version
  2922. » [com.android.systemui.navbars]: If --version-code and/or --version-name are specified, these
  2923. » [com.android.systemui.navbars]: values will replace any value already in the manifest. By
  2924. » [com.android.systemui.navbars]: default, nothing is changed if the manifest already defines
  2925. » [com.android.systemui.navbars]: these attributes.
  2926. » [com.android.systemui.navbars]: --custom-package
  2927. » [com.android.systemui.navbars]: generates R.java into a different package.
  2928. » [com.android.systemui.navbars]: --extra-packages
  2929. » [com.android.systemui.navbars]: generate R.java for libraries. Separate libraries with ':'.
  2930. » [com.android.systemui.navbars]: --generate-dependencies
  2931. » [com.android.systemui.navbars]: generate dependency files in the same directories for R.java and resource package
  2932. » [com.android.systemui.navbars]: --auto-add-overlay
  2933. » [com.android.systemui.navbars]: Automatically add resources that are only in overlays.
  2934. » [com.android.systemui.navbars]: --preferred-density
  2935. » [com.android.systemui.navbars]: Specifies a preference for a particular density. Resources that do not
  2936. » [com.android.systemui.navbars]: match this density and have variants that are a closer match are removed.
  2937. » [com.android.systemui.navbars]: --split
  2938. » [com.android.systemui.navbars]: Builds a separate split APK for the configurations listed. This can
  2939. » [com.android.systemui.navbars]: be loaded alongside the base APK at runtime.
  2940. » [com.android.systemui.navbars]: --feature-of
  2941. » [com.android.systemui.navbars]: Builds a split APK that is a feature of the apk specified here. Resources
  2942. » [com.android.systemui.navbars]: in the base APK can be referenced from the the feature APK.
  2943. » [com.android.systemui.navbars]: --feature-after
  2944. » [com.android.systemui.navbars]: An app can have multiple Feature Split APKs which must be totally ordered.
  2945. » [com.android.systemui.navbars]: If --feature-of is specified, this flag specifies which Feature Split APK
  2946. » [com.android.systemui.navbars]: comes before this one. The first Feature Split APK should not define
  2947. » [com.android.systemui.navbars]: anything here.
  2948. » [com.android.systemui.navbars]: --rename-manifest-package
  2949. » [com.android.systemui.navbars]: Rewrite the manifest so that its package name is the package name
  2950. » [com.android.systemui.navbars]: given here. Relative class names (for example .Foo) will be
  2951. » [com.android.systemui.navbars]: changed to absolute names with the old package so that the code
  2952. » [com.android.systemui.navbars]: does not need to change.
  2953. » [com.android.systemui.navbars]: --rename-instrumentation-target-package
  2954. » [com.android.systemui.navbars]: Rewrite the manifest so that all of its instrumentation
  2955. » [com.android.systemui.navbars]: components target the given package. Useful when used in
  2956. » [com.android.systemui.navbars]: conjunction with --rename-manifest-package to fix tests against
  2957. » [com.android.systemui.navbars]: a package that has been renamed.
  2958. » [com.android.systemui.navbars]: --product
  2959. » [com.android.systemui.navbars]: Specifies which variant to choose for strings that have
  2960. » [com.android.systemui.navbars]: product variants
  2961. » [com.android.systemui.navbars]: --utf16
  2962. » [com.android.systemui.navbars]: changes default encoding for resources to UTF-16. Only useful when API
  2963. » [com.android.systemui.navbars]: level is set to 7 or higher where the default encoding is UTF-8.
  2964. » [com.android.systemui.navbars]: --non-constant-id
  2965. » [com.android.systemui.navbars]: Make the resources ID non constant. This is required to make an R java class
  2966. » [com.android.systemui.navbars]: that does not contain the final value but is used to make reusable compiled
  2967. » [com.android.systemui.navbars]: libraries that need to access resources.
  2968. » [com.android.systemui.navbars]: --shared-lib
  2969. » [com.android.systemui.navbars]: Make a shared library resource package that can be loaded by an application
  2970. » [com.android.systemui.navbars]: at runtime to access the libraries resources. Implies --non-constant-id.
  2971. » [com.android.systemui.navbars]: --error-on-failed-insert
  2972. » [com.android.systemui.navbars]: Forces aapt to return an error if it fails to insert values into the manifest
  2973. » [com.android.systemui.navbars]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  2974. » [com.android.systemui.navbars]: and --version-name.
  2975. » [com.android.systemui.navbars]: Insertion typically fails if the manifest already defines the attribute.
  2976. » [com.android.systemui.navbars]: --error-on-missing-config-entry
  2977. » [com.android.systemui.navbars]: Forces aapt to return an error if it fails to find an entry for a configuration.
  2978. » [com.android.systemui.navbars]: --output-text-symbols
  2979. » [com.android.systemui.navbars]: Generates a text file containing the resource symbols of the R class in the
  2980. » [com.android.systemui.navbars]: specified folder.
  2981. » [com.android.systemui.navbars]: --ignore-assets
  2982. » [com.android.systemui.navbars]: Assets to be ignored. Default pattern is:
  2983. » [com.android.systemui.navbars]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  2984. » [com.android.systemui.navbars]: --skip-symbols-without-default-localization
  2985. » [com.android.systemui.navbars]: Prevents symbols from being generated for strings that do not have a default
  2986. » [com.android.systemui.navbars]: localization
  2987. » [com.android.systemui.navbars]: --no-version-vectors
  2988. » [com.android.systemui.navbars]: Do not automatically generate versioned copies of vector XML resources.
  2989. » [com.android.systemui.navbars]: Installation of "com.android.systemui.navbars" has failed.
  2990. » [com.google.android.keep]: ERROR: Unknown option '--app-as-shared-lib'
  2991. » [com.google.android.keep]: Android Asset Packaging Tool
  2992. » [com.google.android.keep]: Usage:
  2993. » [com.google.android.keep]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  2994. » [com.google.android.keep]: List contents of Zip-compatible archive.
  2995. » [com.google.android.keep]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  2996. » [com.google.android.keep]: strings Print the contents of the resource table string pool in the APK.
  2997. » [com.google.android.keep]: badging Print the label and icon for the app declared in APK.
  2998. » [com.google.android.keep]: permissions Print the permissions from the APK.
  2999. » [com.google.android.keep]: resources Print the resource table from the APK.
  3000. » [com.google.android.keep]: configurations Print the configurations in the APK.
  3001. » [com.google.android.keep]: xmltree Print the compiled xmls in the given assets.
  3002. » [com.google.android.keep]: xmlstrings Print the strings of the given compiled xml assets.
  3003. » [com.google.android.keep]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  3004. » [com.google.android.keep]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  3005. » [com.google.android.keep]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  3006. » [com.google.android.keep]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  3007. » [com.google.android.keep]: [--rename-manifest-package PACKAGE] \
  3008. » [com.google.android.keep]: [--rename-instrumentation-target-package PACKAGE] \
  3009. » [com.google.android.keep]: [--utf16] [--auto-add-overlay] \
  3010. » [com.google.android.keep]: [--max-res-version VAL] \
  3011. » [com.google.android.keep]: [-I base-package [-I base-package ...]] \
  3012. » [com.google.android.keep]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  3013. » [com.google.android.keep]: [-S resource-sources [-S resource-sources ...]] \
  3014. » [com.google.android.keep]: [-F apk-file] [-J R-file-dir] \
  3015. » [com.google.android.keep]: [--product product1,product2,...] \
  3016. » [com.google.android.keep]: [-c CONFIGS] [--preferred-density DENSITY] \
  3017. » [com.google.android.keep]: [--split CONFIGS [--split CONFIGS]] \
  3018. » [com.google.android.keep]: [--feature-of package [--feature-after package]] \
  3019. » [com.google.android.keep]: [raw-files-dir [raw-files-dir] ...] \
  3020. » [com.google.android.keep]: [--output-text-symbols DIR]
  3021. » [com.google.android.keep]: Package the android resources. It will read assets and resources that are
  3022. » [com.google.android.keep]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  3023. » [com.google.android.keep]: options control which files are output.
  3024. » [com.google.android.keep]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3025. » [com.google.android.keep]: Delete specified files from Zip-compatible archive.
  3026. » [com.google.android.keep]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3027. » [com.google.android.keep]: Add specified files to Zip-compatible archive.
  3028. » [com.google.android.keep]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  3029. » [com.google.android.keep]: Do PNG preprocessing on one or several resource folders
  3030. » [com.google.android.keep]: and store the results in the output folder.
  3031. » [com.google.android.keep]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  3032. » [com.google.android.keep]: Do PNG preprocessing on a single file.
  3033. » [com.google.android.keep]: aapt v[ersion]
  3034. » [com.google.android.keep]: Print program version.
  3035. » [com.google.android.keep]: Modifiers:
  3036. » [com.google.android.keep]: -a print Android-specific data (resources, manifest) when listing
  3037. » [com.google.android.keep]: -c specify which configurations to include. The default is all
  3038. » [com.google.android.keep]: configurations. The value of the parameter should be a comma
  3039. » [com.google.android.keep]: separated list of configuration values. Locales should be specified
  3040. » [com.google.android.keep]: as either a language or language-region pair. Some examples:
  3041. » [com.google.android.keep]: en
  3042. » [com.google.android.keep]: port,en
  3043. » [com.google.android.keep]: port,land,en_US
  3044. » [com.google.android.keep]: -d one or more device assets to include, separated by commas
  3045. » [com.google.android.keep]: -f force overwrite of existing files
  3046. » [com.google.android.keep]: -g specify a pixel tolerance to force images to grayscale, default 0
  3047. » [com.google.android.keep]: -j specify a jar or zip file containing classes to include
  3048. » [com.google.android.keep]: -k junk path of file(s) added
  3049. » [com.google.android.keep]: -m make package directories under location specified by -J
  3050. » [com.google.android.keep]: -u update existing packages (add new, replace older, remove deleted files)
  3051. » [com.google.android.keep]: -v verbose output
  3052. » [com.google.android.keep]: -x create extending (non-application) resource IDs
  3053. » [com.google.android.keep]: -z require localization of resource attributes marked with
  3054. » [com.google.android.keep]: localization="suggested"
  3055. » [com.google.android.keep]: -A additional directory in which to find raw asset files
  3056. » [com.google.android.keep]: -G A file to output proguard options into.
  3057. » [com.google.android.keep]: -F specify the apk file to output
  3058. » [com.google.android.keep]: -I add an existing package to base include set
  3059. » [com.google.android.keep]: -J specify where to output R.java resource constant definitions
  3060. » [com.google.android.keep]: -M specify full path to AndroidManifest.xml to include in zip
  3061. » [com.google.android.keep]: -P specify where to output public resource definitions
  3062. » [com.google.android.keep]: -S directory in which to find resources. Multiple directories will be scanned
  3063. » [com.google.android.keep]: and the first match found (left to right) will take precedence.
  3064. » [com.google.android.keep]: -0 specifies an additional extension for which such files will not
  3065. » [com.google.android.keep]: be stored compressed in the .apk. An empty string means to not
  3066. » [com.google.android.keep]: compress any files at all.
  3067. » [com.google.android.keep]: --debug-mode
  3068. » [com.google.android.keep]: inserts android:debuggable="true" in to the application node of the
  3069. » [com.google.android.keep]: manifest, making the application debuggable even on production devices.
  3070. » [com.google.android.keep]: --include-meta-data
  3071. » [com.google.android.keep]: when used with "dump badging" also includes meta-data tags.
  3072. » [com.google.android.keep]: --pseudo-localize
  3073. » [com.google.android.keep]: generate resources for pseudo-locales (en-XA and ar-XB).
  3074. » [com.google.android.keep]: --min-sdk-version
  3075. » [com.google.android.keep]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  3076. » [com.google.android.keep]: higher, the default encoding for resources will be in UTF-8.
  3077. » [com.google.android.keep]: --target-sdk-version
  3078. » [com.google.android.keep]: inserts android:targetSdkVersion in to manifest.
  3079. » [com.google.android.keep]: --max-res-version
  3080. » [com.google.android.keep]: ignores versioned resource directories above the given value.
  3081. » [com.google.android.keep]: --values
  3082. » [com.google.android.keep]: when used with "dump resources" also includes resource values.
  3083. » [com.google.android.keep]: --version-code
  3084. » [com.google.android.keep]: inserts android:versionCode in to manifest.
  3085. » [com.google.android.keep]: --version-name
  3086. » [com.google.android.keep]: inserts android:versionName in to manifest.
  3087. » [com.google.android.keep]: --replace-version
  3088. » [com.google.android.keep]: If --version-code and/or --version-name are specified, these
  3089. » [com.google.android.keep]: values will replace any value already in the manifest. By
  3090. » [com.google.android.keep]: default, nothing is changed if the manifest already defines
  3091. » [com.google.android.keep]: these attributes.
  3092. » [com.google.android.keep]: --custom-package
  3093. » [com.google.android.keep]: generates R.java into a different package.
  3094. » [com.google.android.keep]: --extra-packages
  3095. » [com.google.android.keep]: generate R.java for libraries. Separate libraries with ':'.
  3096. » [com.google.android.keep]: --generate-dependencies
  3097. » [com.google.android.keep]: generate dependency files in the same directories for R.java and resource package
  3098. » [com.google.android.keep]: --auto-add-overlay
  3099. » [com.google.android.keep]: Automatically add resources that are only in overlays.
  3100. » [com.google.android.keep]: --preferred-density
  3101. » [com.google.android.keep]: Specifies a preference for a particular density. Resources that do not
  3102. » [com.google.android.keep]: match this density and have variants that are a closer match are removed.
  3103. » [com.google.android.keep]: --split
  3104. » [com.google.android.keep]: Builds a separate split APK for the configurations listed. This can
  3105. » [com.google.android.keep]: be loaded alongside the base APK at runtime.
  3106. » [com.google.android.keep]: --feature-of
  3107. » [com.google.android.keep]: Builds a split APK that is a feature of the apk specified here. Resources
  3108. » [com.google.android.keep]: in the base APK can be referenced from the the feature APK.
  3109. » [com.google.android.keep]: --feature-after
  3110. » [com.google.android.keep]: An app can have multiple Feature Split APKs which must be totally ordered.
  3111. » [com.google.android.keep]: If --feature-of is specified, this flag specifies which Feature Split APK
  3112. » [com.google.android.keep]: comes before this one. The first Feature Split APK should not define
  3113. » [com.google.android.keep]: anything here.
  3114. » [com.google.android.keep]: --rename-manifest-package
  3115. » [com.google.android.keep]: Rewrite the manifest so that its package name is the package name
  3116. » [com.google.android.keep]: given here. Relative class names (for example .Foo) will be
  3117. » [com.google.android.keep]: changed to absolute names with the old package so that the code
  3118. » [com.google.android.keep]: does not need to change.
  3119. » [com.google.android.keep]: --rename-instrumentation-target-package
  3120. » [com.google.android.keep]: Rewrite the manifest so that all of its instrumentation
  3121. » [com.google.android.keep]: components target the given package. Useful when used in
  3122. » [com.google.android.keep]: conjunction with --rename-manifest-package to fix tests against
  3123. » [com.google.android.keep]: a package that has been renamed.
  3124. » [com.google.android.keep]: --product
  3125. » [com.google.android.keep]: Specifies which variant to choose for strings that have
  3126. » [com.google.android.keep]: product variants
  3127. » [com.google.android.keep]: --utf16
  3128. » [com.google.android.keep]: changes default encoding for resources to UTF-16. Only useful when API
  3129. » [com.google.android.keep]: level is set to 7 or higher where the default encoding is UTF-8.
  3130. » [com.google.android.keep]: --non-constant-id
  3131. » [com.google.android.keep]: Make the resources ID non constant. This is required to make an R java class
  3132. » [com.google.android.keep]: that does not contain the final value but is used to make reusable compiled
  3133. » [com.google.android.keep]: libraries that need to access resources.
  3134. » [com.google.android.keep]: --shared-lib
  3135. » [com.google.android.keep]: Make a shared library resource package that can be loaded by an application
  3136. » [com.google.android.keep]: at runtime to access the libraries resources. Implies --non-constant-id.
  3137. » [com.google.android.keep]: --error-on-failed-insert
  3138. » [com.google.android.keep]: Forces aapt to return an error if it fails to insert values into the manifest
  3139. » [com.google.android.keep]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  3140. » [com.google.android.keep]: and --version-name.
  3141. » [com.google.android.keep]: Insertion typically fails if the manifest already defines the attribute.
  3142. » [com.google.android.keep]: --error-on-missing-config-entry
  3143. » [com.google.android.keep]: Forces aapt to return an error if it fails to find an entry for a configuration.
  3144. » [com.google.android.keep]: --output-text-symbols
  3145. » [com.google.android.keep]: Generates a text file containing the resource symbols of the R class in the
  3146. » [com.google.android.keep]: specified folder.
  3147. » [com.google.android.keep]: --ignore-assets
  3148. » [com.google.android.keep]: Assets to be ignored. Default pattern is:
  3149. » [com.google.android.keep]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  3150. » [com.google.android.keep]: --skip-symbols-without-default-localization
  3151. » [com.google.android.keep]: Prevents symbols from being generated for strings that do not have a default
  3152. » [com.google.android.keep]: localization
  3153. » [com.google.android.keep]: --no-version-vectors
  3154. » [com.google.android.keep]: Do not automatically generate versioned copies of vector XML resources.
  3155. » [com.google.android.keep]: Installation of "com.google.android.keep" has failed.
  3156. » [com.teslacoilsw.launcher]: ERROR: Unknown option '--app-as-shared-lib'
  3157. » [com.teslacoilsw.launcher]: Android Asset Packaging Tool
  3158. » [com.teslacoilsw.launcher]: Usage:
  3159. » [com.teslacoilsw.launcher]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  3160. » [com.teslacoilsw.launcher]: List contents of Zip-compatible archive.
  3161. » [com.teslacoilsw.launcher]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  3162. » [com.teslacoilsw.launcher]: strings Print the contents of the resource table string pool in the APK.
  3163. » [com.teslacoilsw.launcher]: badging Print the label and icon for the app declared in APK.
  3164. » [com.teslacoilsw.launcher]: permissions Print the permissions from the APK.
  3165. » [com.teslacoilsw.launcher]: resources Print the resource table from the APK.
  3166. » [com.teslacoilsw.launcher]: configurations Print the configurations in the APK.
  3167. » [com.teslacoilsw.launcher]: xmltree Print the compiled xmls in the given assets.
  3168. » [com.teslacoilsw.launcher]: xmlstrings Print the strings of the given compiled xml assets.
  3169. » [com.teslacoilsw.launcher]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  3170. » [com.teslacoilsw.launcher]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  3171. » [com.teslacoilsw.launcher]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  3172. » [com.teslacoilsw.launcher]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  3173. » [com.teslacoilsw.launcher]: [--rename-manifest-package PACKAGE] \
  3174. » [com.teslacoilsw.launcher]: [--rename-instrumentation-target-package PACKAGE] \
  3175. » [com.teslacoilsw.launcher]: [--utf16] [--auto-add-overlay] \
  3176. » [com.teslacoilsw.launcher]: [--max-res-version VAL] \
  3177. » [com.teslacoilsw.launcher]: [-I base-package [-I base-package ...]] \
  3178. » [com.teslacoilsw.launcher]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  3179. » [com.teslacoilsw.launcher]: [-S resource-sources [-S resource-sources ...]] \
  3180. » [com.teslacoilsw.launcher]: [-F apk-file] [-J R-file-dir] \
  3181. » [com.teslacoilsw.launcher]: [--product product1,product2,...] \
  3182. » [com.teslacoilsw.launcher]: [-c CONFIGS] [--preferred-density DENSITY] \
  3183. » [com.teslacoilsw.launcher]: [--split CONFIGS [--split CONFIGS]] \
  3184. » [com.teslacoilsw.launcher]: [--feature-of package [--feature-after package]] \
  3185. » [com.teslacoilsw.launcher]: [raw-files-dir [raw-files-dir] ...] \
  3186. » [com.teslacoilsw.launcher]: [--output-text-symbols DIR]
  3187. » [com.teslacoilsw.launcher]: Package the android resources. It will read assets and resources that are
  3188. » [com.teslacoilsw.launcher]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  3189. » [com.teslacoilsw.launcher]: options control which files are output.
  3190. » [com.teslacoilsw.launcher]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3191. » [com.teslacoilsw.launcher]: Delete specified files from Zip-compatible archive.
  3192. » [com.teslacoilsw.launcher]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3193. » [com.teslacoilsw.launcher]: Add specified files to Zip-compatible archive.
  3194. » [com.teslacoilsw.launcher]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  3195. » [com.teslacoilsw.launcher]: Do PNG preprocessing on one or several resource folders
  3196. » [com.teslacoilsw.launcher]: and store the results in the output folder.
  3197. » [com.teslacoilsw.launcher]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  3198. » [com.teslacoilsw.launcher]: Do PNG preprocessing on a single file.
  3199. » [com.teslacoilsw.launcher]: aapt v[ersion]
  3200. » [com.teslacoilsw.launcher]: Print program version.
  3201. » [com.teslacoilsw.launcher]: Modifiers:
  3202. » [com.teslacoilsw.launcher]: -a print Android-specific data (resources, manifest) when listing
  3203. » [com.teslacoilsw.launcher]: -c specify which configurations to include. The default is all
  3204. » [com.teslacoilsw.launcher]: configurations. The value of the parameter should be a comma
  3205. » [com.teslacoilsw.launcher]: separated list of configuration values. Locales should be specified
  3206. » [com.teslacoilsw.launcher]: as either a language or language-region pair. Some examples:
  3207. » [com.teslacoilsw.launcher]: en
  3208. » [com.teslacoilsw.launcher]: port,en
  3209. » [com.teslacoilsw.launcher]: port,land,en_US
  3210. » [com.teslacoilsw.launcher]: -d one or more device assets to include, separated by commas
  3211. » [com.teslacoilsw.launcher]: -f force overwrite of existing files
  3212. » [com.teslacoilsw.launcher]: -g specify a pixel tolerance to force images to grayscale, default 0
  3213. » [com.teslacoilsw.launcher]: -j specify a jar or zip file containing classes to include
  3214. » [com.teslacoilsw.launcher]: -k junk path of file(s) added
  3215. » [com.teslacoilsw.launcher]: -m make package directories under location specified by -J
  3216. » [com.teslacoilsw.launcher]: -u update existing packages (add new, replace older, remove deleted files)
  3217. » [com.teslacoilsw.launcher]: -v verbose output
  3218. » [com.teslacoilsw.launcher]: -x create extending (non-application) resource IDs
  3219. » [com.teslacoilsw.launcher]: -z require localization of resource attributes marked with
  3220. » [com.teslacoilsw.launcher]: localization="suggested"
  3221. » [com.teslacoilsw.launcher]: -A additional directory in which to find raw asset files
  3222. » [com.teslacoilsw.launcher]: -G A file to output proguard options into.
  3223. » [com.teslacoilsw.launcher]: -F specify the apk file to output
  3224. » [com.teslacoilsw.launcher]: -I add an existing package to base include set
  3225. » [com.teslacoilsw.launcher]: -J specify where to output R.java resource constant definitions
  3226. » [com.teslacoilsw.launcher]: -M specify full path to AndroidManifest.xml to include in zip
  3227. » [com.teslacoilsw.launcher]: -P specify where to output public resource definitions
  3228. » [com.teslacoilsw.launcher]: -S directory in which to find resources. Multiple directories will be scanned
  3229. » [com.teslacoilsw.launcher]: and the first match found (left to right) will take precedence.
  3230. » [com.teslacoilsw.launcher]: -0 specifies an additional extension for which such files will not
  3231. » [com.teslacoilsw.launcher]: be stored compressed in the .apk. An empty string means to not
  3232. » [com.teslacoilsw.launcher]: compress any files at all.
  3233. » [com.teslacoilsw.launcher]: --debug-mode
  3234. » [com.teslacoilsw.launcher]: inserts android:debuggable="true" in to the application node of the
  3235. » [com.teslacoilsw.launcher]: manifest, making the application debuggable even on production devices.
  3236. » [com.teslacoilsw.launcher]: --include-meta-data
  3237. » [com.teslacoilsw.launcher]: when used with "dump badging" also includes meta-data tags.
  3238. » [com.teslacoilsw.launcher]: --pseudo-localize
  3239. » [com.teslacoilsw.launcher]: generate resources for pseudo-locales (en-XA and ar-XB).
  3240. » [com.teslacoilsw.launcher]: --min-sdk-version
  3241. » [com.teslacoilsw.launcher]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  3242. » [com.teslacoilsw.launcher]: higher, the default encoding for resources will be in UTF-8.
  3243. » [com.teslacoilsw.launcher]: --target-sdk-version
  3244. » [com.teslacoilsw.launcher]: inserts android:targetSdkVersion in to manifest.
  3245. » [com.teslacoilsw.launcher]: --max-res-version
  3246. » [com.teslacoilsw.launcher]: ignores versioned resource directories above the given value.
  3247. » [com.teslacoilsw.launcher]: --values
  3248. » [com.teslacoilsw.launcher]: when used with "dump resources" also includes resource values.
  3249. » [com.teslacoilsw.launcher]: --version-code
  3250. » [com.teslacoilsw.launcher]: inserts android:versionCode in to manifest.
  3251. » [com.teslacoilsw.launcher]: --version-name
  3252. » [com.teslacoilsw.launcher]: inserts android:versionName in to manifest.
  3253. » [com.teslacoilsw.launcher]: --replace-version
  3254. » [com.teslacoilsw.launcher]: If --version-code and/or --version-name are specified, these
  3255. » [com.teslacoilsw.launcher]: values will replace any value already in the manifest. By
  3256. » [com.teslacoilsw.launcher]: default, nothing is changed if the manifest already defines
  3257. » [com.teslacoilsw.launcher]: these attributes.
  3258. » [com.teslacoilsw.launcher]: --custom-package
  3259. » [com.teslacoilsw.launcher]: generates R.java into a different package.
  3260. » [com.teslacoilsw.launcher]: --extra-packages
  3261. » [com.teslacoilsw.launcher]: generate R.java for libraries. Separate libraries with ':'.
  3262. » [com.teslacoilsw.launcher]: --generate-dependencies
  3263. » [com.teslacoilsw.launcher]: generate dependency files in the same directories for R.java and resource package
  3264. » [com.teslacoilsw.launcher]: --auto-add-overlay
  3265. » [com.teslacoilsw.launcher]: Automatically add resources that are only in overlays.
  3266. » [com.teslacoilsw.launcher]: --preferred-density
  3267. » [com.teslacoilsw.launcher]: Specifies a preference for a particular density. Resources that do not
  3268. » [com.teslacoilsw.launcher]: match this density and have variants that are a closer match are removed.
  3269. » [com.teslacoilsw.launcher]: --split
  3270. » [com.teslacoilsw.launcher]: Builds a separate split APK for the configurations listed. This can
  3271. » [com.teslacoilsw.launcher]: be loaded alongside the base APK at runtime.
  3272. » [com.teslacoilsw.launcher]: --feature-of
  3273. » [com.teslacoilsw.launcher]: Builds a split APK that is a feature of the apk specified here. Resources
  3274. » [com.teslacoilsw.launcher]: in the base APK can be referenced from the the feature APK.
  3275. » [com.teslacoilsw.launcher]: --feature-after
  3276. » [com.teslacoilsw.launcher]: An app can have multiple Feature Split APKs which must be totally ordered.
  3277. » [com.teslacoilsw.launcher]: If --feature-of is specified, this flag specifies which Feature Split APK
  3278. » [com.teslacoilsw.launcher]: comes before this one. The first Feature Split APK should not define
  3279. » [com.teslacoilsw.launcher]: anything here.
  3280. » [com.teslacoilsw.launcher]: --rename-manifest-package
  3281. » [com.teslacoilsw.launcher]: Rewrite the manifest so that its package name is the package name
  3282. » [com.teslacoilsw.launcher]: given here. Relative class names (for example .Foo) will be
  3283. » [com.teslacoilsw.launcher]: changed to absolute names with the old package so that the code
  3284. » [com.teslacoilsw.launcher]: does not need to change.
  3285. » [com.teslacoilsw.launcher]: --rename-instrumentation-target-package
  3286. » [com.teslacoilsw.launcher]: Rewrite the manifest so that all of its instrumentation
  3287. » [com.teslacoilsw.launcher]: components target the given package. Useful when used in
  3288. » [com.teslacoilsw.launcher]: conjunction with --rename-manifest-package to fix tests against
  3289. » [com.teslacoilsw.launcher]: a package that has been renamed.
  3290. » [com.teslacoilsw.launcher]: --product
  3291. » [com.teslacoilsw.launcher]: Specifies which variant to choose for strings that have
  3292. » [com.teslacoilsw.launcher]: product variants
  3293. » [com.teslacoilsw.launcher]: --utf16
  3294. » [com.teslacoilsw.launcher]: changes default encoding for resources to UTF-16. Only useful when API
  3295. » [com.teslacoilsw.launcher]: level is set to 7 or higher where the default encoding is UTF-8.
  3296. » [com.teslacoilsw.launcher]: --non-constant-id
  3297. » [com.teslacoilsw.launcher]: Make the resources ID non constant. This is required to make an R java class
  3298. » [com.teslacoilsw.launcher]: that does not contain the final value but is used to make reusable compiled
  3299. » [com.teslacoilsw.launcher]: libraries that need to access resources.
  3300. » [com.teslacoilsw.launcher]: --shared-lib
  3301. » [com.teslacoilsw.launcher]: Make a shared library resource package that can be loaded by an application
  3302. » [com.teslacoilsw.launcher]: at runtime to access the libraries resources. Implies --non-constant-id.
  3303. » [com.teslacoilsw.launcher]: --error-on-failed-insert
  3304. » [com.teslacoilsw.launcher]: Forces aapt to return an error if it fails to insert values into the manifest
  3305. » [com.teslacoilsw.launcher]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  3306. » [com.teslacoilsw.launcher]: and --version-name.
  3307. » [com.teslacoilsw.launcher]: Insertion typically fails if the manifest already defines the attribute.
  3308. » [com.teslacoilsw.launcher]: --error-on-missing-config-entry
  3309. » [com.teslacoilsw.launcher]: Forces aapt to return an error if it fails to find an entry for a configuration.
  3310. » [com.teslacoilsw.launcher]: --output-text-symbols
  3311. » [com.teslacoilsw.launcher]: Generates a text file containing the resource symbols of the R class in the
  3312. » [com.teslacoilsw.launcher]: specified folder.
  3313. » [com.teslacoilsw.launcher]: --ignore-assets
  3314. » [com.teslacoilsw.launcher]: Assets to be ignored. Default pattern is:
  3315. » [com.teslacoilsw.launcher]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  3316. » [com.teslacoilsw.launcher]: --skip-symbols-without-default-localization
  3317. » [com.teslacoilsw.launcher]: Prevents symbols from being generated for strings that do not have a default
  3318. » [com.teslacoilsw.launcher]: localization
  3319. » [com.teslacoilsw.launcher]: --no-version-vectors
  3320. » [com.teslacoilsw.launcher]: Do not automatically generate versioned copies of vector XML resources.
  3321. » [com.teslacoilsw.launcher]: Installation of "com.teslacoilsw.launcher" has failed.
  3322. » [org.omnirom.omniswitch]: ERROR: Unknown option '--app-as-shared-lib'
  3323. » [org.omnirom.omniswitch]: Android Asset Packaging Tool
  3324. » [org.omnirom.omniswitch]: Usage:
  3325. » [org.omnirom.omniswitch]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  3326. » [org.omnirom.omniswitch]: List contents of Zip-compatible archive.
  3327. » [org.omnirom.omniswitch]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  3328. » [org.omnirom.omniswitch]: strings Print the contents of the resource table string pool in the APK.
  3329. » [org.omnirom.omniswitch]: badging Print the label and icon for the app declared in APK.
  3330. » [org.omnirom.omniswitch]: permissions Print the permissions from the APK.
  3331. » [org.omnirom.omniswitch]: resources Print the resource table from the APK.
  3332. » [org.omnirom.omniswitch]: configurations Print the configurations in the APK.
  3333. » [org.omnirom.omniswitch]: xmltree Print the compiled xmls in the given assets.
  3334. » [org.omnirom.omniswitch]: xmlstrings Print the strings of the given compiled xml assets.
  3335. » [org.omnirom.omniswitch]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  3336. » [org.omnirom.omniswitch]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  3337. » [org.omnirom.omniswitch]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  3338. » [org.omnirom.omniswitch]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  3339. » [org.omnirom.omniswitch]: [--rename-manifest-package PACKAGE] \
  3340. » [org.omnirom.omniswitch]: [--rename-instrumentation-target-package PACKAGE] \
  3341. » [org.omnirom.omniswitch]: [--utf16] [--auto-add-overlay] \
  3342. » [org.omnirom.omniswitch]: [--max-res-version VAL] \
  3343. » [org.omnirom.omniswitch]: [-I base-package [-I base-package ...]] \
  3344. » [org.omnirom.omniswitch]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  3345. » [org.omnirom.omniswitch]: [-S resource-sources [-S resource-sources ...]] \
  3346. » [org.omnirom.omniswitch]: [-F apk-file] [-J R-file-dir] \
  3347. » [org.omnirom.omniswitch]: [--product product1,product2,...] \
  3348. » [org.omnirom.omniswitch]: [-c CONFIGS] [--preferred-density DENSITY] \
  3349. » [org.omnirom.omniswitch]: [--split CONFIGS [--split CONFIGS]] \
  3350. » [org.omnirom.omniswitch]: [--feature-of package [--feature-after package]] \
  3351. » [org.omnirom.omniswitch]: [raw-files-dir [raw-files-dir] ...] \
  3352. » [org.omnirom.omniswitch]: [--output-text-symbols DIR]
  3353. » [org.omnirom.omniswitch]: Package the android resources. It will read assets and resources that are
  3354. » [org.omnirom.omniswitch]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  3355. » [org.omnirom.omniswitch]: options control which files are output.
  3356. » [org.omnirom.omniswitch]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3357. » [org.omnirom.omniswitch]: Delete specified files from Zip-compatible archive.
  3358. » [org.omnirom.omniswitch]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3359. » [org.omnirom.omniswitch]: Add specified files to Zip-compatible archive.
  3360. » [org.omnirom.omniswitch]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  3361. » [org.omnirom.omniswitch]: Do PNG preprocessing on one or several resource folders
  3362. » [org.omnirom.omniswitch]: and store the results in the output folder.
  3363. » [org.omnirom.omniswitch]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  3364. » [org.omnirom.omniswitch]: Do PNG preprocessing on a single file.
  3365. » [org.omnirom.omniswitch]: aapt v[ersion]
  3366. » [org.omnirom.omniswitch]: Print program version.
  3367. » [org.omnirom.omniswitch]: Modifiers:
  3368. » [org.omnirom.omniswitch]: -a print Android-specific data (resources, manifest) when listing
  3369. » [org.omnirom.omniswitch]: -c specify which configurations to include. The default is all
  3370. » [org.omnirom.omniswitch]: configurations. The value of the parameter should be a comma
  3371. » [org.omnirom.omniswitch]: separated list of configuration values. Locales should be specified
  3372. » [org.omnirom.omniswitch]: as either a language or language-region pair. Some examples:
  3373. » [org.omnirom.omniswitch]: en
  3374. » [org.omnirom.omniswitch]: port,en
  3375. » [org.omnirom.omniswitch]: port,land,en_US
  3376. » [org.omnirom.omniswitch]: -d one or more device assets to include, separated by commas
  3377. » [org.omnirom.omniswitch]: -f force overwrite of existing files
  3378. » [org.omnirom.omniswitch]: -g specify a pixel tolerance to force images to grayscale, default 0
  3379. » [org.omnirom.omniswitch]: -j specify a jar or zip file containing classes to include
  3380. » [org.omnirom.omniswitch]: -k junk path of file(s) added
  3381. » [org.omnirom.omniswitch]: -m make package directories under location specified by -J
  3382. » [org.omnirom.omniswitch]: -u update existing packages (add new, replace older, remove deleted files)
  3383. » [org.omnirom.omniswitch]: -v verbose output
  3384. » [org.omnirom.omniswitch]: -x create extending (non-application) resource IDs
  3385. » [org.omnirom.omniswitch]: -z require localization of resource attributes marked with
  3386. » [org.omnirom.omniswitch]: localization="suggested"
  3387. » [org.omnirom.omniswitch]: -A additional directory in which to find raw asset files
  3388. » [org.omnirom.omniswitch]: -G A file to output proguard options into.
  3389. » [org.omnirom.omniswitch]: -F specify the apk file to output
  3390. » [org.omnirom.omniswitch]: -I add an existing package to base include set
  3391. » [org.omnirom.omniswitch]: -J specify where to output R.java resource constant definitions
  3392. » [org.omnirom.omniswitch]: -M specify full path to AndroidManifest.xml to include in zip
  3393. » [org.omnirom.omniswitch]: -P specify where to output public resource definitions
  3394. » [org.omnirom.omniswitch]: -S directory in which to find resources. Multiple directories will be scanned
  3395. » [org.omnirom.omniswitch]: and the first match found (left to right) will take precedence.
  3396. » [org.omnirom.omniswitch]: -0 specifies an additional extension for which such files will not
  3397. » [org.omnirom.omniswitch]: be stored compressed in the .apk. An empty string means to not
  3398. » [org.omnirom.omniswitch]: compress any files at all.
  3399. » [org.omnirom.omniswitch]: --debug-mode
  3400. » [org.omnirom.omniswitch]: inserts android:debuggable="true" in to the application node of the
  3401. » [org.omnirom.omniswitch]: manifest, making the application debuggable even on production devices.
  3402. » [org.omnirom.omniswitch]: --include-meta-data
  3403. » [org.omnirom.omniswitch]: when used with "dump badging" also includes meta-data tags.
  3404. » [org.omnirom.omniswitch]: --pseudo-localize
  3405. » [org.omnirom.omniswitch]: generate resources for pseudo-locales (en-XA and ar-XB).
  3406. » [org.omnirom.omniswitch]: --min-sdk-version
  3407. » [org.omnirom.omniswitch]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  3408. » [org.omnirom.omniswitch]: higher, the default encoding for resources will be in UTF-8.
  3409. » [org.omnirom.omniswitch]: --target-sdk-version
  3410. » [org.omnirom.omniswitch]: inserts android:targetSdkVersion in to manifest.
  3411. » [org.omnirom.omniswitch]: --max-res-version
  3412. » [org.omnirom.omniswitch]: ignores versioned resource directories above the given value.
  3413. » [org.omnirom.omniswitch]: --values
  3414. » [org.omnirom.omniswitch]: when used with "dump resources" also includes resource values.
  3415. » [org.omnirom.omniswitch]: --version-code
  3416. » [org.omnirom.omniswitch]: inserts android:versionCode in to manifest.
  3417. » [org.omnirom.omniswitch]: --version-name
  3418. » [org.omnirom.omniswitch]: inserts android:versionName in to manifest.
  3419. » [org.omnirom.omniswitch]: --replace-version
  3420. » [org.omnirom.omniswitch]: If --version-code and/or --version-name are specified, these
  3421. » [org.omnirom.omniswitch]: values will replace any value already in the manifest. By
  3422. » [org.omnirom.omniswitch]: default, nothing is changed if the manifest already defines
  3423. » [org.omnirom.omniswitch]: these attributes.
  3424. » [org.omnirom.omniswitch]: --custom-package
  3425. » [org.omnirom.omniswitch]: generates R.java into a different package.
  3426. » [org.omnirom.omniswitch]: --extra-packages
  3427. » [org.omnirom.omniswitch]: generate R.java for libraries. Separate libraries with ':'.
  3428. » [org.omnirom.omniswitch]: --generate-dependencies
  3429. » [org.omnirom.omniswitch]: generate dependency files in the same directories for R.java and resource package
  3430. » [org.omnirom.omniswitch]: --auto-add-overlay
  3431. » [org.omnirom.omniswitch]: Automatically add resources that are only in overlays.
  3432. » [org.omnirom.omniswitch]: --preferred-density
  3433. » [org.omnirom.omniswitch]: Specifies a preference for a particular density. Resources that do not
  3434. » [org.omnirom.omniswitch]: match this density and have variants that are a closer match are removed.
  3435. » [org.omnirom.omniswitch]: --split
  3436. » [org.omnirom.omniswitch]: Builds a separate split APK for the configurations listed. This can
  3437. » [org.omnirom.omniswitch]: be loaded alongside the base APK at runtime.
  3438. » [org.omnirom.omniswitch]: --feature-of
  3439. » [org.omnirom.omniswitch]: Builds a split APK that is a feature of the apk specified here. Resources
  3440. » [org.omnirom.omniswitch]: in the base APK can be referenced from the the feature APK.
  3441. » [org.omnirom.omniswitch]: --feature-after
  3442. » [org.omnirom.omniswitch]: An app can have multiple Feature Split APKs which must be totally ordered.
  3443. » [org.omnirom.omniswitch]: If --feature-of is specified, this flag specifies which Feature Split APK
  3444. » [org.omnirom.omniswitch]: comes before this one. The first Feature Split APK should not define
  3445. » [org.omnirom.omniswitch]: anything here.
  3446. » [org.omnirom.omniswitch]: --rename-manifest-package
  3447. » [org.omnirom.omniswitch]: Rewrite the manifest so that its package name is the package name
  3448. » [org.omnirom.omniswitch]: given here. Relative class names (for example .Foo) will be
  3449. » [org.omnirom.omniswitch]: changed to absolute names with the old package so that the code
  3450. » [org.omnirom.omniswitch]: does not need to change.
  3451. » [org.omnirom.omniswitch]: --rename-instrumentation-target-package
  3452. » [org.omnirom.omniswitch]: Rewrite the manifest so that all of its instrumentation
  3453. » [org.omnirom.omniswitch]: components target the given package. Useful when used in
  3454. » [org.omnirom.omniswitch]: conjunction with --rename-manifest-package to fix tests against
  3455. » [org.omnirom.omniswitch]: a package that has been renamed.
  3456. » [org.omnirom.omniswitch]: --product
  3457. » [org.omnirom.omniswitch]: Specifies which variant to choose for strings that have
  3458. » [org.omnirom.omniswitch]: product variants
  3459. » [org.omnirom.omniswitch]: --utf16
  3460. » [org.omnirom.omniswitch]: changes default encoding for resources to UTF-16. Only useful when API
  3461. » [org.omnirom.omniswitch]: level is set to 7 or higher where the default encoding is UTF-8.
  3462. » [org.omnirom.omniswitch]: --non-constant-id
  3463. » [org.omnirom.omniswitch]: Make the resources ID non constant. This is required to make an R java class
  3464. » [org.omnirom.omniswitch]: that does not contain the final value but is used to make reusable compiled
  3465. » [org.omnirom.omniswitch]: libraries that need to access resources.
  3466. » [org.omnirom.omniswitch]: --shared-lib
  3467. » [org.omnirom.omniswitch]: Make a shared library resource package that can be loaded by an application
  3468. » [org.omnirom.omniswitch]: at runtime to access the libraries resources. Implies --non-constant-id.
  3469. » [org.omnirom.omniswitch]: --error-on-failed-insert
  3470. » [org.omnirom.omniswitch]: Forces aapt to return an error if it fails to insert values into the manifest
  3471. » [org.omnirom.omniswitch]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  3472. » [org.omnirom.omniswitch]: and --version-name.
  3473. » [org.omnirom.omniswitch]: Insertion typically fails if the manifest already defines the attribute.
  3474. » [org.omnirom.omniswitch]: --error-on-missing-config-entry
  3475. » [org.omnirom.omniswitch]: Forces aapt to return an error if it fails to find an entry for a configuration.
  3476. » [org.omnirom.omniswitch]: --output-text-symbols
  3477. » [org.omnirom.omniswitch]: Generates a text file containing the resource symbols of the R class in the
  3478. » [org.omnirom.omniswitch]: specified folder.
  3479. » [org.omnirom.omniswitch]: --ignore-assets
  3480. » [org.omnirom.omniswitch]: Assets to be ignored. Default pattern is:
  3481. » [org.omnirom.omniswitch]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  3482. » [org.omnirom.omniswitch]: --skip-symbols-without-default-localization
  3483. » [org.omnirom.omniswitch]: Prevents symbols from being generated for strings that do not have a default
  3484. » [org.omnirom.omniswitch]: localization
  3485. » [org.omnirom.omniswitch]: --no-version-vectors
  3486. » [org.omnirom.omniswitch]: Do not automatically generate versioned copies of vector XML resources.
  3487. » [org.omnirom.omniswitch]: Installation of "org.omnirom.omniswitch" has failed.
  3488. » [com.android.packageinstaller]: ERROR: Unknown option '--app-as-shared-lib'
  3489. » [com.android.packageinstaller]: Android Asset Packaging Tool
  3490. » [com.android.packageinstaller]: Usage:
  3491. » [com.android.packageinstaller]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  3492. » [com.android.packageinstaller]: List contents of Zip-compatible archive.
  3493. » [com.android.packageinstaller]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  3494. » [com.android.packageinstaller]: strings Print the contents of the resource table string pool in the APK.
  3495. » [com.android.packageinstaller]: badging Print the label and icon for the app declared in APK.
  3496. » [com.android.packageinstaller]: permissions Print the permissions from the APK.
  3497. » [com.android.packageinstaller]: resources Print the resource table from the APK.
  3498. » [com.android.packageinstaller]: configurations Print the configurations in the APK.
  3499. » [com.android.packageinstaller]: xmltree Print the compiled xmls in the given assets.
  3500. » [com.android.packageinstaller]: xmlstrings Print the strings of the given compiled xml assets.
  3501. » [com.android.packageinstaller]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  3502. » [com.android.packageinstaller]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  3503. » [com.android.packageinstaller]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  3504. » [com.android.packageinstaller]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  3505. » [com.android.packageinstaller]: [--rename-manifest-package PACKAGE] \
  3506. » [com.android.packageinstaller]: [--rename-instrumentation-target-package PACKAGE] \
  3507. » [com.android.packageinstaller]: [--utf16] [--auto-add-overlay] \
  3508. » [com.android.packageinstaller]: [--max-res-version VAL] \
  3509. » [com.android.packageinstaller]: [-I base-package [-I base-package ...]] \
  3510. » [com.android.packageinstaller]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  3511. » [com.android.packageinstaller]: [-S resource-sources [-S resource-sources ...]] \
  3512. » [com.android.packageinstaller]: [-F apk-file] [-J R-file-dir] \
  3513. » [com.android.packageinstaller]: [--product product1,product2,...] \
  3514. » [com.android.packageinstaller]: [-c CONFIGS] [--preferred-density DENSITY] \
  3515. » [com.android.packageinstaller]: [--split CONFIGS [--split CONFIGS]] \
  3516. » [com.android.packageinstaller]: [--feature-of package [--feature-after package]] \
  3517. » [com.android.packageinstaller]: [raw-files-dir [raw-files-dir] ...] \
  3518. » [com.android.packageinstaller]: [--output-text-symbols DIR]
  3519. » [com.android.packageinstaller]: Package the android resources. It will read assets and resources that are
  3520. » [com.android.packageinstaller]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  3521. » [com.android.packageinstaller]: options control which files are output.
  3522. » [com.android.packageinstaller]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3523. » [com.android.packageinstaller]: Delete specified files from Zip-compatible archive.
  3524. » [com.android.packageinstaller]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3525. » [com.android.packageinstaller]: Add specified files to Zip-compatible archive.
  3526. » [com.android.packageinstaller]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  3527. » [com.android.packageinstaller]: Do PNG preprocessing on one or several resource folders
  3528. » [com.android.packageinstaller]: and store the results in the output folder.
  3529. » [com.android.packageinstaller]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  3530. » [com.android.packageinstaller]: Do PNG preprocessing on a single file.
  3531. » [com.android.packageinstaller]: aapt v[ersion]
  3532. » [com.android.packageinstaller]: Print program version.
  3533. » [com.android.packageinstaller]: Modifiers:
  3534. » [com.android.packageinstaller]: -a print Android-specific data (resources, manifest) when listing
  3535. » [com.android.packageinstaller]: -c specify which configurations to include. The default is all
  3536. » [com.android.packageinstaller]: configurations. The value of the parameter should be a comma
  3537. » [com.android.packageinstaller]: separated list of configuration values. Locales should be specified
  3538. » [com.android.packageinstaller]: as either a language or language-region pair. Some examples:
  3539. » [com.android.packageinstaller]: en
  3540. » [com.android.packageinstaller]: port,en
  3541. » [com.android.packageinstaller]: port,land,en_US
  3542. » [com.android.packageinstaller]: -d one or more device assets to include, separated by commas
  3543. » [com.android.packageinstaller]: -f force overwrite of existing files
  3544. » [com.android.packageinstaller]: -g specify a pixel tolerance to force images to grayscale, default 0
  3545. » [com.android.packageinstaller]: -j specify a jar or zip file containing classes to include
  3546. » [com.android.packageinstaller]: -k junk path of file(s) added
  3547. » [com.android.packageinstaller]: -m make package directories under location specified by -J
  3548. » [com.android.packageinstaller]: -u update existing packages (add new, replace older, remove deleted files)
  3549. » [com.android.packageinstaller]: -v verbose output
  3550. » [com.android.packageinstaller]: -x create extending (non-application) resource IDs
  3551. » [com.android.packageinstaller]: -z require localization of resource attributes marked with
  3552. » [com.android.packageinstaller]: localization="suggested"
  3553. » [com.android.packageinstaller]: -A additional directory in which to find raw asset files
  3554. » [com.android.packageinstaller]: -G A file to output proguard options into.
  3555. » [com.android.packageinstaller]: -F specify the apk file to output
  3556. » [com.android.packageinstaller]: -I add an existing package to base include set
  3557. » [com.android.packageinstaller]: -J specify where to output R.java resource constant definitions
  3558. » [com.android.packageinstaller]: -M specify full path to AndroidManifest.xml to include in zip
  3559. » [com.android.packageinstaller]: -P specify where to output public resource definitions
  3560. » [com.android.packageinstaller]: -S directory in which to find resources. Multiple directories will be scanned
  3561. » [com.android.packageinstaller]: and the first match found (left to right) will take precedence.
  3562. » [com.android.packageinstaller]: -0 specifies an additional extension for which such files will not
  3563. » [com.android.packageinstaller]: be stored compressed in the .apk. An empty string means to not
  3564. » [com.android.packageinstaller]: compress any files at all.
  3565. » [com.android.packageinstaller]: --debug-mode
  3566. » [com.android.packageinstaller]: inserts android:debuggable="true" in to the application node of the
  3567. » [com.android.packageinstaller]: manifest, making the application debuggable even on production devices.
  3568. » [com.android.packageinstaller]: --include-meta-data
  3569. » [com.android.packageinstaller]: when used with "dump badging" also includes meta-data tags.
  3570. » [com.android.packageinstaller]: --pseudo-localize
  3571. » [com.android.packageinstaller]: generate resources for pseudo-locales (en-XA and ar-XB).
  3572. » [com.android.packageinstaller]: --min-sdk-version
  3573. » [com.android.packageinstaller]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  3574. » [com.android.packageinstaller]: higher, the default encoding for resources will be in UTF-8.
  3575. » [com.android.packageinstaller]: --target-sdk-version
  3576. » [com.android.packageinstaller]: inserts android:targetSdkVersion in to manifest.
  3577. » [com.android.packageinstaller]: --max-res-version
  3578. » [com.android.packageinstaller]: ignores versioned resource directories above the given value.
  3579. » [com.android.packageinstaller]: --values
  3580. » [com.android.packageinstaller]: when used with "dump resources" also includes resource values.
  3581. » [com.android.packageinstaller]: --version-code
  3582. » [com.android.packageinstaller]: inserts android:versionCode in to manifest.
  3583. » [com.android.packageinstaller]: --version-name
  3584. » [com.android.packageinstaller]: inserts android:versionName in to manifest.
  3585. » [com.android.packageinstaller]: --replace-version
  3586. » [com.android.packageinstaller]: If --version-code and/or --version-name are specified, these
  3587. » [com.android.packageinstaller]: values will replace any value already in the manifest. By
  3588. » [com.android.packageinstaller]: default, nothing is changed if the manifest already defines
  3589. » [com.android.packageinstaller]: these attributes.
  3590. » [com.android.packageinstaller]: --custom-package
  3591. » [com.android.packageinstaller]: generates R.java into a different package.
  3592. » [com.android.packageinstaller]: --extra-packages
  3593. » [com.android.packageinstaller]: generate R.java for libraries. Separate libraries with ':'.
  3594. » [com.android.packageinstaller]: --generate-dependencies
  3595. » [com.android.packageinstaller]: generate dependency files in the same directories for R.java and resource package
  3596. » [com.android.packageinstaller]: --auto-add-overlay
  3597. » [com.android.packageinstaller]: Automatically add resources that are only in overlays.
  3598. » [com.android.packageinstaller]: --preferred-density
  3599. » [com.android.packageinstaller]: Specifies a preference for a particular density. Resources that do not
  3600. » [com.android.packageinstaller]: match this density and have variants that are a closer match are removed.
  3601. » [com.android.packageinstaller]: --split
  3602. » [com.android.packageinstaller]: Builds a separate split APK for the configurations listed. This can
  3603. » [com.android.packageinstaller]: be loaded alongside the base APK at runtime.
  3604. » [com.android.packageinstaller]: --feature-of
  3605. » [com.android.packageinstaller]: Builds a split APK that is a feature of the apk specified here. Resources
  3606. » [com.android.packageinstaller]: in the base APK can be referenced from the the feature APK.
  3607. » [com.android.packageinstaller]: --feature-after
  3608. » [com.android.packageinstaller]: An app can have multiple Feature Split APKs which must be totally ordered.
  3609. » [com.android.packageinstaller]: If --feature-of is specified, this flag specifies which Feature Split APK
  3610. » [com.android.packageinstaller]: comes before this one. The first Feature Split APK should not define
  3611. » [com.android.packageinstaller]: anything here.
  3612. » [com.android.packageinstaller]: --rename-manifest-package
  3613. » [com.android.packageinstaller]: Rewrite the manifest so that its package name is the package name
  3614. » [com.android.packageinstaller]: given here. Relative class names (for example .Foo) will be
  3615. » [com.android.packageinstaller]: changed to absolute names with the old package so that the code
  3616. » [com.android.packageinstaller]: does not need to change.
  3617. » [com.android.packageinstaller]: --rename-instrumentation-target-package
  3618. » [com.android.packageinstaller]: Rewrite the manifest so that all of its instrumentation
  3619. » [com.android.packageinstaller]: components target the given package. Useful when used in
  3620. » [com.android.packageinstaller]: conjunction with --rename-manifest-package to fix tests against
  3621. » [com.android.packageinstaller]: a package that has been renamed.
  3622. » [com.android.packageinstaller]: --product
  3623. » [com.android.packageinstaller]: Specifies which variant to choose for strings that have
  3624. » [com.android.packageinstaller]: product variants
  3625. » [com.android.packageinstaller]: --utf16
  3626. » [com.android.packageinstaller]: changes default encoding for resources to UTF-16. Only useful when API
  3627. » [com.android.packageinstaller]: level is set to 7 or higher where the default encoding is UTF-8.
  3628. » [com.android.packageinstaller]: --non-constant-id
  3629. » [com.android.packageinstaller]: Make the resources ID non constant. This is required to make an R java class
  3630. » [com.android.packageinstaller]: that does not contain the final value but is used to make reusable compiled
  3631. » [com.android.packageinstaller]: libraries that need to access resources.
  3632. » [com.android.packageinstaller]: --shared-lib
  3633. » [com.android.packageinstaller]: Make a shared library resource package that can be loaded by an application
  3634. » [com.android.packageinstaller]: at runtime to access the libraries resources. Implies --non-constant-id.
  3635. » [com.android.packageinstaller]: --error-on-failed-insert
  3636. » [com.android.packageinstaller]: Forces aapt to return an error if it fails to insert values into the manifest
  3637. » [com.android.packageinstaller]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  3638. » [com.android.packageinstaller]: and --version-name.
  3639. » [com.android.packageinstaller]: Insertion typically fails if the manifest already defines the attribute.
  3640. » [com.android.packageinstaller]: --error-on-missing-config-entry
  3641. » [com.android.packageinstaller]: Forces aapt to return an error if it fails to find an entry for a configuration.
  3642. » [com.android.packageinstaller]: --output-text-symbols
  3643. » [com.android.packageinstaller]: Generates a text file containing the resource symbols of the R class in the
  3644. » [com.android.packageinstaller]: specified folder.
  3645. » [com.android.packageinstaller]: --ignore-assets
  3646. » [com.android.packageinstaller]: Assets to be ignored. Default pattern is:
  3647. » [com.android.packageinstaller]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  3648. » [com.android.packageinstaller]: --skip-symbols-without-default-localization
  3649. » [com.android.packageinstaller]: Prevents symbols from being generated for strings that do not have a default
  3650. » [com.android.packageinstaller]: localization
  3651. » [com.android.packageinstaller]: --no-version-vectors
  3652. » [com.android.packageinstaller]: Do not automatically generate versioned copies of vector XML resources.
  3653. » [com.android.packageinstaller]: Installation of "com.android.packageinstaller" has failed.
  3654. » [com.google.android.apps.nexuslauncher]: ERROR: Unknown option '--app-as-shared-lib'
  3655. » [com.google.android.apps.nexuslauncher]: Android Asset Packaging Tool
  3656. » [com.google.android.apps.nexuslauncher]: Usage:
  3657. » [com.google.android.apps.nexuslauncher]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  3658. » [com.google.android.apps.nexuslauncher]: List contents of Zip-compatible archive.
  3659. » [com.google.android.apps.nexuslauncher]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  3660. » [com.google.android.apps.nexuslauncher]: strings Print the contents of the resource table string pool in the APK.
  3661. » [com.google.android.apps.nexuslauncher]: badging Print the label and icon for the app declared in APK.
  3662. » [com.google.android.apps.nexuslauncher]: permissions Print the permissions from the APK.
  3663. » [com.google.android.apps.nexuslauncher]: resources Print the resource table from the APK.
  3664. » [com.google.android.apps.nexuslauncher]: configurations Print the configurations in the APK.
  3665. » [com.google.android.apps.nexuslauncher]: xmltree Print the compiled xmls in the given assets.
  3666. » [com.google.android.apps.nexuslauncher]: xmlstrings Print the strings of the given compiled xml assets.
  3667. » [com.google.android.apps.nexuslauncher]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  3668. » [com.google.android.apps.nexuslauncher]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  3669. » [com.google.android.apps.nexuslauncher]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  3670. » [com.google.android.apps.nexuslauncher]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  3671. » [com.google.android.apps.nexuslauncher]: [--rename-manifest-package PACKAGE] \
  3672. » [com.google.android.apps.nexuslauncher]: [--rename-instrumentation-target-package PACKAGE] \
  3673. » [com.google.android.apps.nexuslauncher]: [--utf16] [--auto-add-overlay] \
  3674. » [com.google.android.apps.nexuslauncher]: [--max-res-version VAL] \
  3675. » [com.google.android.apps.nexuslauncher]: [-I base-package [-I base-package ...]] \
  3676. » [com.google.android.apps.nexuslauncher]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  3677. » [com.google.android.apps.nexuslauncher]: [-S resource-sources [-S resource-sources ...]] \
  3678. » [com.google.android.apps.nexuslauncher]: [-F apk-file] [-J R-file-dir] \
  3679. » [com.google.android.apps.nexuslauncher]: [--product product1,product2,...] \
  3680. » [com.google.android.apps.nexuslauncher]: [-c CONFIGS] [--preferred-density DENSITY] \
  3681. » [com.google.android.apps.nexuslauncher]: [--split CONFIGS [--split CONFIGS]] \
  3682. » [com.google.android.apps.nexuslauncher]: [--feature-of package [--feature-after package]] \
  3683. » [com.google.android.apps.nexuslauncher]: [raw-files-dir [raw-files-dir] ...] \
  3684. » [com.google.android.apps.nexuslauncher]: [--output-text-symbols DIR]
  3685. » [com.google.android.apps.nexuslauncher]: Package the android resources. It will read assets and resources that are
  3686. » [com.google.android.apps.nexuslauncher]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  3687. » [com.google.android.apps.nexuslauncher]: options control which files are output.
  3688. » [com.google.android.apps.nexuslauncher]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3689. » [com.google.android.apps.nexuslauncher]: Delete specified files from Zip-compatible archive.
  3690. » [com.google.android.apps.nexuslauncher]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3691. » [com.google.android.apps.nexuslauncher]: Add specified files to Zip-compatible archive.
  3692. » [com.google.android.apps.nexuslauncher]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  3693. » [com.google.android.apps.nexuslauncher]: Do PNG preprocessing on one or several resource folders
  3694. » [com.google.android.apps.nexuslauncher]: and store the results in the output folder.
  3695. » [com.google.android.apps.nexuslauncher]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  3696. » [com.google.android.apps.nexuslauncher]: Do PNG preprocessing on a single file.
  3697. » [com.google.android.apps.nexuslauncher]: aapt v[ersion]
  3698. » [com.google.android.apps.nexuslauncher]: Print program version.
  3699. » [com.google.android.apps.nexuslauncher]: Modifiers:
  3700. » [com.google.android.apps.nexuslauncher]: -a print Android-specific data (resources, manifest) when listing
  3701. » [com.google.android.apps.nexuslauncher]: -c specify which configurations to include. The default is all
  3702. » [com.google.android.apps.nexuslauncher]: configurations. The value of the parameter should be a comma
  3703. » [com.google.android.apps.nexuslauncher]: separated list of configuration values. Locales should be specified
  3704. » [com.google.android.apps.nexuslauncher]: as either a language or language-region pair. Some examples:
  3705. » [com.google.android.apps.nexuslauncher]: en
  3706. » [com.google.android.apps.nexuslauncher]: port,en
  3707. » [com.google.android.apps.nexuslauncher]: port,land,en_US
  3708. » [com.google.android.apps.nexuslauncher]: -d one or more device assets to include, separated by commas
  3709. » [com.google.android.apps.nexuslauncher]: -f force overwrite of existing files
  3710. » [com.google.android.apps.nexuslauncher]: -g specify a pixel tolerance to force images to grayscale, default 0
  3711. » [com.google.android.apps.nexuslauncher]: -j specify a jar or zip file containing classes to include
  3712. » [com.google.android.apps.nexuslauncher]: -k junk path of file(s) added
  3713. » [com.google.android.apps.nexuslauncher]: -m make package directories under location specified by -J
  3714. » [com.google.android.apps.nexuslauncher]: -u update existing packages (add new, replace older, remove deleted files)
  3715. » [com.google.android.apps.nexuslauncher]: -v verbose output
  3716. » [com.google.android.apps.nexuslauncher]: -x create extending (non-application) resource IDs
  3717. » [com.google.android.apps.nexuslauncher]: -z require localization of resource attributes marked with
  3718. » [com.google.android.apps.nexuslauncher]: localization="suggested"
  3719. » [com.google.android.apps.nexuslauncher]: -A additional directory in which to find raw asset files
  3720. » [com.google.android.apps.nexuslauncher]: -G A file to output proguard options into.
  3721. » [com.google.android.apps.nexuslauncher]: -F specify the apk file to output
  3722. » [com.google.android.apps.nexuslauncher]: -I add an existing package to base include set
  3723. » [com.google.android.apps.nexuslauncher]: -J specify where to output R.java resource constant definitions
  3724. » [com.google.android.apps.nexuslauncher]: -M specify full path to AndroidManifest.xml to include in zip
  3725. » [com.google.android.apps.nexuslauncher]: -P specify where to output public resource definitions
  3726. » [com.google.android.apps.nexuslauncher]: -S directory in which to find resources. Multiple directories will be scanned
  3727. » [com.google.android.apps.nexuslauncher]: and the first match found (left to right) will take precedence.
  3728. » [com.google.android.apps.nexuslauncher]: -0 specifies an additional extension for which such files will not
  3729. » [com.google.android.apps.nexuslauncher]: be stored compressed in the .apk. An empty string means to not
  3730. » [com.google.android.apps.nexuslauncher]: compress any files at all.
  3731. » [com.google.android.apps.nexuslauncher]: --debug-mode
  3732. » [com.google.android.apps.nexuslauncher]: inserts android:debuggable="true" in to the application node of the
  3733. » [com.google.android.apps.nexuslauncher]: manifest, making the application debuggable even on production devices.
  3734. » [com.google.android.apps.nexuslauncher]: --include-meta-data
  3735. » [com.google.android.apps.nexuslauncher]: when used with "dump badging" also includes meta-data tags.
  3736. » [com.google.android.apps.nexuslauncher]: --pseudo-localize
  3737. » [com.google.android.apps.nexuslauncher]: generate resources for pseudo-locales (en-XA and ar-XB).
  3738. » [com.google.android.apps.nexuslauncher]: --min-sdk-version
  3739. » [com.google.android.apps.nexuslauncher]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  3740. » [com.google.android.apps.nexuslauncher]: higher, the default encoding for resources will be in UTF-8.
  3741. » [com.google.android.apps.nexuslauncher]: --target-sdk-version
  3742. » [com.google.android.apps.nexuslauncher]: inserts android:targetSdkVersion in to manifest.
  3743. » [com.google.android.apps.nexuslauncher]: --max-res-version
  3744. » [com.google.android.apps.nexuslauncher]: ignores versioned resource directories above the given value.
  3745. » [com.google.android.apps.nexuslauncher]: --values
  3746. » [com.google.android.apps.nexuslauncher]: when used with "dump resources" also includes resource values.
  3747. » [com.google.android.apps.nexuslauncher]: --version-code
  3748. » [com.google.android.apps.nexuslauncher]: inserts android:versionCode in to manifest.
  3749. » [com.google.android.apps.nexuslauncher]: --version-name
  3750. » [com.google.android.apps.nexuslauncher]: inserts android:versionName in to manifest.
  3751. » [com.google.android.apps.nexuslauncher]: --replace-version
  3752. » [com.google.android.apps.nexuslauncher]: If --version-code and/or --version-name are specified, these
  3753. » [com.google.android.apps.nexuslauncher]: values will replace any value already in the manifest. By
  3754. » [com.google.android.apps.nexuslauncher]: default, nothing is changed if the manifest already defines
  3755. » [com.google.android.apps.nexuslauncher]: these attributes.
  3756. » [com.google.android.apps.nexuslauncher]: --custom-package
  3757. » [com.google.android.apps.nexuslauncher]: generates R.java into a different package.
  3758. » [com.google.android.apps.nexuslauncher]: --extra-packages
  3759. » [com.google.android.apps.nexuslauncher]: generate R.java for libraries. Separate libraries with ':'.
  3760. » [com.google.android.apps.nexuslauncher]: --generate-dependencies
  3761. » [com.google.android.apps.nexuslauncher]: generate dependency files in the same directories for R.java and resource package
  3762. » [com.google.android.apps.nexuslauncher]: --auto-add-overlay
  3763. » [com.google.android.apps.nexuslauncher]: Automatically add resources that are only in overlays.
  3764. » [com.google.android.apps.nexuslauncher]: --preferred-density
  3765. » [com.google.android.apps.nexuslauncher]: Specifies a preference for a particular density. Resources that do not
  3766. » [com.google.android.apps.nexuslauncher]: match this density and have variants that are a closer match are removed.
  3767. » [com.google.android.apps.nexuslauncher]: --split
  3768. » [com.google.android.apps.nexuslauncher]: Builds a separate split APK for the configurations listed. This can
  3769. » [com.google.android.apps.nexuslauncher]: be loaded alongside the base APK at runtime.
  3770. » [com.google.android.apps.nexuslauncher]: --feature-of
  3771. » [com.google.android.apps.nexuslauncher]: Builds a split APK that is a feature of the apk specified here. Resources
  3772. » [com.google.android.apps.nexuslauncher]: in the base APK can be referenced from the the feature APK.
  3773. » [com.google.android.apps.nexuslauncher]: --feature-after
  3774. » [com.google.android.apps.nexuslauncher]: An app can have multiple Feature Split APKs which must be totally ordered.
  3775. » [com.google.android.apps.nexuslauncher]: If --feature-of is specified, this flag specifies which Feature Split APK
  3776. » [com.google.android.apps.nexuslauncher]: comes before this one. The first Feature Split APK should not define
  3777. » [com.google.android.apps.nexuslauncher]: anything here.
  3778. » [com.google.android.apps.nexuslauncher]: --rename-manifest-package
  3779. » [com.google.android.apps.nexuslauncher]: Rewrite the manifest so that its package name is the package name
  3780. » [com.google.android.apps.nexuslauncher]: given here. Relative class names (for example .Foo) will be
  3781. » [com.google.android.apps.nexuslauncher]: changed to absolute names with the old package so that the code
  3782. » [com.google.android.apps.nexuslauncher]: does not need to change.
  3783. » [com.google.android.apps.nexuslauncher]: --rename-instrumentation-target-package
  3784. » [com.google.android.apps.nexuslauncher]: Rewrite the manifest so that all of its instrumentation
  3785. » [com.google.android.apps.nexuslauncher]: components target the given package. Useful when used in
  3786. » [com.google.android.apps.nexuslauncher]: conjunction with --rename-manifest-package to fix tests against
  3787. » [com.google.android.apps.nexuslauncher]: a package that has been renamed.
  3788. » [com.google.android.apps.nexuslauncher]: --product
  3789. » [com.google.android.apps.nexuslauncher]: Specifies which variant to choose for strings that have
  3790. » [com.google.android.apps.nexuslauncher]: product variants
  3791. » [com.google.android.apps.nexuslauncher]: --utf16
  3792. » [com.google.android.apps.nexuslauncher]: changes default encoding for resources to UTF-16. Only useful when API
  3793. » [com.google.android.apps.nexuslauncher]: level is set to 7 or higher where the default encoding is UTF-8.
  3794. » [com.google.android.apps.nexuslauncher]: --non-constant-id
  3795. » [com.google.android.apps.nexuslauncher]: Make the resources ID non constant. This is required to make an R java class
  3796. » [com.google.android.apps.nexuslauncher]: that does not contain the final value but is used to make reusable compiled
  3797. » [com.google.android.apps.nexuslauncher]: libraries that need to access resources.
  3798. » [com.google.android.apps.nexuslauncher]: --shared-lib
  3799. » [com.google.android.apps.nexuslauncher]: Make a shared library resource package that can be loaded by an application
  3800. » [com.google.android.apps.nexuslauncher]: at runtime to access the libraries resources. Implies --non-constant-id.
  3801. » [com.google.android.apps.nexuslauncher]: --error-on-failed-insert
  3802. » [com.google.android.apps.nexuslauncher]: Forces aapt to return an error if it fails to insert values into the manifest
  3803. » [com.google.android.apps.nexuslauncher]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  3804. » [com.google.android.apps.nexuslauncher]: and --version-name.
  3805. » [com.google.android.apps.nexuslauncher]: Insertion typically fails if the manifest already defines the attribute.
  3806. » [com.google.android.apps.nexuslauncher]: --error-on-missing-config-entry
  3807. » [com.google.android.apps.nexuslauncher]: Forces aapt to return an error if it fails to find an entry for a configuration.
  3808. » [com.google.android.apps.nexuslauncher]: --output-text-symbols
  3809. » [com.google.android.apps.nexuslauncher]: Generates a text file containing the resource symbols of the R class in the
  3810. » [com.google.android.apps.nexuslauncher]: specified folder.
  3811. » [com.google.android.apps.nexuslauncher]: --ignore-assets
  3812. » [com.google.android.apps.nexuslauncher]: Assets to be ignored. Default pattern is:
  3813. » [com.google.android.apps.nexuslauncher]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  3814. » [com.google.android.apps.nexuslauncher]: --skip-symbols-without-default-localization
  3815. » [com.google.android.apps.nexuslauncher]: Prevents symbols from being generated for strings that do not have a default
  3816. » [com.google.android.apps.nexuslauncher]: localization
  3817. » [com.google.android.apps.nexuslauncher]: --no-version-vectors
  3818. » [com.google.android.apps.nexuslauncher]: Do not automatically generate versioned copies of vector XML resources.
  3819. » [com.google.android.apps.nexuslauncher]: Installation of "com.google.android.apps.nexuslauncher" has failed.
  3820. » [com.android.messaging]: ERROR: Unknown option '--app-as-shared-lib'
  3821. » [com.android.messaging]: Android Asset Packaging Tool
  3822. » [com.android.messaging]: Usage:
  3823. » [com.android.messaging]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  3824. » [com.android.messaging]: List contents of Zip-compatible archive.
  3825. » [com.android.messaging]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  3826. » [com.android.messaging]: strings Print the contents of the resource table string pool in the APK.
  3827. » [com.android.messaging]: badging Print the label and icon for the app declared in APK.
  3828. » [com.android.messaging]: permissions Print the permissions from the APK.
  3829. » [com.android.messaging]: resources Print the resource table from the APK.
  3830. » [com.android.messaging]: configurations Print the configurations in the APK.
  3831. » [com.android.messaging]: xmltree Print the compiled xmls in the given assets.
  3832. » [com.android.messaging]: xmlstrings Print the strings of the given compiled xml assets.
  3833. » [com.android.messaging]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  3834. » [com.android.messaging]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  3835. » [com.android.messaging]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  3836. » [com.android.messaging]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  3837. » [com.android.messaging]: [--rename-manifest-package PACKAGE] \
  3838. » [com.android.messaging]: [--rename-instrumentation-target-package PACKAGE] \
  3839. » [com.android.messaging]: [--utf16] [--auto-add-overlay] \
  3840. » [com.android.messaging]: [--max-res-version VAL] \
  3841. » [com.android.messaging]: [-I base-package [-I base-package ...]] \
  3842. » [com.android.messaging]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  3843. » [com.android.messaging]: [-S resource-sources [-S resource-sources ...]] \
  3844. » [com.android.messaging]: [-F apk-file] [-J R-file-dir] \
  3845. » [com.android.messaging]: [--product product1,product2,...] \
  3846. » [com.android.messaging]: [-c CONFIGS] [--preferred-density DENSITY] \
  3847. » [com.android.messaging]: [--split CONFIGS [--split CONFIGS]] \
  3848. » [com.android.messaging]: [--feature-of package [--feature-after package]] \
  3849. » [com.android.messaging]: [raw-files-dir [raw-files-dir] ...] \
  3850. » [com.android.messaging]: [--output-text-symbols DIR]
  3851. » [com.android.messaging]: Package the android resources. It will read assets and resources that are
  3852. » [com.android.messaging]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  3853. » [com.android.messaging]: options control which files are output.
  3854. » [com.android.messaging]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3855. » [com.android.messaging]: Delete specified files from Zip-compatible archive.
  3856. » [com.android.messaging]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  3857. » [com.android.messaging]: Add specified files to Zip-compatible archive.
  3858. » [com.android.messaging]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  3859. » [com.android.messaging]: Do PNG preprocessing on one or several resource folders
  3860. » [com.android.messaging]: and store the results in the output folder.
  3861. » [com.android.messaging]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  3862. » [com.android.messaging]: Do PNG preprocessing on a single file.
  3863. » [com.android.messaging]: aapt v[ersion]
  3864. » [com.android.messaging]: Print program version.
  3865. » [com.android.messaging]: Modifiers:
  3866. » [com.android.messaging]: -a print Android-specific data (resources, manifest) when listing
  3867. » [com.android.messaging]: -c specify which configurations to include. The default is all
  3868. » [com.android.messaging]: configurations. The value of the parameter should be a comma
  3869. » [com.android.messaging]: separated list of configuration values. Locales should be specified
  3870. » [com.android.messaging]: as either a language or language-region pair. Some examples:
  3871. » [com.android.messaging]: en
  3872. » [com.android.messaging]: port,en
  3873. » [com.android.messaging]: port,land,en_US
  3874. » [com.android.messaging]: -d one or more device assets to include, separated by commas
  3875. » [com.android.messaging]: -f force overwrite of existing files
  3876. » [com.android.messaging]: -g specify a pixel tolerance to force images to grayscale, default 0
  3877. » [com.android.messaging]: -j specify a jar or zip file containing classes to include
  3878. » [com.android.messaging]: -k junk path of file(s) added
  3879. » [com.android.messaging]: -m make package directories under location specified by -J
  3880. » [com.android.messaging]: -u update existing packages (add new, replace older, remove deleted files)
  3881. » [com.android.messaging]: -v verbose output
  3882. » [com.android.messaging]: -x create extending (non-application) resource IDs
  3883. » [com.android.messaging]: -z require localization of resource attributes marked with
  3884. » [com.android.messaging]: localization="suggested"
  3885. » [com.android.messaging]: -A additional directory in which to find raw asset files
  3886. » [com.android.messaging]: -G A file to output proguard options into.
  3887. » [com.android.messaging]: -F specify the apk file to output
  3888. » [com.android.messaging]: -I add an existing package to base include set
  3889. » [com.android.messaging]: -J specify where to output R.java resource constant definitions
  3890. » [com.android.messaging]: -M specify full path to AndroidManifest.xml to include in zip
  3891. » [com.android.messaging]: -P specify where to output public resource definitions
  3892. » [com.android.messaging]: -S directory in which to find resources. Multiple directories will be scanned
  3893. » [com.android.messaging]: and the first match found (left to right) will take precedence.
  3894. » [com.android.messaging]: -0 specifies an additional extension for which such files will not
  3895. » [com.android.messaging]: be stored compressed in the .apk. An empty string means to not
  3896. » [com.android.messaging]: compress any files at all.
  3897. » [com.android.messaging]: --debug-mode
  3898. » [com.android.messaging]: inserts android:debuggable="true" in to the application node of the
  3899. » [com.android.messaging]: manifest, making the application debuggable even on production devices.
  3900. » [com.android.messaging]: --include-meta-data
  3901. » [com.android.messaging]: when used with "dump badging" also includes meta-data tags.
  3902. » [com.android.messaging]: --pseudo-localize
  3903. » [com.android.messaging]: generate resources for pseudo-locales (en-XA and ar-XB).
  3904. » [com.android.messaging]: --min-sdk-version
  3905. » [com.android.messaging]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  3906. » [com.android.messaging]: higher, the default encoding for resources will be in UTF-8.
  3907. » [com.android.messaging]: --target-sdk-version
  3908. » [com.android.messaging]: inserts android:targetSdkVersion in to manifest.
  3909. » [com.android.messaging]: --max-res-version
  3910. » [com.android.messaging]: ignores versioned resource directories above the given value.
  3911. » [com.android.messaging]: --values
  3912. » [com.android.messaging]: when used with "dump resources" also includes resource values.
  3913. » [com.android.messaging]: --version-code
  3914. » [com.android.messaging]: inserts android:versionCode in to manifest.
  3915. » [com.android.messaging]: --version-name
  3916. » [com.android.messaging]: inserts android:versionName in to manifest.
  3917. » [com.android.messaging]: --replace-version
  3918. » [com.android.messaging]: If --version-code and/or --version-name are specified, these
  3919. » [com.android.messaging]: values will replace any value already in the manifest. By
  3920. » [com.android.messaging]: default, nothing is changed if the manifest already defines
  3921. » [com.android.messaging]: these attributes.
  3922. » [com.android.messaging]: --custom-package
  3923. » [com.android.messaging]: generates R.java into a different package.
  3924. » [com.android.messaging]: --extra-packages
  3925. » [com.android.messaging]: generate R.java for libraries. Separate libraries with ':'.
  3926. » [com.android.messaging]: --generate-dependencies
  3927. » [com.android.messaging]: generate dependency files in the same directories for R.java and resource package
  3928. » [com.android.messaging]: --auto-add-overlay
  3929. » [com.android.messaging]: Automatically add resources that are only in overlays.
  3930. » [com.android.messaging]: --preferred-density
  3931. » [com.android.messaging]: Specifies a preference for a particular density. Resources that do not
  3932. » [com.android.messaging]: match this density and have variants that are a closer match are removed.
  3933. » [com.android.messaging]: --split
  3934. » [com.android.messaging]: Builds a separate split APK for the configurations listed. This can
  3935. » [com.android.messaging]: be loaded alongside the base APK at runtime.
  3936. » [com.android.messaging]: --feature-of
  3937. » [com.android.messaging]: Builds a split APK that is a feature of the apk specified here. Resources
  3938. » [com.android.messaging]: in the base APK can be referenced from the the feature APK.
  3939. » [com.android.messaging]: --feature-after
  3940. » [com.android.messaging]: An app can have multiple Feature Split APKs which must be totally ordered.
  3941. » [com.android.messaging]: If --feature-of is specified, this flag specifies which Feature Split APK
  3942. » [com.android.messaging]: comes before this one. The first Feature Split APK should not define
  3943. » [com.android.messaging]: anything here.
  3944. » [com.android.messaging]: --rename-manifest-package
  3945. » [com.android.messaging]: Rewrite the manifest so that its package name is the package name
  3946. » [com.android.messaging]: given here. Relative class names (for example .Foo) will be
  3947. » [com.android.messaging]: changed to absolute names with the old package so that the code
  3948. » [com.android.messaging]: does not need to change.
  3949. » [com.android.messaging]: --rename-instrumentation-target-package
  3950. » [com.android.messaging]: Rewrite the manifest so that all of its instrumentation
  3951. » [com.android.messaging]: components target the given package. Useful when used in
  3952. » [com.android.messaging]: conjunction with --rename-manifest-package to fix tests against
  3953. » [com.android.messaging]: a package that has been renamed.
  3954. » [com.android.messaging]: --product
  3955. » [com.android.messaging]: Specifies which variant to choose for strings that have
  3956. » [com.android.messaging]: product variants
  3957. » [com.android.messaging]: --utf16
  3958. » [com.android.messaging]: changes default encoding for resources to UTF-16. Only useful when API
  3959. » [com.android.messaging]: level is set to 7 or higher where the default encoding is UTF-8.
  3960. » [com.android.messaging]: --non-constant-id
  3961. » [com.android.messaging]: Make the resources ID non constant. This is required to make an R java class
  3962. » [com.android.messaging]: that does not contain the final value but is used to make reusable compiled
  3963. » [com.android.messaging]: libraries that need to access resources.
  3964. » [com.android.messaging]: --shared-lib
  3965. » [com.android.messaging]: Make a shared library resource package that can be loaded by an application
  3966. » [com.android.messaging]: at runtime to access the libraries resources. Implies --non-constant-id.
  3967. » [com.android.messaging]: --error-on-failed-insert
  3968. » [com.android.messaging]: Forces aapt to return an error if it fails to insert values into the manifest
  3969. » [com.android.messaging]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  3970. » [com.android.messaging]: and --version-name.
  3971. » [com.android.messaging]: Insertion typically fails if the manifest already defines the attribute.
  3972. » [com.android.messaging]: --error-on-missing-config-entry
  3973. » [com.android.messaging]: Forces aapt to return an error if it fails to find an entry for a configuration.
  3974. » [com.android.messaging]: --output-text-symbols
  3975. » [com.android.messaging]: Generates a text file containing the resource symbols of the R class in the
  3976. » [com.android.messaging]: specified folder.
  3977. » [com.android.messaging]: --ignore-assets
  3978. » [com.android.messaging]: Assets to be ignored. Default pattern is:
  3979. » [com.android.messaging]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  3980. » [com.android.messaging]: --skip-symbols-without-default-localization
  3981. » [com.android.messaging]: Prevents symbols from being generated for strings that do not have a default
  3982. » [com.android.messaging]: localization
  3983. » [com.android.messaging]: --no-version-vectors
  3984. » [com.android.messaging]: Do not automatically generate versioned copies of vector XML resources.
  3985. » [com.android.messaging]: Installation of "com.android.messaging" has failed.
  3986. » [com.android.storagemanager]: ERROR: Unknown option '--app-as-shared-lib'
  3987. » [com.android.storagemanager]: Android Asset Packaging Tool
  3988. » [com.android.storagemanager]: Usage:
  3989. » [com.android.storagemanager]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  3990. » [com.android.storagemanager]: List contents of Zip-compatible archive.
  3991. » [com.android.storagemanager]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  3992. » [com.android.storagemanager]: strings Print the contents of the resource table string pool in the APK.
  3993. » [com.android.storagemanager]: badging Print the label and icon for the app declared in APK.
  3994. » [com.android.storagemanager]: permissions Print the permissions from the APK.
  3995. » [com.android.storagemanager]: resources Print the resource table from the APK.
  3996. » [com.android.storagemanager]: configurations Print the configurations in the APK.
  3997. » [com.android.storagemanager]: xmltree Print the compiled xmls in the given assets.
  3998. » [com.android.storagemanager]: xmlstrings Print the strings of the given compiled xml assets.
  3999. » [com.android.storagemanager]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4000. » [com.android.storagemanager]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4001. » [com.android.storagemanager]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4002. » [com.android.storagemanager]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4003. » [com.android.storagemanager]: [--rename-manifest-package PACKAGE] \
  4004. » [com.android.storagemanager]: [--rename-instrumentation-target-package PACKAGE] \
  4005. » [com.android.storagemanager]: [--utf16] [--auto-add-overlay] \
  4006. » [com.android.storagemanager]: [--max-res-version VAL] \
  4007. » [com.android.storagemanager]: [-I base-package [-I base-package ...]] \
  4008. » [com.android.storagemanager]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  4009. » [com.android.storagemanager]: [-S resource-sources [-S resource-sources ...]] \
  4010. » [com.android.storagemanager]: [-F apk-file] [-J R-file-dir] \
  4011. » [com.android.storagemanager]: [--product product1,product2,...] \
  4012. » [com.android.storagemanager]: [-c CONFIGS] [--preferred-density DENSITY] \
  4013. » [com.android.storagemanager]: [--split CONFIGS [--split CONFIGS]] \
  4014. » [com.android.storagemanager]: [--feature-of package [--feature-after package]] \
  4015. » [com.android.storagemanager]: [raw-files-dir [raw-files-dir] ...] \
  4016. » [com.android.storagemanager]: [--output-text-symbols DIR]
  4017. » [com.android.storagemanager]: Package the android resources. It will read assets and resources that are
  4018. » [com.android.storagemanager]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  4019. » [com.android.storagemanager]: options control which files are output.
  4020. » [com.android.storagemanager]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4021. » [com.android.storagemanager]: Delete specified files from Zip-compatible archive.
  4022. » [com.android.storagemanager]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4023. » [com.android.storagemanager]: Add specified files to Zip-compatible archive.
  4024. » [com.android.storagemanager]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  4025. » [com.android.storagemanager]: Do PNG preprocessing on one or several resource folders
  4026. » [com.android.storagemanager]: and store the results in the output folder.
  4027. » [com.android.storagemanager]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  4028. » [com.android.storagemanager]: Do PNG preprocessing on a single file.
  4029. » [com.android.storagemanager]: aapt v[ersion]
  4030. » [com.android.storagemanager]: Print program version.
  4031. » [com.android.storagemanager]: Modifiers:
  4032. » [com.android.storagemanager]: -a print Android-specific data (resources, manifest) when listing
  4033. » [com.android.storagemanager]: -c specify which configurations to include. The default is all
  4034. » [com.android.storagemanager]: configurations. The value of the parameter should be a comma
  4035. » [com.android.storagemanager]: separated list of configuration values. Locales should be specified
  4036. » [com.android.storagemanager]: as either a language or language-region pair. Some examples:
  4037. » [com.android.storagemanager]: en
  4038. » [com.android.storagemanager]: port,en
  4039. » [com.android.storagemanager]: port,land,en_US
  4040. » [com.android.storagemanager]: -d one or more device assets to include, separated by commas
  4041. » [com.android.storagemanager]: -f force overwrite of existing files
  4042. » [com.android.storagemanager]: -g specify a pixel tolerance to force images to grayscale, default 0
  4043. » [com.android.storagemanager]: -j specify a jar or zip file containing classes to include
  4044. » [com.android.storagemanager]: -k junk path of file(s) added
  4045. » [com.android.storagemanager]: -m make package directories under location specified by -J
  4046. » [com.android.storagemanager]: -u update existing packages (add new, replace older, remove deleted files)
  4047. » [com.android.storagemanager]: -v verbose output
  4048. » [com.android.storagemanager]: -x create extending (non-application) resource IDs
  4049. » [com.android.storagemanager]: -z require localization of resource attributes marked with
  4050. » [com.android.storagemanager]: localization="suggested"
  4051. » [com.android.storagemanager]: -A additional directory in which to find raw asset files
  4052. » [com.android.storagemanager]: -G A file to output proguard options into.
  4053. » [com.android.storagemanager]: -F specify the apk file to output
  4054. » [com.android.storagemanager]: -I add an existing package to base include set
  4055. » [com.android.storagemanager]: -J specify where to output R.java resource constant definitions
  4056. » [com.android.storagemanager]: -M specify full path to AndroidManifest.xml to include in zip
  4057. » [com.android.storagemanager]: -P specify where to output public resource definitions
  4058. » [com.android.storagemanager]: -S directory in which to find resources. Multiple directories will be scanned
  4059. » [com.android.storagemanager]: and the first match found (left to right) will take precedence.
  4060. » [com.android.storagemanager]: -0 specifies an additional extension for which such files will not
  4061. » [com.android.storagemanager]: be stored compressed in the .apk. An empty string means to not
  4062. » [com.android.storagemanager]: compress any files at all.
  4063. » [com.android.storagemanager]: --debug-mode
  4064. » [com.android.storagemanager]: inserts android:debuggable="true" in to the application node of the
  4065. » [com.android.storagemanager]: manifest, making the application debuggable even on production devices.
  4066. » [com.android.storagemanager]: --include-meta-data
  4067. » [com.android.storagemanager]: when used with "dump badging" also includes meta-data tags.
  4068. » [com.android.storagemanager]: --pseudo-localize
  4069. » [com.android.storagemanager]: generate resources for pseudo-locales (en-XA and ar-XB).
  4070. » [com.android.storagemanager]: --min-sdk-version
  4071. » [com.android.storagemanager]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  4072. » [com.android.storagemanager]: higher, the default encoding for resources will be in UTF-8.
  4073. » [com.android.storagemanager]: --target-sdk-version
  4074. » [com.android.storagemanager]: inserts android:targetSdkVersion in to manifest.
  4075. » [com.android.storagemanager]: --max-res-version
  4076. » [com.android.storagemanager]: ignores versioned resource directories above the given value.
  4077. » [com.android.storagemanager]: --values
  4078. » [com.android.storagemanager]: when used with "dump resources" also includes resource values.
  4079. » [com.android.storagemanager]: --version-code
  4080. » [com.android.storagemanager]: inserts android:versionCode in to manifest.
  4081. » [com.android.storagemanager]: --version-name
  4082. » [com.android.storagemanager]: inserts android:versionName in to manifest.
  4083. » [com.android.storagemanager]: --replace-version
  4084. » [com.android.storagemanager]: If --version-code and/or --version-name are specified, these
  4085. » [com.android.storagemanager]: values will replace any value already in the manifest. By
  4086. » [com.android.storagemanager]: default, nothing is changed if the manifest already defines
  4087. » [com.android.storagemanager]: these attributes.
  4088. » [com.android.storagemanager]: --custom-package
  4089. » [com.android.storagemanager]: generates R.java into a different package.
  4090. » [com.android.storagemanager]: --extra-packages
  4091. » [com.android.storagemanager]: generate R.java for libraries. Separate libraries with ':'.
  4092. » [com.android.storagemanager]: --generate-dependencies
  4093. » [com.android.storagemanager]: generate dependency files in the same directories for R.java and resource package
  4094. » [com.android.storagemanager]: --auto-add-overlay
  4095. » [com.android.storagemanager]: Automatically add resources that are only in overlays.
  4096. » [com.android.storagemanager]: --preferred-density
  4097. » [com.android.storagemanager]: Specifies a preference for a particular density. Resources that do not
  4098. » [com.android.storagemanager]: match this density and have variants that are a closer match are removed.
  4099. » [com.android.storagemanager]: --split
  4100. » [com.android.storagemanager]: Builds a separate split APK for the configurations listed. This can
  4101. » [com.android.storagemanager]: be loaded alongside the base APK at runtime.
  4102. » [com.android.storagemanager]: --feature-of
  4103. » [com.android.storagemanager]: Builds a split APK that is a feature of the apk specified here. Resources
  4104. » [com.android.storagemanager]: in the base APK can be referenced from the the feature APK.
  4105. » [com.android.storagemanager]: --feature-after
  4106. » [com.android.storagemanager]: An app can have multiple Feature Split APKs which must be totally ordered.
  4107. » [com.android.storagemanager]: If --feature-of is specified, this flag specifies which Feature Split APK
  4108. » [com.android.storagemanager]: comes before this one. The first Feature Split APK should not define
  4109. » [com.android.storagemanager]: anything here.
  4110. » [com.android.storagemanager]: --rename-manifest-package
  4111. » [com.android.storagemanager]: Rewrite the manifest so that its package name is the package name
  4112. » [com.android.storagemanager]: given here. Relative class names (for example .Foo) will be
  4113. » [com.android.storagemanager]: changed to absolute names with the old package so that the code
  4114. » [com.android.storagemanager]: does not need to change.
  4115. » [com.android.storagemanager]: --rename-instrumentation-target-package
  4116. » [com.android.storagemanager]: Rewrite the manifest so that all of its instrumentation
  4117. » [com.android.storagemanager]: components target the given package. Useful when used in
  4118. » [com.android.storagemanager]: conjunction with --rename-manifest-package to fix tests against
  4119. » [com.android.storagemanager]: a package that has been renamed.
  4120. » [com.android.storagemanager]: --product
  4121. » [com.android.storagemanager]: Specifies which variant to choose for strings that have
  4122. » [com.android.storagemanager]: product variants
  4123. » [com.android.storagemanager]: --utf16
  4124. » [com.android.storagemanager]: changes default encoding for resources to UTF-16. Only useful when API
  4125. » [com.android.storagemanager]: level is set to 7 or higher where the default encoding is UTF-8.
  4126. » [com.android.storagemanager]: --non-constant-id
  4127. » [com.android.storagemanager]: Make the resources ID non constant. This is required to make an R java class
  4128. » [com.android.storagemanager]: that does not contain the final value but is used to make reusable compiled
  4129. » [com.android.storagemanager]: libraries that need to access resources.
  4130. » [com.android.storagemanager]: --shared-lib
  4131. » [com.android.storagemanager]: Make a shared library resource package that can be loaded by an application
  4132. » [com.android.storagemanager]: at runtime to access the libraries resources. Implies --non-constant-id.
  4133. » [com.android.storagemanager]: --error-on-failed-insert
  4134. » [com.android.storagemanager]: Forces aapt to return an error if it fails to insert values into the manifest
  4135. » [com.android.storagemanager]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  4136. » [com.android.storagemanager]: and --version-name.
  4137. » [com.android.storagemanager]: Insertion typically fails if the manifest already defines the attribute.
  4138. » [com.android.storagemanager]: --error-on-missing-config-entry
  4139. » [com.android.storagemanager]: Forces aapt to return an error if it fails to find an entry for a configuration.
  4140. » [com.android.storagemanager]: --output-text-symbols
  4141. » [com.android.storagemanager]: Generates a text file containing the resource symbols of the R class in the
  4142. » [com.android.storagemanager]: specified folder.
  4143. » [com.android.storagemanager]: --ignore-assets
  4144. » [com.android.storagemanager]: Assets to be ignored. Default pattern is:
  4145. » [com.android.storagemanager]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  4146. » [com.android.storagemanager]: --skip-symbols-without-default-localization
  4147. » [com.android.storagemanager]: Prevents symbols from being generated for strings that do not have a default
  4148. » [com.android.storagemanager]: localization
  4149. » [com.android.storagemanager]: --no-version-vectors
  4150. » [com.android.storagemanager]: Do not automatically generate versioned copies of vector XML resources.
  4151. » [com.android.storagemanager]: Installation of "com.android.storagemanager" has failed.
  4152. » [com.android.systemui.statusbars]: ERROR: Unknown option '--app-as-shared-lib'
  4153. » [com.android.systemui.statusbars]: Android Asset Packaging Tool
  4154. » [com.android.systemui.statusbars]: Usage:
  4155. » [com.android.systemui.statusbars]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  4156. » [com.android.systemui.statusbars]: List contents of Zip-compatible archive.
  4157. » [com.android.systemui.statusbars]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  4158. » [com.android.systemui.statusbars]: strings Print the contents of the resource table string pool in the APK.
  4159. » [com.android.systemui.statusbars]: badging Print the label and icon for the app declared in APK.
  4160. » [com.android.systemui.statusbars]: permissions Print the permissions from the APK.
  4161. » [com.android.systemui.statusbars]: resources Print the resource table from the APK.
  4162. » [com.android.systemui.statusbars]: configurations Print the configurations in the APK.
  4163. » [com.android.systemui.statusbars]: xmltree Print the compiled xmls in the given assets.
  4164. » [com.android.systemui.statusbars]: xmlstrings Print the strings of the given compiled xml assets.
  4165. » [com.android.systemui.statusbars]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4166. » [com.android.systemui.statusbars]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4167. » [com.android.systemui.statusbars]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4168. » [com.android.systemui.statusbars]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4169. » [com.android.systemui.statusbars]: [--rename-manifest-package PACKAGE] \
  4170. » [com.android.systemui.statusbars]: [--rename-instrumentation-target-package PACKAGE] \
  4171. » [com.android.systemui.statusbars]: [--utf16] [--auto-add-overlay] \
  4172. » [com.android.systemui.statusbars]: [--max-res-version VAL] \
  4173. » [com.android.systemui.statusbars]: [-I base-package [-I base-package ...]] \
  4174. » [com.android.systemui.statusbars]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  4175. » [com.android.systemui.statusbars]: [-S resource-sources [-S resource-sources ...]] \
  4176. » [com.android.systemui.statusbars]: [-F apk-file] [-J R-file-dir] \
  4177. » [com.android.systemui.statusbars]: [--product product1,product2,...] \
  4178. » [com.android.systemui.statusbars]: [-c CONFIGS] [--preferred-density DENSITY] \
  4179. » [com.android.systemui.statusbars]: [--split CONFIGS [--split CONFIGS]] \
  4180. » [com.android.systemui.statusbars]: [--feature-of package [--feature-after package]] \
  4181. » [com.android.systemui.statusbars]: [raw-files-dir [raw-files-dir] ...] \
  4182. » [com.android.systemui.statusbars]: [--output-text-symbols DIR]
  4183. » [com.android.systemui.statusbars]: Package the android resources. It will read assets and resources that are
  4184. » [com.android.systemui.statusbars]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  4185. » [com.android.systemui.statusbars]: options control which files are output.
  4186. » [com.android.systemui.statusbars]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4187. » [com.android.systemui.statusbars]: Delete specified files from Zip-compatible archive.
  4188. » [com.android.systemui.statusbars]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4189. » [com.android.systemui.statusbars]: Add specified files to Zip-compatible archive.
  4190. » [com.android.systemui.statusbars]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  4191. » [com.android.systemui.statusbars]: Do PNG preprocessing on one or several resource folders
  4192. » [com.android.systemui.statusbars]: and store the results in the output folder.
  4193. » [com.android.systemui.statusbars]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  4194. » [com.android.systemui.statusbars]: Do PNG preprocessing on a single file.
  4195. » [com.android.systemui.statusbars]: aapt v[ersion]
  4196. » [com.android.systemui.statusbars]: Print program version.
  4197. » [com.android.systemui.statusbars]: Modifiers:
  4198. » [com.android.systemui.statusbars]: -a print Android-specific data (resources, manifest) when listing
  4199. » [com.android.systemui.statusbars]: -c specify which configurations to include. The default is all
  4200. » [com.android.systemui.statusbars]: configurations. The value of the parameter should be a comma
  4201. » [com.android.systemui.statusbars]: separated list of configuration values. Locales should be specified
  4202. » [com.android.systemui.statusbars]: as either a language or language-region pair. Some examples:
  4203. » [com.android.systemui.statusbars]: en
  4204. » [com.android.systemui.statusbars]: port,en
  4205. » [com.android.systemui.statusbars]: port,land,en_US
  4206. » [com.android.systemui.statusbars]: -d one or more device assets to include, separated by commas
  4207. » [com.android.systemui.statusbars]: -f force overwrite of existing files
  4208. » [com.android.systemui.statusbars]: -g specify a pixel tolerance to force images to grayscale, default 0
  4209. » [com.android.systemui.statusbars]: -j specify a jar or zip file containing classes to include
  4210. » [com.android.systemui.statusbars]: -k junk path of file(s) added
  4211. » [com.android.systemui.statusbars]: -m make package directories under location specified by -J
  4212. » [com.android.systemui.statusbars]: -u update existing packages (add new, replace older, remove deleted files)
  4213. » [com.android.systemui.statusbars]: -v verbose output
  4214. » [com.android.systemui.statusbars]: -x create extending (non-application) resource IDs
  4215. » [com.android.systemui.statusbars]: -z require localization of resource attributes marked with
  4216. » [com.android.systemui.statusbars]: localization="suggested"
  4217. » [com.android.systemui.statusbars]: -A additional directory in which to find raw asset files
  4218. » [com.android.systemui.statusbars]: -G A file to output proguard options into.
  4219. » [com.android.systemui.statusbars]: -F specify the apk file to output
  4220. » [com.android.systemui.statusbars]: -I add an existing package to base include set
  4221. » [com.android.systemui.statusbars]: -J specify where to output R.java resource constant definitions
  4222. » [com.android.systemui.statusbars]: -M specify full path to AndroidManifest.xml to include in zip
  4223. » [com.android.systemui.statusbars]: -P specify where to output public resource definitions
  4224. » [com.android.systemui.statusbars]: -S directory in which to find resources. Multiple directories will be scanned
  4225. » [com.android.systemui.statusbars]: and the first match found (left to right) will take precedence.
  4226. » [com.android.systemui.statusbars]: -0 specifies an additional extension for which such files will not
  4227. » [com.android.systemui.statusbars]: be stored compressed in the .apk. An empty string means to not
  4228. » [com.android.systemui.statusbars]: compress any files at all.
  4229. » [com.android.systemui.statusbars]: --debug-mode
  4230. » [com.android.systemui.statusbars]: inserts android:debuggable="true" in to the application node of the
  4231. » [com.android.systemui.statusbars]: manifest, making the application debuggable even on production devices.
  4232. » [com.android.systemui.statusbars]: --include-meta-data
  4233. » [com.android.systemui.statusbars]: when used with "dump badging" also includes meta-data tags.
  4234. » [com.android.systemui.statusbars]: --pseudo-localize
  4235. » [com.android.systemui.statusbars]: generate resources for pseudo-locales (en-XA and ar-XB).
  4236. » [com.android.systemui.statusbars]: --min-sdk-version
  4237. » [com.android.systemui.statusbars]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  4238. » [com.android.systemui.statusbars]: higher, the default encoding for resources will be in UTF-8.
  4239. » [com.android.systemui.statusbars]: --target-sdk-version
  4240. » [com.android.systemui.statusbars]: inserts android:targetSdkVersion in to manifest.
  4241. » [com.android.systemui.statusbars]: --max-res-version
  4242. » [com.android.systemui.statusbars]: ignores versioned resource directories above the given value.
  4243. » [com.android.systemui.statusbars]: --values
  4244. » [com.android.systemui.statusbars]: when used with "dump resources" also includes resource values.
  4245. » [com.android.systemui.statusbars]: --version-code
  4246. » [com.android.systemui.statusbars]: inserts android:versionCode in to manifest.
  4247. » [com.android.systemui.statusbars]: --version-name
  4248. » [com.android.systemui.statusbars]: inserts android:versionName in to manifest.
  4249. » [com.android.systemui.statusbars]: --replace-version
  4250. » [com.android.systemui.statusbars]: If --version-code and/or --version-name are specified, these
  4251. » [com.android.systemui.statusbars]: values will replace any value already in the manifest. By
  4252. » [com.android.systemui.statusbars]: default, nothing is changed if the manifest already defines
  4253. » [com.android.systemui.statusbars]: these attributes.
  4254. » [com.android.systemui.statusbars]: --custom-package
  4255. » [com.android.systemui.statusbars]: generates R.java into a different package.
  4256. » [com.android.systemui.statusbars]: --extra-packages
  4257. » [com.android.systemui.statusbars]: generate R.java for libraries. Separate libraries with ':'.
  4258. » [com.android.systemui.statusbars]: --generate-dependencies
  4259. » [com.android.systemui.statusbars]: generate dependency files in the same directories for R.java and resource package
  4260. » [com.android.systemui.statusbars]: --auto-add-overlay
  4261. » [com.android.systemui.statusbars]: Automatically add resources that are only in overlays.
  4262. » [com.android.systemui.statusbars]: --preferred-density
  4263. » [com.android.systemui.statusbars]: Specifies a preference for a particular density. Resources that do not
  4264. » [com.android.systemui.statusbars]: match this density and have variants that are a closer match are removed.
  4265. » [com.android.systemui.statusbars]: --split
  4266. » [com.android.systemui.statusbars]: Builds a separate split APK for the configurations listed. This can
  4267. » [com.android.systemui.statusbars]: be loaded alongside the base APK at runtime.
  4268. » [com.android.systemui.statusbars]: --feature-of
  4269. » [com.android.systemui.statusbars]: Builds a split APK that is a feature of the apk specified here. Resources
  4270. » [com.android.systemui.statusbars]: in the base APK can be referenced from the the feature APK.
  4271. » [com.android.systemui.statusbars]: --feature-after
  4272. » [com.android.systemui.statusbars]: An app can have multiple Feature Split APKs which must be totally ordered.
  4273. » [com.android.systemui.statusbars]: If --feature-of is specified, this flag specifies which Feature Split APK
  4274. » [com.android.systemui.statusbars]: comes before this one. The first Feature Split APK should not define
  4275. » [com.android.systemui.statusbars]: anything here.
  4276. » [com.android.systemui.statusbars]: --rename-manifest-package
  4277. » [com.android.systemui.statusbars]: Rewrite the manifest so that its package name is the package name
  4278. » [com.android.systemui.statusbars]: given here. Relative class names (for example .Foo) will be
  4279. » [com.android.systemui.statusbars]: changed to absolute names with the old package so that the code
  4280. » [com.android.systemui.statusbars]: does not need to change.
  4281. » [com.android.systemui.statusbars]: --rename-instrumentation-target-package
  4282. » [com.android.systemui.statusbars]: Rewrite the manifest so that all of its instrumentation
  4283. » [com.android.systemui.statusbars]: components target the given package. Useful when used in
  4284. » [com.android.systemui.statusbars]: conjunction with --rename-manifest-package to fix tests against
  4285. » [com.android.systemui.statusbars]: a package that has been renamed.
  4286. » [com.android.systemui.statusbars]: --product
  4287. » [com.android.systemui.statusbars]: Specifies which variant to choose for strings that have
  4288. » [com.android.systemui.statusbars]: product variants
  4289. » [com.android.systemui.statusbars]: --utf16
  4290. » [com.android.systemui.statusbars]: changes default encoding for resources to UTF-16. Only useful when API
  4291. » [com.android.systemui.statusbars]: level is set to 7 or higher where the default encoding is UTF-8.
  4292. » [com.android.systemui.statusbars]: --non-constant-id
  4293. » [com.android.systemui.statusbars]: Make the resources ID non constant. This is required to make an R java class
  4294. » [com.android.systemui.statusbars]: that does not contain the final value but is used to make reusable compiled
  4295. » [com.android.systemui.statusbars]: libraries that need to access resources.
  4296. » [com.android.systemui.statusbars]: --shared-lib
  4297. » [com.android.systemui.statusbars]: Make a shared library resource package that can be loaded by an application
  4298. » [com.android.systemui.statusbars]: at runtime to access the libraries resources. Implies --non-constant-id.
  4299. » [com.android.systemui.statusbars]: --error-on-failed-insert
  4300. » [com.android.systemui.statusbars]: Forces aapt to return an error if it fails to insert values into the manifest
  4301. » [com.android.systemui.statusbars]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  4302. » [com.android.systemui.statusbars]: and --version-name.
  4303. » [com.android.systemui.statusbars]: Insertion typically fails if the manifest already defines the attribute.
  4304. » [com.android.systemui.statusbars]: --error-on-missing-config-entry
  4305. » [com.android.systemui.statusbars]: Forces aapt to return an error if it fails to find an entry for a configuration.
  4306. » [com.android.systemui.statusbars]: --output-text-symbols
  4307. » [com.android.systemui.statusbars]: Generates a text file containing the resource symbols of the R class in the
  4308. » [com.android.systemui.statusbars]: specified folder.
  4309. » [com.android.systemui.statusbars]: --ignore-assets
  4310. » [com.android.systemui.statusbars]: Assets to be ignored. Default pattern is:
  4311. » [com.android.systemui.statusbars]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  4312. » [com.android.systemui.statusbars]: --skip-symbols-without-default-localization
  4313. » [com.android.systemui.statusbars]: Prevents symbols from being generated for strings that do not have a default
  4314. » [com.android.systemui.statusbars]: localization
  4315. » [com.android.systemui.statusbars]: --no-version-vectors
  4316. » [com.android.systemui.statusbars]: Do not automatically generate versioned copies of vector XML resources.
  4317. » [com.android.systemui.statusbars]: Installation of "com.android.systemui.statusbars" has failed.
  4318. » [com.android.systemui]: ERROR: Unknown option '--app-as-shared-lib'
  4319. » [com.android.systemui]: Android Asset Packaging Tool
  4320. » [com.android.systemui]: Usage:
  4321. » [com.android.systemui]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  4322. » [com.android.systemui]: List contents of Zip-compatible archive.
  4323. » [com.android.systemui]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  4324. » [com.android.systemui]: strings Print the contents of the resource table string pool in the APK.
  4325. » [com.android.systemui]: badging Print the label and icon for the app declared in APK.
  4326. » [com.android.systemui]: permissions Print the permissions from the APK.
  4327. » [com.android.systemui]: resources Print the resource table from the APK.
  4328. » [com.android.systemui]: configurations Print the configurations in the APK.
  4329. » [com.android.systemui]: xmltree Print the compiled xmls in the given assets.
  4330. » [com.android.systemui]: xmlstrings Print the strings of the given compiled xml assets.
  4331. » [com.android.systemui]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4332. » [com.android.systemui]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4333. » [com.android.systemui]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4334. » [com.android.systemui]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4335. » [com.android.systemui]: [--rename-manifest-package PACKAGE] \
  4336. » [com.android.systemui]: [--rename-instrumentation-target-package PACKAGE] \
  4337. » [com.android.systemui]: [--utf16] [--auto-add-overlay] \
  4338. » [com.android.systemui]: [--max-res-version VAL] \
  4339. » [com.android.systemui]: [-I base-package [-I base-package ...]] \
  4340. » [com.android.systemui]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  4341. » [com.android.systemui]: [-S resource-sources [-S resource-sources ...]] \
  4342. » [com.android.systemui]: [-F apk-file] [-J R-file-dir] \
  4343. » [com.android.systemui]: [--product product1,product2,...] \
  4344. » [com.android.systemui]: [-c CONFIGS] [--preferred-density DENSITY] \
  4345. » [com.android.systemui]: [--split CONFIGS [--split CONFIGS]] \
  4346. » [com.android.systemui]: [--feature-of package [--feature-after package]] \
  4347. » [com.android.systemui]: [raw-files-dir [raw-files-dir] ...] \
  4348. » [com.android.systemui]: [--output-text-symbols DIR]
  4349. » [com.android.systemui]: Package the android resources. It will read assets and resources that are
  4350. » [com.android.systemui]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  4351. » [com.android.systemui]: options control which files are output.
  4352. » [com.android.systemui]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4353. » [com.android.systemui]: Delete specified files from Zip-compatible archive.
  4354. » [com.android.systemui]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4355. » [com.android.systemui]: Add specified files to Zip-compatible archive.
  4356. » [com.android.systemui]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  4357. » [com.android.systemui]: Do PNG preprocessing on one or several resource folders
  4358. » [com.android.systemui]: and store the results in the output folder.
  4359. » [com.android.systemui]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  4360. » [com.android.systemui]: Do PNG preprocessing on a single file.
  4361. » [com.android.systemui]: aapt v[ersion]
  4362. » [com.android.systemui]: Print program version.
  4363. » [com.android.systemui]: Modifiers:
  4364. » [com.android.systemui]: -a print Android-specific data (resources, manifest) when listing
  4365. » [com.android.systemui]: -c specify which configurations to include. The default is all
  4366. » [com.android.systemui]: configurations. The value of the parameter should be a comma
  4367. » [com.android.systemui]: separated list of configuration values. Locales should be specified
  4368. » [com.android.systemui]: as either a language or language-region pair. Some examples:
  4369. » [com.android.systemui]: en
  4370. » [com.android.systemui]: port,en
  4371. » [com.android.systemui]: port,land,en_US
  4372. » [com.android.systemui]: -d one or more device assets to include, separated by commas
  4373. » [com.android.systemui]: -f force overwrite of existing files
  4374. » [com.android.systemui]: -g specify a pixel tolerance to force images to grayscale, default 0
  4375. » [com.android.systemui]: -j specify a jar or zip file containing classes to include
  4376. » [com.android.systemui]: -k junk path of file(s) added
  4377. » [com.android.systemui]: -m make package directories under location specified by -J
  4378. » [com.android.systemui]: -u update existing packages (add new, replace older, remove deleted files)
  4379. » [com.android.systemui]: -v verbose output
  4380. » [com.android.systemui]: -x create extending (non-application) resource IDs
  4381. » [com.android.systemui]: -z require localization of resource attributes marked with
  4382. » [com.android.systemui]: localization="suggested"
  4383. » [com.android.systemui]: -A additional directory in which to find raw asset files
  4384. » [com.android.systemui]: -G A file to output proguard options into.
  4385. » [com.android.systemui]: -F specify the apk file to output
  4386. » [com.android.systemui]: -I add an existing package to base include set
  4387. » [com.android.systemui]: -J specify where to output R.java resource constant definitions
  4388. » [com.android.systemui]: -M specify full path to AndroidManifest.xml to include in zip
  4389. » [com.android.systemui]: -P specify where to output public resource definitions
  4390. » [com.android.systemui]: -S directory in which to find resources. Multiple directories will be scanned
  4391. » [com.android.systemui]: and the first match found (left to right) will take precedence.
  4392. » [com.android.systemui]: -0 specifies an additional extension for which such files will not
  4393. » [com.android.systemui]: be stored compressed in the .apk. An empty string means to not
  4394. » [com.android.systemui]: compress any files at all.
  4395. » [com.android.systemui]: --debug-mode
  4396. » [com.android.systemui]: inserts android:debuggable="true" in to the application node of the
  4397. » [com.android.systemui]: manifest, making the application debuggable even on production devices.
  4398. » [com.android.systemui]: --include-meta-data
  4399. » [com.android.systemui]: when used with "dump badging" also includes meta-data tags.
  4400. » [com.android.systemui]: --pseudo-localize
  4401. » [com.android.systemui]: generate resources for pseudo-locales (en-XA and ar-XB).
  4402. » [com.android.systemui]: --min-sdk-version
  4403. » [com.android.systemui]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  4404. » [com.android.systemui]: higher, the default encoding for resources will be in UTF-8.
  4405. » [com.android.systemui]: --target-sdk-version
  4406. » [com.android.systemui]: inserts android:targetSdkVersion in to manifest.
  4407. » [com.android.systemui]: --max-res-version
  4408. » [com.android.systemui]: ignores versioned resource directories above the given value.
  4409. » [com.android.systemui]: --values
  4410. » [com.android.systemui]: when used with "dump resources" also includes resource values.
  4411. » [com.android.systemui]: --version-code
  4412. » [com.android.systemui]: inserts android:versionCode in to manifest.
  4413. » [com.android.systemui]: --version-name
  4414. » [com.android.systemui]: inserts android:versionName in to manifest.
  4415. » [com.android.systemui]: --replace-version
  4416. » [com.android.systemui]: If --version-code and/or --version-name are specified, these
  4417. » [com.android.systemui]: values will replace any value already in the manifest. By
  4418. » [com.android.systemui]: default, nothing is changed if the manifest already defines
  4419. » [com.android.systemui]: these attributes.
  4420. » [com.android.systemui]: --custom-package
  4421. » [com.android.systemui]: generates R.java into a different package.
  4422. » [com.android.systemui]: --extra-packages
  4423. » [com.android.systemui]: generate R.java for libraries. Separate libraries with ':'.
  4424. » [com.android.systemui]: --generate-dependencies
  4425. » [com.android.systemui]: generate dependency files in the same directories for R.java and resource package
  4426. » [com.android.systemui]: --auto-add-overlay
  4427. » [com.android.systemui]: Automatically add resources that are only in overlays.
  4428. » [com.android.systemui]: --preferred-density
  4429. » [com.android.systemui]: Specifies a preference for a particular density. Resources that do not
  4430. » [com.android.systemui]: match this density and have variants that are a closer match are removed.
  4431. » [com.android.systemui]: --split
  4432. » [com.android.systemui]: Builds a separate split APK for the configurations listed. This can
  4433. » [com.android.systemui]: be loaded alongside the base APK at runtime.
  4434. » [com.android.systemui]: --feature-of
  4435. » [com.android.systemui]: Builds a split APK that is a feature of the apk specified here. Resources
  4436. » [com.android.systemui]: in the base APK can be referenced from the the feature APK.
  4437. » [com.android.systemui]: --feature-after
  4438. » [com.android.systemui]: An app can have multiple Feature Split APKs which must be totally ordered.
  4439. » [com.android.systemui]: If --feature-of is specified, this flag specifies which Feature Split APK
  4440. » [com.android.systemui]: comes before this one. The first Feature Split APK should not define
  4441. » [com.android.systemui]: anything here.
  4442. » [com.android.systemui]: --rename-manifest-package
  4443. » [com.android.systemui]: Rewrite the manifest so that its package name is the package name
  4444. » [com.android.systemui]: given here. Relative class names (for example .Foo) will be
  4445. » [com.android.systemui]: changed to absolute names with the old package so that the code
  4446. » [com.android.systemui]: does not need to change.
  4447. » [com.android.systemui]: --rename-instrumentation-target-package
  4448. » [com.android.systemui]: Rewrite the manifest so that all of its instrumentation
  4449. » [com.android.systemui]: components target the given package. Useful when used in
  4450. » [com.android.systemui]: conjunction with --rename-manifest-package to fix tests against
  4451. » [com.android.systemui]: a package that has been renamed.
  4452. » [com.android.systemui]: --product
  4453. » [com.android.systemui]: Specifies which variant to choose for strings that have
  4454. » [com.android.systemui]: product variants
  4455. » [com.android.systemui]: --utf16
  4456. » [com.android.systemui]: changes default encoding for resources to UTF-16. Only useful when API
  4457. » [com.android.systemui]: level is set to 7 or higher where the default encoding is UTF-8.
  4458. » [com.android.systemui]: --non-constant-id
  4459. » [com.android.systemui]: Make the resources ID non constant. This is required to make an R java class
  4460. » [com.android.systemui]: that does not contain the final value but is used to make reusable compiled
  4461. » [com.android.systemui]: libraries that need to access resources.
  4462. » [com.android.systemui]: --shared-lib
  4463. » [com.android.systemui]: Make a shared library resource package that can be loaded by an application
  4464. » [com.android.systemui]: at runtime to access the libraries resources. Implies --non-constant-id.
  4465. » [com.android.systemui]: --error-on-failed-insert
  4466. » [com.android.systemui]: Forces aapt to return an error if it fails to insert values into the manifest
  4467. » [com.android.systemui]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  4468. » [com.android.systemui]: and --version-name.
  4469. » [com.android.systemui]: Insertion typically fails if the manifest already defines the attribute.
  4470. » [com.android.systemui]: --error-on-missing-config-entry
  4471. » [com.android.systemui]: Forces aapt to return an error if it fails to find an entry for a configuration.
  4472. » [com.android.systemui]: --output-text-symbols
  4473. » [com.android.systemui]: Generates a text file containing the resource symbols of the R class in the
  4474. » [com.android.systemui]: specified folder.
  4475. » [com.android.systemui]: --ignore-assets
  4476. » [com.android.systemui]: Assets to be ignored. Default pattern is:
  4477. » [com.android.systemui]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  4478. » [com.android.systemui]: --skip-symbols-without-default-localization
  4479. » [com.android.systemui]: Prevents symbols from being generated for strings that do not have a default
  4480. » [com.android.systemui]: localization
  4481. » [com.android.systemui]: --no-version-vectors
  4482. » [com.android.systemui]: Do not automatically generate versioned copies of vector XML resources.
  4483. » [com.android.systemui]: Installation of "com.android.systemui" has failed.
  4484. » [com.android.dialer]: ERROR: Unknown option '--app-as-shared-lib'
  4485. » [com.android.dialer]: Android Asset Packaging Tool
  4486. » [com.android.dialer]: Usage:
  4487. » [com.android.dialer]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  4488. » [com.android.dialer]: List contents of Zip-compatible archive.
  4489. » [com.android.dialer]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  4490. » [com.android.dialer]: strings Print the contents of the resource table string pool in the APK.
  4491. » [com.android.dialer]: badging Print the label and icon for the app declared in APK.
  4492. » [com.android.dialer]: permissions Print the permissions from the APK.
  4493. » [com.android.dialer]: resources Print the resource table from the APK.
  4494. » [com.android.dialer]: configurations Print the configurations in the APK.
  4495. » [com.android.dialer]: xmltree Print the compiled xmls in the given assets.
  4496. » [com.android.dialer]: xmlstrings Print the strings of the given compiled xml assets.
  4497. » [com.android.dialer]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4498. » [com.android.dialer]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4499. » [com.android.dialer]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4500. » [com.android.dialer]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4501. » [com.android.dialer]: [--rename-manifest-package PACKAGE] \
  4502. » [com.android.dialer]: [--rename-instrumentation-target-package PACKAGE] \
  4503. » [com.android.dialer]: [--utf16] [--auto-add-overlay] \
  4504. » [com.android.dialer]: [--max-res-version VAL] \
  4505. » [com.android.dialer]: [-I base-package [-I base-package ...]] \
  4506. » [com.android.dialer]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  4507. » [com.android.dialer]: [-S resource-sources [-S resource-sources ...]] \
  4508. » [com.android.dialer]: [-F apk-file] [-J R-file-dir] \
  4509. » [com.android.dialer]: [--product product1,product2,...] \
  4510. » [com.android.dialer]: [-c CONFIGS] [--preferred-density DENSITY] \
  4511. » [com.android.dialer]: [--split CONFIGS [--split CONFIGS]] \
  4512. » [com.android.dialer]: [--feature-of package [--feature-after package]] \
  4513. » [com.android.dialer]: [raw-files-dir [raw-files-dir] ...] \
  4514. » [com.android.dialer]: [--output-text-symbols DIR]
  4515. » [com.android.dialer]: Package the android resources. It will read assets and resources that are
  4516. » [com.android.dialer]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  4517. » [com.android.dialer]: options control which files are output.
  4518. » [com.android.dialer]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4519. » [com.android.dialer]: Delete specified files from Zip-compatible archive.
  4520. » [com.android.dialer]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4521. » [com.android.dialer]: Add specified files to Zip-compatible archive.
  4522. » [com.android.dialer]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  4523. » [com.android.dialer]: Do PNG preprocessing on one or several resource folders
  4524. » [com.android.dialer]: and store the results in the output folder.
  4525. » [com.android.dialer]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  4526. » [com.android.dialer]: Do PNG preprocessing on a single file.
  4527. » [com.android.dialer]: aapt v[ersion]
  4528. » [com.android.dialer]: Print program version.
  4529. » [com.android.dialer]: Modifiers:
  4530. » [com.android.dialer]: -a print Android-specific data (resources, manifest) when listing
  4531. » [com.android.dialer]: -c specify which configurations to include. The default is all
  4532. » [com.android.dialer]: configurations. The value of the parameter should be a comma
  4533. » [com.android.dialer]: separated list of configuration values. Locales should be specified
  4534. » [com.android.dialer]: as either a language or language-region pair. Some examples:
  4535. » [com.android.dialer]: en
  4536. » [com.android.dialer]: port,en
  4537. » [com.android.dialer]: port,land,en_US
  4538. » [com.android.dialer]: -d one or more device assets to include, separated by commas
  4539. » [com.android.dialer]: -f force overwrite of existing files
  4540. » [com.android.dialer]: -g specify a pixel tolerance to force images to grayscale, default 0
  4541. » [com.android.dialer]: -j specify a jar or zip file containing classes to include
  4542. » [com.android.dialer]: -k junk path of file(s) added
  4543. » [com.android.dialer]: -m make package directories under location specified by -J
  4544. » [com.android.dialer]: -u update existing packages (add new, replace older, remove deleted files)
  4545. » [com.android.dialer]: -v verbose output
  4546. » [com.android.dialer]: -x create extending (non-application) resource IDs
  4547. » [com.android.dialer]: -z require localization of resource attributes marked with
  4548. » [com.android.dialer]: localization="suggested"
  4549. » [com.android.dialer]: -A additional directory in which to find raw asset files
  4550. » [com.android.dialer]: -G A file to output proguard options into.
  4551. » [com.android.dialer]: -F specify the apk file to output
  4552. » [com.android.dialer]: -I add an existing package to base include set
  4553. » [com.android.dialer]: -J specify where to output R.java resource constant definitions
  4554. » [com.android.dialer]: -M specify full path to AndroidManifest.xml to include in zip
  4555. » [com.android.dialer]: -P specify where to output public resource definitions
  4556. » [com.android.dialer]: -S directory in which to find resources. Multiple directories will be scanned
  4557. » [com.android.dialer]: and the first match found (left to right) will take precedence.
  4558. » [com.android.dialer]: -0 specifies an additional extension for which such files will not
  4559. » [com.android.dialer]: be stored compressed in the .apk. An empty string means to not
  4560. » [com.android.dialer]: compress any files at all.
  4561. » [com.android.dialer]: --debug-mode
  4562. » [com.android.dialer]: inserts android:debuggable="true" in to the application node of the
  4563. » [com.android.dialer]: manifest, making the application debuggable even on production devices.
  4564. » [com.android.dialer]: --include-meta-data
  4565. » [com.android.dialer]: when used with "dump badging" also includes meta-data tags.
  4566. » [com.android.dialer]: --pseudo-localize
  4567. » [com.android.dialer]: generate resources for pseudo-locales (en-XA and ar-XB).
  4568. » [com.android.dialer]: --min-sdk-version
  4569. » [com.android.dialer]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  4570. » [com.android.dialer]: higher, the default encoding for resources will be in UTF-8.
  4571. » [com.android.dialer]: --target-sdk-version
  4572. » [com.android.dialer]: inserts android:targetSdkVersion in to manifest.
  4573. » [com.android.dialer]: --max-res-version
  4574. » [com.android.dialer]: ignores versioned resource directories above the given value.
  4575. » [com.android.dialer]: --values
  4576. » [com.android.dialer]: when used with "dump resources" also includes resource values.
  4577. » [com.android.dialer]: --version-code
  4578. » [com.android.dialer]: inserts android:versionCode in to manifest.
  4579. » [com.android.dialer]: --version-name
  4580. » [com.android.dialer]: inserts android:versionName in to manifest.
  4581. » [com.android.dialer]: --replace-version
  4582. » [com.android.dialer]: If --version-code and/or --version-name are specified, these
  4583. » [com.android.dialer]: values will replace any value already in the manifest. By
  4584. » [com.android.dialer]: default, nothing is changed if the manifest already defines
  4585. » [com.android.dialer]: these attributes.
  4586. » [com.android.dialer]: --custom-package
  4587. » [com.android.dialer]: generates R.java into a different package.
  4588. » [com.android.dialer]: --extra-packages
  4589. » [com.android.dialer]: generate R.java for libraries. Separate libraries with ':'.
  4590. » [com.android.dialer]: --generate-dependencies
  4591. » [com.android.dialer]: generate dependency files in the same directories for R.java and resource package
  4592. » [com.android.dialer]: --auto-add-overlay
  4593. » [com.android.dialer]: Automatically add resources that are only in overlays.
  4594. » [com.android.dialer]: --preferred-density
  4595. » [com.android.dialer]: Specifies a preference for a particular density. Resources that do not
  4596. » [com.android.dialer]: match this density and have variants that are a closer match are removed.
  4597. » [com.android.dialer]: --split
  4598. » [com.android.dialer]: Builds a separate split APK for the configurations listed. This can
  4599. » [com.android.dialer]: be loaded alongside the base APK at runtime.
  4600. » [com.android.dialer]: --feature-of
  4601. » [com.android.dialer]: Builds a split APK that is a feature of the apk specified here. Resources
  4602. » [com.android.dialer]: in the base APK can be referenced from the the feature APK.
  4603. » [com.android.dialer]: --feature-after
  4604. » [com.android.dialer]: An app can have multiple Feature Split APKs which must be totally ordered.
  4605. » [com.android.dialer]: If --feature-of is specified, this flag specifies which Feature Split APK
  4606. » [com.android.dialer]: comes before this one. The first Feature Split APK should not define
  4607. » [com.android.dialer]: anything here.
  4608. » [com.android.dialer]: --rename-manifest-package
  4609. » [com.android.dialer]: Rewrite the manifest so that its package name is the package name
  4610. » [com.android.dialer]: given here. Relative class names (for example .Foo) will be
  4611. » [com.android.dialer]: changed to absolute names with the old package so that the code
  4612. » [com.android.dialer]: does not need to change.
  4613. » [com.android.dialer]: --rename-instrumentation-target-package
  4614. » [com.android.dialer]: Rewrite the manifest so that all of its instrumentation
  4615. » [com.android.dialer]: components target the given package. Useful when used in
  4616. » [com.android.dialer]: conjunction with --rename-manifest-package to fix tests against
  4617. » [com.android.dialer]: a package that has been renamed.
  4618. » [com.android.dialer]: --product
  4619. » [com.android.dialer]: Specifies which variant to choose for strings that have
  4620. » [com.android.dialer]: product variants
  4621. » [com.android.dialer]: --utf16
  4622. » [com.android.dialer]: changes default encoding for resources to UTF-16. Only useful when API
  4623. » [com.android.dialer]: level is set to 7 or higher where the default encoding is UTF-8.
  4624. » [com.android.dialer]: --non-constant-id
  4625. » [com.android.dialer]: Make the resources ID non constant. This is required to make an R java class
  4626. » [com.android.dialer]: that does not contain the final value but is used to make reusable compiled
  4627. » [com.android.dialer]: libraries that need to access resources.
  4628. » [com.android.dialer]: --shared-lib
  4629. » [com.android.dialer]: Make a shared library resource package that can be loaded by an application
  4630. » [com.android.dialer]: at runtime to access the libraries resources. Implies --non-constant-id.
  4631. » [com.android.dialer]: --error-on-failed-insert
  4632. » [com.android.dialer]: Forces aapt to return an error if it fails to insert values into the manifest
  4633. » [com.android.dialer]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  4634. » [com.android.dialer]: and --version-name.
  4635. » [com.android.dialer]: Insertion typically fails if the manifest already defines the attribute.
  4636. » [com.android.dialer]: --error-on-missing-config-entry
  4637. » [com.android.dialer]: Forces aapt to return an error if it fails to find an entry for a configuration.
  4638. » [com.android.dialer]: --output-text-symbols
  4639. » [com.android.dialer]: Generates a text file containing the resource symbols of the R class in the
  4640. » [com.android.dialer]: specified folder.
  4641. » [com.android.dialer]: --ignore-assets
  4642. » [com.android.dialer]: Assets to be ignored. Default pattern is:
  4643. » [com.android.dialer]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  4644. » [com.android.dialer]: --skip-symbols-without-default-localization
  4645. » [com.android.dialer]: Prevents symbols from being generated for strings that do not have a default
  4646. » [com.android.dialer]: localization
  4647. » [com.android.dialer]: --no-version-vectors
  4648. » [com.android.dialer]: Do not automatically generate versioned copies of vector XML resources.
  4649. » [com.android.dialer]: Installation of "com.android.dialer" has failed.
  4650. » [com.android.phone]: ERROR: Unknown option '--app-as-shared-lib'
  4651. » [com.android.phone]: Android Asset Packaging Tool
  4652. » [com.android.phone]: Usage:
  4653. » [com.android.phone]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  4654. » [com.android.phone]: List contents of Zip-compatible archive.
  4655. » [com.android.phone]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  4656. » [com.android.phone]: strings Print the contents of the resource table string pool in the APK.
  4657. » [com.android.phone]: badging Print the label and icon for the app declared in APK.
  4658. » [com.android.phone]: permissions Print the permissions from the APK.
  4659. » [com.android.phone]: resources Print the resource table from the APK.
  4660. » [com.android.phone]: configurations Print the configurations in the APK.
  4661. » [com.android.phone]: xmltree Print the compiled xmls in the given assets.
  4662. » [com.android.phone]: xmlstrings Print the strings of the given compiled xml assets.
  4663. » [com.android.phone]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4664. » [com.android.phone]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4665. » [com.android.phone]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4666. » [com.android.phone]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4667. » [com.android.phone]: [--rename-manifest-package PACKAGE] \
  4668. » [com.android.phone]: [--rename-instrumentation-target-package PACKAGE] \
  4669. » [com.android.phone]: [--utf16] [--auto-add-overlay] \
  4670. » [com.android.phone]: [--max-res-version VAL] \
  4671. » [com.android.phone]: [-I base-package [-I base-package ...]] \
  4672. » [com.android.phone]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  4673. » [com.android.phone]: [-S resource-sources [-S resource-sources ...]] \
  4674. » [com.android.phone]: [-F apk-file] [-J R-file-dir] \
  4675. » [com.android.phone]: [--product product1,product2,...] \
  4676. » [com.android.phone]: [-c CONFIGS] [--preferred-density DENSITY] \
  4677. » [com.android.phone]: [--split CONFIGS [--split CONFIGS]] \
  4678. » [com.android.phone]: [--feature-of package [--feature-after package]] \
  4679. » [com.android.phone]: [raw-files-dir [raw-files-dir] ...] \
  4680. » [com.android.phone]: [--output-text-symbols DIR]
  4681. » [com.android.phone]: Package the android resources. It will read assets and resources that are
  4682. » [com.android.phone]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  4683. » [com.android.phone]: options control which files are output.
  4684. » [com.android.phone]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4685. » [com.android.phone]: Delete specified files from Zip-compatible archive.
  4686. » [com.android.phone]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4687. » [com.android.phone]: Add specified files to Zip-compatible archive.
  4688. » [com.android.phone]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  4689. » [com.android.phone]: Do PNG preprocessing on one or several resource folders
  4690. » [com.android.phone]: and store the results in the output folder.
  4691. » [com.android.phone]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  4692. » [com.android.phone]: Do PNG preprocessing on a single file.
  4693. » [com.android.phone]: aapt v[ersion]
  4694. » [com.android.phone]: Print program version.
  4695. » [com.android.phone]: Modifiers:
  4696. » [com.android.phone]: -a print Android-specific data (resources, manifest) when listing
  4697. » [com.android.phone]: -c specify which configurations to include. The default is all
  4698. » [com.android.phone]: configurations. The value of the parameter should be a comma
  4699. » [com.android.phone]: separated list of configuration values. Locales should be specified
  4700. » [com.android.phone]: as either a language or language-region pair. Some examples:
  4701. » [com.android.phone]: en
  4702. » [com.android.phone]: port,en
  4703. » [com.android.phone]: port,land,en_US
  4704. » [com.android.phone]: -d one or more device assets to include, separated by commas
  4705. » [com.android.phone]: -f force overwrite of existing files
  4706. » [com.android.phone]: -g specify a pixel tolerance to force images to grayscale, default 0
  4707. » [com.android.phone]: -j specify a jar or zip file containing classes to include
  4708. » [com.android.phone]: -k junk path of file(s) added
  4709. » [com.android.phone]: -m make package directories under location specified by -J
  4710. » [com.android.phone]: -u update existing packages (add new, replace older, remove deleted files)
  4711. » [com.android.phone]: -v verbose output
  4712. » [com.android.phone]: -x create extending (non-application) resource IDs
  4713. » [com.android.phone]: -z require localization of resource attributes marked with
  4714. » [com.android.phone]: localization="suggested"
  4715. » [com.android.phone]: -A additional directory in which to find raw asset files
  4716. » [com.android.phone]: -G A file to output proguard options into.
  4717. » [com.android.phone]: -F specify the apk file to output
  4718. » [com.android.phone]: -I add an existing package to base include set
  4719. » [com.android.phone]: -J specify where to output R.java resource constant definitions
  4720. » [com.android.phone]: -M specify full path to AndroidManifest.xml to include in zip
  4721. » [com.android.phone]: -P specify where to output public resource definitions
  4722. » [com.android.phone]: -S directory in which to find resources. Multiple directories will be scanned
  4723. » [com.android.phone]: and the first match found (left to right) will take precedence.
  4724. » [com.android.phone]: -0 specifies an additional extension for which such files will not
  4725. » [com.android.phone]: be stored compressed in the .apk. An empty string means to not
  4726. » [com.android.phone]: compress any files at all.
  4727. » [com.android.phone]: --debug-mode
  4728. » [com.android.phone]: inserts android:debuggable="true" in to the application node of the
  4729. » [com.android.phone]: manifest, making the application debuggable even on production devices.
  4730. » [com.android.phone]: --include-meta-data
  4731. » [com.android.phone]: when used with "dump badging" also includes meta-data tags.
  4732. » [com.android.phone]: --pseudo-localize
  4733. » [com.android.phone]: generate resources for pseudo-locales (en-XA and ar-XB).
  4734. » [com.android.phone]: --min-sdk-version
  4735. » [com.android.phone]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  4736. » [com.android.phone]: higher, the default encoding for resources will be in UTF-8.
  4737. » [com.android.phone]: --target-sdk-version
  4738. » [com.android.phone]: inserts android:targetSdkVersion in to manifest.
  4739. » [com.android.phone]: --max-res-version
  4740. » [com.android.phone]: ignores versioned resource directories above the given value.
  4741. » [com.android.phone]: --values
  4742. » [com.android.phone]: when used with "dump resources" also includes resource values.
  4743. » [com.android.phone]: --version-code
  4744. » [com.android.phone]: inserts android:versionCode in to manifest.
  4745. » [com.android.phone]: --version-name
  4746. » [com.android.phone]: inserts android:versionName in to manifest.
  4747. » [com.android.phone]: --replace-version
  4748. » [com.android.phone]: If --version-code and/or --version-name are specified, these
  4749. » [com.android.phone]: values will replace any value already in the manifest. By
  4750. » [com.android.phone]: default, nothing is changed if the manifest already defines
  4751. » [com.android.phone]: these attributes.
  4752. » [com.android.phone]: --custom-package
  4753. » [com.android.phone]: generates R.java into a different package.
  4754. » [com.android.phone]: --extra-packages
  4755. » [com.android.phone]: generate R.java for libraries. Separate libraries with ':'.
  4756. » [com.android.phone]: --generate-dependencies
  4757. » [com.android.phone]: generate dependency files in the same directories for R.java and resource package
  4758. » [com.android.phone]: --auto-add-overlay
  4759. » [com.android.phone]: Automatically add resources that are only in overlays.
  4760. » [com.android.phone]: --preferred-density
  4761. » [com.android.phone]: Specifies a preference for a particular density. Resources that do not
  4762. » [com.android.phone]: match this density and have variants that are a closer match are removed.
  4763. » [com.android.phone]: --split
  4764. » [com.android.phone]: Builds a separate split APK for the configurations listed. This can
  4765. » [com.android.phone]: be loaded alongside the base APK at runtime.
  4766. » [com.android.phone]: --feature-of
  4767. » [com.android.phone]: Builds a split APK that is a feature of the apk specified here. Resources
  4768. » [com.android.phone]: in the base APK can be referenced from the the feature APK.
  4769. » [com.android.phone]: --feature-after
  4770. » [com.android.phone]: An app can have multiple Feature Split APKs which must be totally ordered.
  4771. » [com.android.phone]: If --feature-of is specified, this flag specifies which Feature Split APK
  4772. » [com.android.phone]: comes before this one. The first Feature Split APK should not define
  4773. » [com.android.phone]: anything here.
  4774. » [com.android.phone]: --rename-manifest-package
  4775. » [com.android.phone]: Rewrite the manifest so that its package name is the package name
  4776. » [com.android.phone]: given here. Relative class names (for example .Foo) will be
  4777. » [com.android.phone]: changed to absolute names with the old package so that the code
  4778. » [com.android.phone]: does not need to change.
  4779. » [com.android.phone]: --rename-instrumentation-target-package
  4780. » [com.android.phone]: Rewrite the manifest so that all of its instrumentation
  4781. » [com.android.phone]: components target the given package. Useful when used in
  4782. » [com.android.phone]: conjunction with --rename-manifest-package to fix tests against
  4783. » [com.android.phone]: a package that has been renamed.
  4784. » [com.android.phone]: --product
  4785. » [com.android.phone]: Specifies which variant to choose for strings that have
  4786. » [com.android.phone]: product variants
  4787. » [com.android.phone]: --utf16
  4788. » [com.android.phone]: changes default encoding for resources to UTF-16. Only useful when API
  4789. » [com.android.phone]: level is set to 7 or higher where the default encoding is UTF-8.
  4790. » [com.android.phone]: --non-constant-id
  4791. » [com.android.phone]: Make the resources ID non constant. This is required to make an R java class
  4792. » [com.android.phone]: that does not contain the final value but is used to make reusable compiled
  4793. » [com.android.phone]: libraries that need to access resources.
  4794. » [com.android.phone]: --shared-lib
  4795. » [com.android.phone]: Make a shared library resource package that can be loaded by an application
  4796. » [com.android.phone]: at runtime to access the libraries resources. Implies --non-constant-id.
  4797. » [com.android.phone]: --error-on-failed-insert
  4798. » [com.android.phone]: Forces aapt to return an error if it fails to insert values into the manifest
  4799. » [com.android.phone]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  4800. » [com.android.phone]: and --version-name.
  4801. » [com.android.phone]: Insertion typically fails if the manifest already defines the attribute.
  4802. » [com.android.phone]: --error-on-missing-config-entry
  4803. » [com.android.phone]: Forces aapt to return an error if it fails to find an entry for a configuration.
  4804. » [com.android.phone]: --output-text-symbols
  4805. » [com.android.phone]: Generates a text file containing the resource symbols of the R class in the
  4806. » [com.android.phone]: specified folder.
  4807. » [com.android.phone]: --ignore-assets
  4808. » [com.android.phone]: Assets to be ignored. Default pattern is:
  4809. » [com.android.phone]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  4810. » [com.android.phone]: --skip-symbols-without-default-localization
  4811. » [com.android.phone]: Prevents symbols from being generated for strings that do not have a default
  4812. » [com.android.phone]: localization
  4813. » [com.android.phone]: --no-version-vectors
  4814. » [com.android.phone]: Do not automatically generate versioned copies of vector XML resources.
  4815. » [com.android.phone]: Installation of "com.android.phone" has failed.
  4816. » [com.google.android.deskclock]: ERROR: Unknown option '--app-as-shared-lib'
  4817. » [com.google.android.deskclock]: Android Asset Packaging Tool
  4818. » [com.google.android.deskclock]: Usage:
  4819. » [com.google.android.deskclock]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  4820. » [com.google.android.deskclock]: List contents of Zip-compatible archive.
  4821. » [com.google.android.deskclock]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  4822. » [com.google.android.deskclock]: strings Print the contents of the resource table string pool in the APK.
  4823. » [com.google.android.deskclock]: badging Print the label and icon for the app declared in APK.
  4824. » [com.google.android.deskclock]: permissions Print the permissions from the APK.
  4825. » [com.google.android.deskclock]: resources Print the resource table from the APK.
  4826. » [com.google.android.deskclock]: configurations Print the configurations in the APK.
  4827. » [com.google.android.deskclock]: xmltree Print the compiled xmls in the given assets.
  4828. » [com.google.android.deskclock]: xmlstrings Print the strings of the given compiled xml assets.
  4829. » [com.google.android.deskclock]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4830. » [com.google.android.deskclock]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4831. » [com.google.android.deskclock]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4832. » [com.google.android.deskclock]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4833. » [com.google.android.deskclock]: [--rename-manifest-package PACKAGE] \
  4834. » [com.google.android.deskclock]: [--rename-instrumentation-target-package PACKAGE] \
  4835. » [com.google.android.deskclock]: [--utf16] [--auto-add-overlay] \
  4836. » [com.google.android.deskclock]: [--max-res-version VAL] \
  4837. » [com.google.android.deskclock]: [-I base-package [-I base-package ...]] \
  4838. » [com.google.android.deskclock]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  4839. » [com.google.android.deskclock]: [-S resource-sources [-S resource-sources ...]] \
  4840. » [com.google.android.deskclock]: [-F apk-file] [-J R-file-dir] \
  4841. » [com.google.android.deskclock]: [--product product1,product2,...] \
  4842. » [com.google.android.deskclock]: [-c CONFIGS] [--preferred-density DENSITY] \
  4843. » [com.google.android.deskclock]: [--split CONFIGS [--split CONFIGS]] \
  4844. » [com.google.android.deskclock]: [--feature-of package [--feature-after package]] \
  4845. » [com.google.android.deskclock]: [raw-files-dir [raw-files-dir] ...] \
  4846. » [com.google.android.deskclock]: [--output-text-symbols DIR]
  4847. » [com.google.android.deskclock]: Package the android resources. It will read assets and resources that are
  4848. » [com.google.android.deskclock]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  4849. » [com.google.android.deskclock]: options control which files are output.
  4850. » [com.google.android.deskclock]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4851. » [com.google.android.deskclock]: Delete specified files from Zip-compatible archive.
  4852. » [com.google.android.deskclock]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  4853. » [com.google.android.deskclock]: Add specified files to Zip-compatible archive.
  4854. » [com.google.android.deskclock]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  4855. » [com.google.android.deskclock]: Do PNG preprocessing on one or several resource folders
  4856. » [com.google.android.deskclock]: and store the results in the output folder.
  4857. » [com.google.android.deskclock]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  4858. » [com.google.android.deskclock]: Do PNG preprocessing on a single file.
  4859. » [com.google.android.deskclock]: aapt v[ersion]
  4860. » [com.google.android.deskclock]: Print program version.
  4861. » [com.google.android.deskclock]: Modifiers:
  4862. » [com.google.android.deskclock]: -a print Android-specific data (resources, manifest) when listing
  4863. » [com.google.android.deskclock]: -c specify which configurations to include. The default is all
  4864. » [com.google.android.deskclock]: configurations. The value of the parameter should be a comma
  4865. » [com.google.android.deskclock]: separated list of configuration values. Locales should be specified
  4866. » [com.google.android.deskclock]: as either a language or language-region pair. Some examples:
  4867. » [com.google.android.deskclock]: en
  4868. » [com.google.android.deskclock]: port,en
  4869. » [com.google.android.deskclock]: port,land,en_US
  4870. » [com.google.android.deskclock]: -d one or more device assets to include, separated by commas
  4871. » [com.google.android.deskclock]: -f force overwrite of existing files
  4872. » [com.google.android.deskclock]: -g specify a pixel tolerance to force images to grayscale, default 0
  4873. » [com.google.android.deskclock]: -j specify a jar or zip file containing classes to include
  4874. » [com.google.android.deskclock]: -k junk path of file(s) added
  4875. » [com.google.android.deskclock]: -m make package directories under location specified by -J
  4876. » [com.google.android.deskclock]: -u update existing packages (add new, replace older, remove deleted files)
  4877. » [com.google.android.deskclock]: -v verbose output
  4878. » [com.google.android.deskclock]: -x create extending (non-application) resource IDs
  4879. » [com.google.android.deskclock]: -z require localization of resource attributes marked with
  4880. » [com.google.android.deskclock]: localization="suggested"
  4881. » [com.google.android.deskclock]: -A additional directory in which to find raw asset files
  4882. » [com.google.android.deskclock]: -G A file to output proguard options into.
  4883. » [com.google.android.deskclock]: -F specify the apk file to output
  4884. » [com.google.android.deskclock]: -I add an existing package to base include set
  4885. » [com.google.android.deskclock]: -J specify where to output R.java resource constant definitions
  4886. » [com.google.android.deskclock]: -M specify full path to AndroidManifest.xml to include in zip
  4887. » [com.google.android.deskclock]: -P specify where to output public resource definitions
  4888. » [com.google.android.deskclock]: -S directory in which to find resources. Multiple directories will be scanned
  4889. » [com.google.android.deskclock]: and the first match found (left to right) will take precedence.
  4890. » [com.google.android.deskclock]: -0 specifies an additional extension for which such files will not
  4891. » [com.google.android.deskclock]: be stored compressed in the .apk. An empty string means to not
  4892. » [com.google.android.deskclock]: compress any files at all.
  4893. » [com.google.android.deskclock]: --debug-mode
  4894. » [com.google.android.deskclock]: inserts android:debuggable="true" in to the application node of the
  4895. » [com.google.android.deskclock]: manifest, making the application debuggable even on production devices.
  4896. » [com.google.android.deskclock]: --include-meta-data
  4897. » [com.google.android.deskclock]: when used with "dump badging" also includes meta-data tags.
  4898. » [com.google.android.deskclock]: --pseudo-localize
  4899. » [com.google.android.deskclock]: generate resources for pseudo-locales (en-XA and ar-XB).
  4900. » [com.google.android.deskclock]: --min-sdk-version
  4901. » [com.google.android.deskclock]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  4902. » [com.google.android.deskclock]: higher, the default encoding for resources will be in UTF-8.
  4903. » [com.google.android.deskclock]: --target-sdk-version
  4904. » [com.google.android.deskclock]: inserts android:targetSdkVersion in to manifest.
  4905. » [com.google.android.deskclock]: --max-res-version
  4906. » [com.google.android.deskclock]: ignores versioned resource directories above the given value.
  4907. » [com.google.android.deskclock]: --values
  4908. » [com.google.android.deskclock]: when used with "dump resources" also includes resource values.
  4909. » [com.google.android.deskclock]: --version-code
  4910. » [com.google.android.deskclock]: inserts android:versionCode in to manifest.
  4911. » [com.google.android.deskclock]: --version-name
  4912. » [com.google.android.deskclock]: inserts android:versionName in to manifest.
  4913. » [com.google.android.deskclock]: --replace-version
  4914. » [com.google.android.deskclock]: If --version-code and/or --version-name are specified, these
  4915. » [com.google.android.deskclock]: values will replace any value already in the manifest. By
  4916. » [com.google.android.deskclock]: default, nothing is changed if the manifest already defines
  4917. » [com.google.android.deskclock]: these attributes.
  4918. » [com.google.android.deskclock]: --custom-package
  4919. » [com.google.android.deskclock]: generates R.java into a different package.
  4920. » [com.google.android.deskclock]: --extra-packages
  4921. » [com.google.android.deskclock]: generate R.java for libraries. Separate libraries with ':'.
  4922. » [com.google.android.deskclock]: --generate-dependencies
  4923. » [com.google.android.deskclock]: generate dependency files in the same directories for R.java and resource package
  4924. » [com.google.android.deskclock]: --auto-add-overlay
  4925. » [com.google.android.deskclock]: Automatically add resources that are only in overlays.
  4926. » [com.google.android.deskclock]: --preferred-density
  4927. » [com.google.android.deskclock]: Specifies a preference for a particular density. Resources that do not
  4928. » [com.google.android.deskclock]: match this density and have variants that are a closer match are removed.
  4929. » [com.google.android.deskclock]: --split
  4930. » [com.google.android.deskclock]: Builds a separate split APK for the configurations listed. This can
  4931. » [com.google.android.deskclock]: be loaded alongside the base APK at runtime.
  4932. » [com.google.android.deskclock]: --feature-of
  4933. » [com.google.android.deskclock]: Builds a split APK that is a feature of the apk specified here. Resources
  4934. » [com.google.android.deskclock]: in the base APK can be referenced from the the feature APK.
  4935. » [com.google.android.deskclock]: --feature-after
  4936. » [com.google.android.deskclock]: An app can have multiple Feature Split APKs which must be totally ordered.
  4937. » [com.google.android.deskclock]: If --feature-of is specified, this flag specifies which Feature Split APK
  4938. » [com.google.android.deskclock]: comes before this one. The first Feature Split APK should not define
  4939. » [com.google.android.deskclock]: anything here.
  4940. » [com.google.android.deskclock]: --rename-manifest-package
  4941. » [com.google.android.deskclock]: Rewrite the manifest so that its package name is the package name
  4942. » [com.google.android.deskclock]: given here. Relative class names (for example .Foo) will be
  4943. » [com.google.android.deskclock]: changed to absolute names with the old package so that the code
  4944. » [com.google.android.deskclock]: does not need to change.
  4945. » [com.google.android.deskclock]: --rename-instrumentation-target-package
  4946. » [com.google.android.deskclock]: Rewrite the manifest so that all of its instrumentation
  4947. » [com.google.android.deskclock]: components target the given package. Useful when used in
  4948. » [com.google.android.deskclock]: conjunction with --rename-manifest-package to fix tests against
  4949. » [com.google.android.deskclock]: a package that has been renamed.
  4950. » [com.google.android.deskclock]: --product
  4951. » [com.google.android.deskclock]: Specifies which variant to choose for strings that have
  4952. » [com.google.android.deskclock]: product variants
  4953. » [com.google.android.deskclock]: --utf16
  4954. » [com.google.android.deskclock]: changes default encoding for resources to UTF-16. Only useful when API
  4955. » [com.google.android.deskclock]: level is set to 7 or higher where the default encoding is UTF-8.
  4956. » [com.google.android.deskclock]: --non-constant-id
  4957. » [com.google.android.deskclock]: Make the resources ID non constant. This is required to make an R java class
  4958. » [com.google.android.deskclock]: that does not contain the final value but is used to make reusable compiled
  4959. » [com.google.android.deskclock]: libraries that need to access resources.
  4960. » [com.google.android.deskclock]: --shared-lib
  4961. » [com.google.android.deskclock]: Make a shared library resource package that can be loaded by an application
  4962. » [com.google.android.deskclock]: at runtime to access the libraries resources. Implies --non-constant-id.
  4963. » [com.google.android.deskclock]: --error-on-failed-insert
  4964. » [com.google.android.deskclock]: Forces aapt to return an error if it fails to insert values into the manifest
  4965. » [com.google.android.deskclock]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  4966. » [com.google.android.deskclock]: and --version-name.
  4967. » [com.google.android.deskclock]: Insertion typically fails if the manifest already defines the attribute.
  4968. » [com.google.android.deskclock]: --error-on-missing-config-entry
  4969. » [com.google.android.deskclock]: Forces aapt to return an error if it fails to find an entry for a configuration.
  4970. » [com.google.android.deskclock]: --output-text-symbols
  4971. » [com.google.android.deskclock]: Generates a text file containing the resource symbols of the R class in the
  4972. » [com.google.android.deskclock]: specified folder.
  4973. » [com.google.android.deskclock]: --ignore-assets
  4974. » [com.google.android.deskclock]: Assets to be ignored. Default pattern is:
  4975. » [com.google.android.deskclock]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  4976. » [com.google.android.deskclock]: --skip-symbols-without-default-localization
  4977. » [com.google.android.deskclock]: Prevents symbols from being generated for strings that do not have a default
  4978. » [com.google.android.deskclock]: localization
  4979. » [com.google.android.deskclock]: --no-version-vectors
  4980. » [com.google.android.deskclock]: Do not automatically generate versioned copies of vector XML resources.
  4981. » [com.google.android.deskclock]: Installation of "com.google.android.deskclock" has failed.
  4982. » [com.google.android.youtube]: ERROR: Unknown option '--app-as-shared-lib'
  4983. » [com.google.android.youtube]: Android Asset Packaging Tool
  4984. » [com.google.android.youtube]: Usage:
  4985. » [com.google.android.youtube]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  4986. » [com.google.android.youtube]: List contents of Zip-compatible archive.
  4987. » [com.google.android.youtube]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  4988. » [com.google.android.youtube]: strings Print the contents of the resource table string pool in the APK.
  4989. » [com.google.android.youtube]: badging Print the label and icon for the app declared in APK.
  4990. » [com.google.android.youtube]: permissions Print the permissions from the APK.
  4991. » [com.google.android.youtube]: resources Print the resource table from the APK.
  4992. » [com.google.android.youtube]: configurations Print the configurations in the APK.
  4993. » [com.google.android.youtube]: xmltree Print the compiled xmls in the given assets.
  4994. » [com.google.android.youtube]: xmlstrings Print the strings of the given compiled xml assets.
  4995. » [com.google.android.youtube]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  4996. » [com.google.android.youtube]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  4997. » [com.google.android.youtube]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  4998. » [com.google.android.youtube]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  4999. » [com.google.android.youtube]: [--rename-manifest-package PACKAGE] \
  5000. » [com.google.android.youtube]: [--rename-instrumentation-target-package PACKAGE] \
  5001. » [com.google.android.youtube]: [--utf16] [--auto-add-overlay] \
  5002. » [com.google.android.youtube]: [--max-res-version VAL] \
  5003. » [com.google.android.youtube]: [-I base-package [-I base-package ...]] \
  5004. » [com.google.android.youtube]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  5005. » [com.google.android.youtube]: [-S resource-sources [-S resource-sources ...]] \
  5006. » [com.google.android.youtube]: [-F apk-file] [-J R-file-dir] \
  5007. » [com.google.android.youtube]: [--product product1,product2,...] \
  5008. » [com.google.android.youtube]: [-c CONFIGS] [--preferred-density DENSITY] \
  5009. » [com.google.android.youtube]: [--split CONFIGS [--split CONFIGS]] \
  5010. » [com.google.android.youtube]: [--feature-of package [--feature-after package]] \
  5011. » [com.google.android.youtube]: [raw-files-dir [raw-files-dir] ...] \
  5012. » [com.google.android.youtube]: [--output-text-symbols DIR]
  5013. » [com.google.android.youtube]: Package the android resources. It will read assets and resources that are
  5014. » [com.google.android.youtube]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  5015. » [com.google.android.youtube]: options control which files are output.
  5016. » [com.google.android.youtube]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  5017. » [com.google.android.youtube]: Delete specified files from Zip-compatible archive.
  5018. » [com.google.android.youtube]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  5019. » [com.google.android.youtube]: Add specified files to Zip-compatible archive.
  5020. » [com.google.android.youtube]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  5021. » [com.google.android.youtube]: Do PNG preprocessing on one or several resource folders
  5022. » [com.google.android.youtube]: and store the results in the output folder.
  5023. » [com.google.android.youtube]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  5024. » [com.google.android.youtube]: Do PNG preprocessing on a single file.
  5025. » [com.google.android.youtube]: aapt v[ersion]
  5026. » [com.google.android.youtube]: Print program version.
  5027. » [com.google.android.youtube]: Modifiers:
  5028. » [com.google.android.youtube]: -a print Android-specific data (resources, manifest) when listing
  5029. » [com.google.android.youtube]: -c specify which configurations to include. The default is all
  5030. » [com.google.android.youtube]: configurations. The value of the parameter should be a comma
  5031. » [com.google.android.youtube]: separated list of configuration values. Locales should be specified
  5032. » [com.google.android.youtube]: as either a language or language-region pair. Some examples:
  5033. » [com.google.android.youtube]: en
  5034. » [com.google.android.youtube]: port,en
  5035. » [com.google.android.youtube]: port,land,en_US
  5036. » [com.google.android.youtube]: -d one or more device assets to include, separated by commas
  5037. » [com.google.android.youtube]: -f force overwrite of existing files
  5038. » [com.google.android.youtube]: -g specify a pixel tolerance to force images to grayscale, default 0
  5039. » [com.google.android.youtube]: -j specify a jar or zip file containing classes to include
  5040. » [com.google.android.youtube]: -k junk path of file(s) added
  5041. » [com.google.android.youtube]: -m make package directories under location specified by -J
  5042. » [com.google.android.youtube]: -u update existing packages (add new, replace older, remove deleted files)
  5043. » [com.google.android.youtube]: -v verbose output
  5044. » [com.google.android.youtube]: -x create extending (non-application) resource IDs
  5045. » [com.google.android.youtube]: -z require localization of resource attributes marked with
  5046. » [com.google.android.youtube]: localization="suggested"
  5047. » [com.google.android.youtube]: -A additional directory in which to find raw asset files
  5048. » [com.google.android.youtube]: -G A file to output proguard options into.
  5049. » [com.google.android.youtube]: -F specify the apk file to output
  5050. » [com.google.android.youtube]: -I add an existing package to base include set
  5051. » [com.google.android.youtube]: -J specify where to output R.java resource constant definitions
  5052. » [com.google.android.youtube]: -M specify full path to AndroidManifest.xml to include in zip
  5053. » [com.google.android.youtube]: -P specify where to output public resource definitions
  5054. » [com.google.android.youtube]: -S directory in which to find resources. Multiple directories will be scanned
  5055. » [com.google.android.youtube]: and the first match found (left to right) will take precedence.
  5056. » [com.google.android.youtube]: -0 specifies an additional extension for which such files will not
  5057. » [com.google.android.youtube]: be stored compressed in the .apk. An empty string means to not
  5058. » [com.google.android.youtube]: compress any files at all.
  5059. » [com.google.android.youtube]: --debug-mode
  5060. » [com.google.android.youtube]: inserts android:debuggable="true" in to the application node of the
  5061. » [com.google.android.youtube]: manifest, making the application debuggable even on production devices.
  5062. » [com.google.android.youtube]: --include-meta-data
  5063. » [com.google.android.youtube]: when used with "dump badging" also includes meta-data tags.
  5064. » [com.google.android.youtube]: --pseudo-localize
  5065. » [com.google.android.youtube]: generate resources for pseudo-locales (en-XA and ar-XB).
  5066. » [com.google.android.youtube]: --min-sdk-version
  5067. » [com.google.android.youtube]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  5068. » [com.google.android.youtube]: higher, the default encoding for resources will be in UTF-8.
  5069. » [com.google.android.youtube]: --target-sdk-version
  5070. » [com.google.android.youtube]: inserts android:targetSdkVersion in to manifest.
  5071. » [com.google.android.youtube]: --max-res-version
  5072. » [com.google.android.youtube]: ignores versioned resource directories above the given value.
  5073. » [com.google.android.youtube]: --values
  5074. » [com.google.android.youtube]: when used with "dump resources" also includes resource values.
  5075. » [com.google.android.youtube]: --version-code
  5076. » [com.google.android.youtube]: inserts android:versionCode in to manifest.
  5077. » [com.google.android.youtube]: --version-name
  5078. » [com.google.android.youtube]: inserts android:versionName in to manifest.
  5079. » [com.google.android.youtube]: --replace-version
  5080. » [com.google.android.youtube]: If --version-code and/or --version-name are specified, these
  5081. » [com.google.android.youtube]: values will replace any value already in the manifest. By
  5082. » [com.google.android.youtube]: default, nothing is changed if the manifest already defines
  5083. » [com.google.android.youtube]: these attributes.
  5084. » [com.google.android.youtube]: --custom-package
  5085. » [com.google.android.youtube]: generates R.java into a different package.
  5086. » [com.google.android.youtube]: --extra-packages
  5087. » [com.google.android.youtube]: generate R.java for libraries. Separate libraries with ':'.
  5088. » [com.google.android.youtube]: --generate-dependencies
  5089. » [com.google.android.youtube]: generate dependency files in the same directories for R.java and resource package
  5090. » [com.google.android.youtube]: --auto-add-overlay
  5091. » [com.google.android.youtube]: Automatically add resources that are only in overlays.
  5092. » [com.google.android.youtube]: --preferred-density
  5093. » [com.google.android.youtube]: Specifies a preference for a particular density. Resources that do not
  5094. » [com.google.android.youtube]: match this density and have variants that are a closer match are removed.
  5095. » [com.google.android.youtube]: --split
  5096. » [com.google.android.youtube]: Builds a separate split APK for the configurations listed. This can
  5097. » [com.google.android.youtube]: be loaded alongside the base APK at runtime.
  5098. » [com.google.android.youtube]: --feature-of
  5099. » [com.google.android.youtube]: Builds a split APK that is a feature of the apk specified here. Resources
  5100. » [com.google.android.youtube]: in the base APK can be referenced from the the feature APK.
  5101. » [com.google.android.youtube]: --feature-after
  5102. » [com.google.android.youtube]: An app can have multiple Feature Split APKs which must be totally ordered.
  5103. » [com.google.android.youtube]: If --feature-of is specified, this flag specifies which Feature Split APK
  5104. » [com.google.android.youtube]: comes before this one. The first Feature Split APK should not define
  5105. » [com.google.android.youtube]: anything here.
  5106. » [com.google.android.youtube]: --rename-manifest-package
  5107. » [com.google.android.youtube]: Rewrite the manifest so that its package name is the package name
  5108. » [com.google.android.youtube]: given here. Relative class names (for example .Foo) will be
  5109. » [com.google.android.youtube]: changed to absolute names with the old package so that the code
  5110. » [com.google.android.youtube]: does not need to change.
  5111. » [com.google.android.youtube]: --rename-instrumentation-target-package
  5112. » [com.google.android.youtube]: Rewrite the manifest so that all of its instrumentation
  5113. » [com.google.android.youtube]: components target the given package. Useful when used in
  5114. » [com.google.android.youtube]: conjunction with --rename-manifest-package to fix tests against
  5115. » [com.google.android.youtube]: a package that has been renamed.
  5116. » [com.google.android.youtube]: --product
  5117. » [com.google.android.youtube]: Specifies which variant to choose for strings that have
  5118. » [com.google.android.youtube]: product variants
  5119. » [com.google.android.youtube]: --utf16
  5120. » [com.google.android.youtube]: changes default encoding for resources to UTF-16. Only useful when API
  5121. » [com.google.android.youtube]: level is set to 7 or higher where the default encoding is UTF-8.
  5122. » [com.google.android.youtube]: --non-constant-id
  5123. » [com.google.android.youtube]: Make the resources ID non constant. This is required to make an R java class
  5124. » [com.google.android.youtube]: that does not contain the final value but is used to make reusable compiled
  5125. » [com.google.android.youtube]: libraries that need to access resources.
  5126. » [com.google.android.youtube]: --shared-lib
  5127. » [com.google.android.youtube]: Make a shared library resource package that can be loaded by an application
  5128. » [com.google.android.youtube]: at runtime to access the libraries resources. Implies --non-constant-id.
  5129. » [com.google.android.youtube]: --error-on-failed-insert
  5130. » [com.google.android.youtube]: Forces aapt to return an error if it fails to insert values into the manifest
  5131. » [com.google.android.youtube]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  5132. » [com.google.android.youtube]: and --version-name.
  5133. » [com.google.android.youtube]: Insertion typically fails if the manifest already defines the attribute.
  5134. » [com.google.android.youtube]: --error-on-missing-config-entry
  5135. » [com.google.android.youtube]: Forces aapt to return an error if it fails to find an entry for a configuration.
  5136. » [com.google.android.youtube]: --output-text-symbols
  5137. » [com.google.android.youtube]: Generates a text file containing the resource symbols of the R class in the
  5138. » [com.google.android.youtube]: specified folder.
  5139. » [com.google.android.youtube]: --ignore-assets
  5140. » [com.google.android.youtube]: Assets to be ignored. Default pattern is:
  5141. » [com.google.android.youtube]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  5142. » [com.google.android.youtube]: --skip-symbols-without-default-localization
  5143. » [com.google.android.youtube]: Prevents symbols from being generated for strings that do not have a default
  5144. » [com.google.android.youtube]: localization
  5145. » [com.google.android.youtube]: --no-version-vectors
  5146. » [com.google.android.youtube]: Do not automatically generate versioned copies of vector XML resources.
  5147. » [com.google.android.youtube]: Installation of "com.google.android.youtube" has failed.
  5148. » [com.cyanogenmod.lockclock]: ERROR: Unknown option '--app-as-shared-lib'
  5149. » [com.cyanogenmod.lockclock]: Android Asset Packaging Tool
  5150. » [com.cyanogenmod.lockclock]: Usage:
  5151. » [com.cyanogenmod.lockclock]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  5152. » [com.cyanogenmod.lockclock]: List contents of Zip-compatible archive.
  5153. » [com.cyanogenmod.lockclock]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  5154. » [com.cyanogenmod.lockclock]: strings Print the contents of the resource table string pool in the APK.
  5155. » [com.cyanogenmod.lockclock]: badging Print the label and icon for the app declared in APK.
  5156. » [com.cyanogenmod.lockclock]: permissions Print the permissions from the APK.
  5157. » [com.cyanogenmod.lockclock]: resources Print the resource table from the APK.
  5158. » [com.cyanogenmod.lockclock]: configurations Print the configurations in the APK.
  5159. » [com.cyanogenmod.lockclock]: xmltree Print the compiled xmls in the given assets.
  5160. » [com.cyanogenmod.lockclock]: xmlstrings Print the strings of the given compiled xml assets.
  5161. » [com.cyanogenmod.lockclock]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  5162. » [com.cyanogenmod.lockclock]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  5163. » [com.cyanogenmod.lockclock]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  5164. » [com.cyanogenmod.lockclock]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  5165. » [com.cyanogenmod.lockclock]: [--rename-manifest-package PACKAGE] \
  5166. » [com.cyanogenmod.lockclock]: [--rename-instrumentation-target-package PACKAGE] \
  5167. » [com.cyanogenmod.lockclock]: [--utf16] [--auto-add-overlay] \
  5168. » [com.cyanogenmod.lockclock]: [--max-res-version VAL] \
  5169. » [com.cyanogenmod.lockclock]: [-I base-package [-I base-package ...]] \
  5170. » [com.cyanogenmod.lockclock]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  5171. » [com.cyanogenmod.lockclock]: [-S resource-sources [-S resource-sources ...]] \
  5172. » [com.cyanogenmod.lockclock]: [-F apk-file] [-J R-file-dir] \
  5173. » [com.cyanogenmod.lockclock]: [--product product1,product2,...] \
  5174. » [com.cyanogenmod.lockclock]: [-c CONFIGS] [--preferred-density DENSITY] \
  5175. » [com.cyanogenmod.lockclock]: [--split CONFIGS [--split CONFIGS]] \
  5176. » [com.cyanogenmod.lockclock]: [--feature-of package [--feature-after package]] \
  5177. » [com.cyanogenmod.lockclock]: [raw-files-dir [raw-files-dir] ...] \
  5178. » [com.cyanogenmod.lockclock]: [--output-text-symbols DIR]
  5179. » [com.cyanogenmod.lockclock]: Package the android resources. It will read assets and resources that are
  5180. » [com.cyanogenmod.lockclock]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  5181. » [com.cyanogenmod.lockclock]: options control which files are output.
  5182. » [com.cyanogenmod.lockclock]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  5183. » [com.cyanogenmod.lockclock]: Delete specified files from Zip-compatible archive.
  5184. » [com.cyanogenmod.lockclock]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  5185. » [com.cyanogenmod.lockclock]: Add specified files to Zip-compatible archive.
  5186. » [com.cyanogenmod.lockclock]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  5187. » [com.cyanogenmod.lockclock]: Do PNG preprocessing on one or several resource folders
  5188. » [com.cyanogenmod.lockclock]: and store the results in the output folder.
  5189. » [com.cyanogenmod.lockclock]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  5190. » [com.cyanogenmod.lockclock]: Do PNG preprocessing on a single file.
  5191. » [com.cyanogenmod.lockclock]: aapt v[ersion]
  5192. » [com.cyanogenmod.lockclock]: Print program version.
  5193. » [com.cyanogenmod.lockclock]: Modifiers:
  5194. » [com.cyanogenmod.lockclock]: -a print Android-specific data (resources, manifest) when listing
  5195. » [com.cyanogenmod.lockclock]: -c specify which configurations to include. The default is all
  5196. » [com.cyanogenmod.lockclock]: configurations. The value of the parameter should be a comma
  5197. » [com.cyanogenmod.lockclock]: separated list of configuration values. Locales should be specified
  5198. » [com.cyanogenmod.lockclock]: as either a language or language-region pair. Some examples:
  5199. » [com.cyanogenmod.lockclock]: en
  5200. » [com.cyanogenmod.lockclock]: port,en
  5201. » [com.cyanogenmod.lockclock]: port,land,en_US
  5202. » [com.cyanogenmod.lockclock]: -d one or more device assets to include, separated by commas
  5203. » [com.cyanogenmod.lockclock]: -f force overwrite of existing files
  5204. » [com.cyanogenmod.lockclock]: -g specify a pixel tolerance to force images to grayscale, default 0
  5205. » [com.cyanogenmod.lockclock]: -j specify a jar or zip file containing classes to include
  5206. » [com.cyanogenmod.lockclock]: -k junk path of file(s) added
  5207. » [com.cyanogenmod.lockclock]: -m make package directories under location specified by -J
  5208. » [com.cyanogenmod.lockclock]: -u update existing packages (add new, replace older, remove deleted files)
  5209. » [com.cyanogenmod.lockclock]: -v verbose output
  5210. » [com.cyanogenmod.lockclock]: -x create extending (non-application) resource IDs
  5211. » [com.cyanogenmod.lockclock]: -z require localization of resource attributes marked with
  5212. » [com.cyanogenmod.lockclock]: localization="suggested"
  5213. » [com.cyanogenmod.lockclock]: -A additional directory in which to find raw asset files
  5214. » [com.cyanogenmod.lockclock]: -G A file to output proguard options into.
  5215. » [com.cyanogenmod.lockclock]: -F specify the apk file to output
  5216. » [com.cyanogenmod.lockclock]: -I add an existing package to base include set
  5217. » [com.cyanogenmod.lockclock]: -J specify where to output R.java resource constant definitions
  5218. » [com.cyanogenmod.lockclock]: -M specify full path to AndroidManifest.xml to include in zip
  5219. » [com.cyanogenmod.lockclock]: -P specify where to output public resource definitions
  5220. » [com.cyanogenmod.lockclock]: -S directory in which to find resources. Multiple directories will be scanned
  5221. » [com.cyanogenmod.lockclock]: and the first match found (left to right) will take precedence.
  5222. » [com.cyanogenmod.lockclock]: -0 specifies an additional extension for which such files will not
  5223. » [com.cyanogenmod.lockclock]: be stored compressed in the .apk. An empty string means to not
  5224. » [com.cyanogenmod.lockclock]: compress any files at all.
  5225. » [com.cyanogenmod.lockclock]: --debug-mode
  5226. » [com.cyanogenmod.lockclock]: inserts android:debuggable="true" in to the application node of the
  5227. » [com.cyanogenmod.lockclock]: manifest, making the application debuggable even on production devices.
  5228. » [com.cyanogenmod.lockclock]: --include-meta-data
  5229. » [com.cyanogenmod.lockclock]: when used with "dump badging" also includes meta-data tags.
  5230. » [com.cyanogenmod.lockclock]: --pseudo-localize
  5231. » [com.cyanogenmod.lockclock]: generate resources for pseudo-locales (en-XA and ar-XB).
  5232. » [com.cyanogenmod.lockclock]: --min-sdk-version
  5233. » [com.cyanogenmod.lockclock]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  5234. » [com.cyanogenmod.lockclock]: higher, the default encoding for resources will be in UTF-8.
  5235. » [com.cyanogenmod.lockclock]: --target-sdk-version
  5236. » [com.cyanogenmod.lockclock]: inserts android:targetSdkVersion in to manifest.
  5237. » [com.cyanogenmod.lockclock]: --max-res-version
  5238. » [com.cyanogenmod.lockclock]: ignores versioned resource directories above the given value.
  5239. » [com.cyanogenmod.lockclock]: --values
  5240. » [com.cyanogenmod.lockclock]: when used with "dump resources" also includes resource values.
  5241. » [com.cyanogenmod.lockclock]: --version-code
  5242. » [com.cyanogenmod.lockclock]: inserts android:versionCode in to manifest.
  5243. » [com.cyanogenmod.lockclock]: --version-name
  5244. » [com.cyanogenmod.lockclock]: inserts android:versionName in to manifest.
  5245. » [com.cyanogenmod.lockclock]: --replace-version
  5246. » [com.cyanogenmod.lockclock]: If --version-code and/or --version-name are specified, these
  5247. » [com.cyanogenmod.lockclock]: values will replace any value already in the manifest. By
  5248. » [com.cyanogenmod.lockclock]: default, nothing is changed if the manifest already defines
  5249. » [com.cyanogenmod.lockclock]: these attributes.
  5250. » [com.cyanogenmod.lockclock]: --custom-package
  5251. » [com.cyanogenmod.lockclock]: generates R.java into a different package.
  5252. » [com.cyanogenmod.lockclock]: --extra-packages
  5253. » [com.cyanogenmod.lockclock]: generate R.java for libraries. Separate libraries with ':'.
  5254. » [com.cyanogenmod.lockclock]: --generate-dependencies
  5255. » [com.cyanogenmod.lockclock]: generate dependency files in the same directories for R.java and resource package
  5256. » [com.cyanogenmod.lockclock]: --auto-add-overlay
  5257. » [com.cyanogenmod.lockclock]: Automatically add resources that are only in overlays.
  5258. » [com.cyanogenmod.lockclock]: --preferred-density
  5259. » [com.cyanogenmod.lockclock]: Specifies a preference for a particular density. Resources that do not
  5260. » [com.cyanogenmod.lockclock]: match this density and have variants that are a closer match are removed.
  5261. » [com.cyanogenmod.lockclock]: --split
  5262. » [com.cyanogenmod.lockclock]: Builds a separate split APK for the configurations listed. This can
  5263. » [com.cyanogenmod.lockclock]: be loaded alongside the base APK at runtime.
  5264. » [com.cyanogenmod.lockclock]: --feature-of
  5265. » [com.cyanogenmod.lockclock]: Builds a split APK that is a feature of the apk specified here. Resources
  5266. » [com.cyanogenmod.lockclock]: in the base APK can be referenced from the the feature APK.
  5267. » [com.cyanogenmod.lockclock]: --feature-after
  5268. » [com.cyanogenmod.lockclock]: An app can have multiple Feature Split APKs which must be totally ordered.
  5269. » [com.cyanogenmod.lockclock]: If --feature-of is specified, this flag specifies which Feature Split APK
  5270. » [com.cyanogenmod.lockclock]: comes before this one. The first Feature Split APK should not define
  5271. » [com.cyanogenmod.lockclock]: anything here.
  5272. » [com.cyanogenmod.lockclock]: --rename-manifest-package
  5273. » [com.cyanogenmod.lockclock]: Rewrite the manifest so that its package name is the package name
  5274. » [com.cyanogenmod.lockclock]: given here. Relative class names (for example .Foo) will be
  5275. » [com.cyanogenmod.lockclock]: changed to absolute names with the old package so that the code
  5276. » [com.cyanogenmod.lockclock]: does not need to change.
  5277. » [com.cyanogenmod.lockclock]: --rename-instrumentation-target-package
  5278. » [com.cyanogenmod.lockclock]: Rewrite the manifest so that all of its instrumentation
  5279. » [com.cyanogenmod.lockclock]: components target the given package. Useful when used in
  5280. » [com.cyanogenmod.lockclock]: conjunction with --rename-manifest-package to fix tests against
  5281. » [com.cyanogenmod.lockclock]: a package that has been renamed.
  5282. » [com.cyanogenmod.lockclock]: --product
  5283. » [com.cyanogenmod.lockclock]: Specifies which variant to choose for strings that have
  5284. » [com.cyanogenmod.lockclock]: product variants
  5285. » [com.cyanogenmod.lockclock]: --utf16
  5286. » [com.cyanogenmod.lockclock]: changes default encoding for resources to UTF-16. Only useful when API
  5287. » [com.cyanogenmod.lockclock]: level is set to 7 or higher where the default encoding is UTF-8.
  5288. » [com.cyanogenmod.lockclock]: --non-constant-id
  5289. » [com.cyanogenmod.lockclock]: Make the resources ID non constant. This is required to make an R java class
  5290. » [com.cyanogenmod.lockclock]: that does not contain the final value but is used to make reusable compiled
  5291. » [com.cyanogenmod.lockclock]: libraries that need to access resources.
  5292. » [com.cyanogenmod.lockclock]: --shared-lib
  5293. » [com.cyanogenmod.lockclock]: Make a shared library resource package that can be loaded by an application
  5294. » [com.cyanogenmod.lockclock]: at runtime to access the libraries resources. Implies --non-constant-id.
  5295. » [com.cyanogenmod.lockclock]: --error-on-failed-insert
  5296. » [com.cyanogenmod.lockclock]: Forces aapt to return an error if it fails to insert values into the manifest
  5297. » [com.cyanogenmod.lockclock]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  5298. » [com.cyanogenmod.lockclock]: and --version-name.
  5299. » [com.cyanogenmod.lockclock]: Insertion typically fails if the manifest already defines the attribute.
  5300. » [com.cyanogenmod.lockclock]: --error-on-missing-config-entry
  5301. » [com.cyanogenmod.lockclock]: Forces aapt to return an error if it fails to find an entry for a configuration.
  5302. » [com.cyanogenmod.lockclock]: --output-text-symbols
  5303. » [com.cyanogenmod.lockclock]: Generates a text file containing the resource symbols of the R class in the
  5304. » [com.cyanogenmod.lockclock]: specified folder.
  5305. » [com.cyanogenmod.lockclock]: --ignore-assets
  5306. » [com.cyanogenmod.lockclock]: Assets to be ignored. Default pattern is:
  5307. » [com.cyanogenmod.lockclock]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  5308. » [com.cyanogenmod.lockclock]: --skip-symbols-without-default-localization
  5309. » [com.cyanogenmod.lockclock]: Prevents symbols from being generated for strings that do not have a default
  5310. » [com.cyanogenmod.lockclock]: localization
  5311. » [com.cyanogenmod.lockclock]: --no-version-vectors
  5312. » [com.cyanogenmod.lockclock]: Do not automatically generate versioned copies of vector XML resources.
  5313. » [com.cyanogenmod.lockclock]: Installation of "com.cyanogenmod.lockclock" has failed.
  5314. » [projekt.substratum]: ERROR: Unknown option '--app-as-shared-lib'
  5315. » [projekt.substratum]: Android Asset Packaging Tool
  5316. » [projekt.substratum]: Usage:
  5317. » [projekt.substratum]: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
  5318. » [projekt.substratum]: List contents of Zip-compatible archive.
  5319. » [projekt.substratum]: aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
  5320. » [projekt.substratum]: strings Print the contents of the resource table string pool in the APK.
  5321. » [projekt.substratum]: badging Print the label and icon for the app declared in APK.
  5322. » [projekt.substratum]: permissions Print the permissions from the APK.
  5323. » [projekt.substratum]: resources Print the resource table from the APK.
  5324. » [projekt.substratum]: configurations Print the configurations in the APK.
  5325. » [projekt.substratum]: xmltree Print the compiled xmls in the given assets.
  5326. » [projekt.substratum]: xmlstrings Print the strings of the given compiled xml assets.
  5327. » [projekt.substratum]: aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
  5328. » [projekt.substratum]: [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
  5329. » [projekt.substratum]: [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
  5330. » [projekt.substratum]: [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
  5331. » [projekt.substratum]: [--rename-manifest-package PACKAGE] \
  5332. » [projekt.substratum]: [--rename-instrumentation-target-package PACKAGE] \
  5333. » [projekt.substratum]: [--utf16] [--auto-add-overlay] \
  5334. » [projekt.substratum]: [--max-res-version VAL] \
  5335. » [projekt.substratum]: [-I base-package [-I base-package ...]] \
  5336. » [projekt.substratum]: [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
  5337. » [projekt.substratum]: [-S resource-sources [-S resource-sources ...]] \
  5338. » [projekt.substratum]: [-F apk-file] [-J R-file-dir] \
  5339. » [projekt.substratum]: [--product product1,product2,...] \
  5340. » [projekt.substratum]: [-c CONFIGS] [--preferred-density DENSITY] \
  5341. » [projekt.substratum]: [--split CONFIGS [--split CONFIGS]] \
  5342. » [projekt.substratum]: [--feature-of package [--feature-after package]] \
  5343. » [projekt.substratum]: [raw-files-dir [raw-files-dir] ...] \
  5344. » [projekt.substratum]: [--output-text-symbols DIR]
  5345. » [projekt.substratum]: Package the android resources. It will read assets and resources that are
  5346. » [projekt.substratum]: supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
  5347. » [projekt.substratum]: options control which files are output.
  5348. » [projekt.substratum]: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
  5349. » [projekt.substratum]: Delete specified files from Zip-compatible archive.
  5350. » [projekt.substratum]: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
  5351. » [projekt.substratum]: Add specified files to Zip-compatible archive.
  5352. » [projekt.substratum]: aapt c[runch] [-v] -S resource-sources ... -C output-folder ...
  5353. » [projekt.substratum]: Do PNG preprocessing on one or several resource folders
  5354. » [projekt.substratum]: and store the results in the output folder.
  5355. » [projekt.substratum]: aapt s[ingleCrunch] [-v] -i input-file -o outputfile
  5356. » [projekt.substratum]: Do PNG preprocessing on a single file.
  5357. » [projekt.substratum]: aapt v[ersion]
  5358. » [projekt.substratum]: Print program version.
  5359. » [projekt.substratum]: Modifiers:
  5360. » [projekt.substratum]: -a print Android-specific data (resources, manifest) when listing
  5361. » [projekt.substratum]: -c specify which configurations to include. The default is all
  5362. » [projekt.substratum]: configurations. The value of the parameter should be a comma
  5363. » [projekt.substratum]: separated list of configuration values. Locales should be specified
  5364. » [projekt.substratum]: as either a language or language-region pair. Some examples:
  5365. » [projekt.substratum]: en
  5366. » [projekt.substratum]: port,en
  5367. » [projekt.substratum]: port,land,en_US
  5368. » [projekt.substratum]: -d one or more device assets to include, separated by commas
  5369. » [projekt.substratum]: -f force overwrite of existing files
  5370. » [projekt.substratum]: -g specify a pixel tolerance to force images to grayscale, default 0
  5371. » [projekt.substratum]: -j specify a jar or zip file containing classes to include
  5372. » [projekt.substratum]: -k junk path of file(s) added
  5373. » [projekt.substratum]: -m make package directories under location specified by -J
  5374. » [projekt.substratum]: -u update existing packages (add new, replace older, remove deleted files)
  5375. » [projekt.substratum]: -v verbose output
  5376. » [projekt.substratum]: -x create extending (non-application) resource IDs
  5377. » [projekt.substratum]: -z require localization of resource attributes marked with
  5378. » [projekt.substratum]: localization="suggested"
  5379. » [projekt.substratum]: -A additional directory in which to find raw asset files
  5380. » [projekt.substratum]: -G A file to output proguard options into.
  5381. » [projekt.substratum]: -F specify the apk file to output
  5382. » [projekt.substratum]: -I add an existing package to base include set
  5383. » [projekt.substratum]: -J specify where to output R.java resource constant definitions
  5384. » [projekt.substratum]: -M specify full path to AndroidManifest.xml to include in zip
  5385. » [projekt.substratum]: -P specify where to output public resource definitions
  5386. » [projekt.substratum]: -S directory in which to find resources. Multiple directories will be scanned
  5387. » [projekt.substratum]: and the first match found (left to right) will take precedence.
  5388. » [projekt.substratum]: -0 specifies an additional extension for which such files will not
  5389. » [projekt.substratum]: be stored compressed in the .apk. An empty string means to not
  5390. » [projekt.substratum]: compress any files at all.
  5391. » [projekt.substratum]: --debug-mode
  5392. » [projekt.substratum]: inserts android:debuggable="true" in to the application node of the
  5393. » [projekt.substratum]: manifest, making the application debuggable even on production devices.
  5394. » [projekt.substratum]: --include-meta-data
  5395. » [projekt.substratum]: when used with "dump badging" also includes meta-data tags.
  5396. » [projekt.substratum]: --pseudo-localize
  5397. » [projekt.substratum]: generate resources for pseudo-locales (en-XA and ar-XB).
  5398. » [projekt.substratum]: --min-sdk-version
  5399. » [projekt.substratum]: inserts android:minSdkVersion in to manifest. If the version is 7 or
  5400. » [projekt.substratum]: higher, the default encoding for resources will be in UTF-8.
  5401. » [projekt.substratum]: --target-sdk-version
  5402. » [projekt.substratum]: inserts android:targetSdkVersion in to manifest.
  5403. » [projekt.substratum]: --max-res-version
  5404. » [projekt.substratum]: ignores versioned resource directories above the given value.
  5405. » [projekt.substratum]: --values
  5406. » [projekt.substratum]: when used with "dump resources" also includes resource values.
  5407. » [projekt.substratum]: --version-code
  5408. » [projekt.substratum]: inserts android:versionCode in to manifest.
  5409. » [projekt.substratum]: --version-name
  5410. » [projekt.substratum]: inserts android:versionName in to manifest.
  5411. » [projekt.substratum]: --replace-version
  5412. » [projekt.substratum]: If --version-code and/or --version-name are specified, these
  5413. » [projekt.substratum]: values will replace any value already in the manifest. By
  5414. » [projekt.substratum]: default, nothing is changed if the manifest already defines
  5415. » [projekt.substratum]: these attributes.
  5416. » [projekt.substratum]: --custom-package
  5417. » [projekt.substratum]: generates R.java into a different package.
  5418. » [projekt.substratum]: --extra-packages
  5419. » [projekt.substratum]: generate R.java for libraries. Separate libraries with ':'.
  5420. » [projekt.substratum]: --generate-dependencies
  5421. » [projekt.substratum]: generate dependency files in the same directories for R.java and resource package
  5422. » [projekt.substratum]: --auto-add-overlay
  5423. » [projekt.substratum]: Automatically add resources that are only in overlays.
  5424. » [projekt.substratum]: --preferred-density
  5425. » [projekt.substratum]: Specifies a preference for a particular density. Resources that do not
  5426. » [projekt.substratum]: match this density and have variants that are a closer match are removed.
  5427. » [projekt.substratum]: --split
  5428. » [projekt.substratum]: Builds a separate split APK for the configurations listed. This can
  5429. » [projekt.substratum]: be loaded alongside the base APK at runtime.
  5430. » [projekt.substratum]: --feature-of
  5431. » [projekt.substratum]: Builds a split APK that is a feature of the apk specified here. Resources
  5432. » [projekt.substratum]: in the base APK can be referenced from the the feature APK.
  5433. » [projekt.substratum]: --feature-after
  5434. » [projekt.substratum]: An app can have multiple Feature Split APKs which must be totally ordered.
  5435. » [projekt.substratum]: If --feature-of is specified, this flag specifies which Feature Split APK
  5436. » [projekt.substratum]: comes before this one. The first Feature Split APK should not define
  5437. » [projekt.substratum]: anything here.
  5438. » [projekt.substratum]: --rename-manifest-package
  5439. » [projekt.substratum]: Rewrite the manifest so that its package name is the package name
  5440. » [projekt.substratum]: given here. Relative class names (for example .Foo) will be
  5441. » [projekt.substratum]: changed to absolute names with the old package so that the code
  5442. » [projekt.substratum]: does not need to change.
  5443. » [projekt.substratum]: --rename-instrumentation-target-package
  5444. » [projekt.substratum]: Rewrite the manifest so that all of its instrumentation
  5445. » [projekt.substratum]: components target the given package. Useful when used in
  5446. » [projekt.substratum]: conjunction with --rename-manifest-package to fix tests against
  5447. » [projekt.substratum]: a package that has been renamed.
  5448. » [projekt.substratum]: --product
  5449. » [projekt.substratum]: Specifies which variant to choose for strings that have
  5450. » [projekt.substratum]: product variants
  5451. » [projekt.substratum]: --utf16
  5452. » [projekt.substratum]: changes default encoding for resources to UTF-16. Only useful when API
  5453. » [projekt.substratum]: level is set to 7 or higher where the default encoding is UTF-8.
  5454. » [projekt.substratum]: --non-constant-id
  5455. » [projekt.substratum]: Make the resources ID non constant. This is required to make an R java class
  5456. » [projekt.substratum]: that does not contain the final value but is used to make reusable compiled
  5457. » [projekt.substratum]: libraries that need to access resources.
  5458. » [projekt.substratum]: --shared-lib
  5459. » [projekt.substratum]: Make a shared library resource package that can be loaded by an application
  5460. » [projekt.substratum]: at runtime to access the libraries resources. Implies --non-constant-id.
  5461. » [projekt.substratum]: --error-on-failed-insert
  5462. » [projekt.substratum]: Forces aapt to return an error if it fails to insert values into the manifest
  5463. » [projekt.substratum]: with --debug-mode, --min-sdk-version, --target-sdk-version --version-code
  5464. » [projekt.substratum]: and --version-name.
  5465. » [projekt.substratum]: Insertion typically fails if the manifest already defines the attribute.
  5466. » [projekt.substratum]: --error-on-missing-config-entry
  5467. » [projekt.substratum]: Forces aapt to return an error if it fails to find an entry for a configuration.
  5468. » [projekt.substratum]: --output-text-symbols
  5469. » [projekt.substratum]: Generates a text file containing the resource symbols of the R class in the
  5470. » [projekt.substratum]: specified folder.
  5471. » [projekt.substratum]: --ignore-assets
  5472. » [projekt.substratum]: Assets to be ignored. Default pattern is:
  5473. » [projekt.substratum]: !.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~
  5474. » [projekt.substratum]: --skip-symbols-without-default-localization
  5475. » [projekt.substratum]: Prevents symbols from being generated for strings that do not have a default
  5476. » [projekt.substratum]: localization
  5477. » [projekt.substratum]: --no-version-vectors
  5478. » [projekt.substratum]: Do not automatically generate versioned copies of vector XML resources.
  5479. » [projekt.substratum]: Installation of "projekt.substratum" has failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement