- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
<分区>
Possible Duplicate:
Android Unknown Command 'crunch'
我一直在很好地使用 eclipse,但是我刚刚更新它后,我就不能再编译我的应用程序了。我不断收到以下错误。关于如何解决它的任何想法?谢谢
ERROR: Unknown option '--no-crunch'
[2011-10-30 18:42:14 - LiveFeedr.03-1] Android Asset Packaging Tool
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] Usage:
[2011-10-30 18:42:14 - LiveFeedr.03-1] aapt l[ist] [-v] [-a] file.{zip,jar,apk}
[2011-10-30 18:42:14 - LiveFeedr.03-1] List contents of Zip-compatible archive.
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
[2011-10-30 18:42:14 - LiveFeedr.03-1] badging Print the label and icon for the app declared in APK.
[2011-10-30 18:42:14 - LiveFeedr.03-1] permissions Print the permissions from the APK.
[2011-10-30 18:42:14 - LiveFeedr.03-1] resources Print the resource table from the APK.
[2011-10-30 18:42:14 - LiveFeedr.03-1] configurations Print the configurations in the APK.
[2011-10-30 18:42:14 - LiveFeedr.03-1] xmltree Print the compiled xmls in the given assets.
[2011-10-30 18:42:14 - LiveFeedr.03-1] xmlstrings Print the strings of the given compiled xml assets.
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--rename-manifest-package PACKAGE] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--rename-instrumentation-target-package PACKAGE] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--utf16] [--auto-add-overlay] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--max-res-version VAL] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [-I base-package [-I base-package ...]] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [-S resource-sources [-S resource-sources ...]] [-F apk-file] [-J R-file-dir] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [--product product1,product2,...] \
[2011-10-30 18:42:14 - LiveFeedr.03-1] [raw-files-dir [raw-files-dir] ...]
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] Package the android resources. It will read assets and resources that are
[2011-10-30 18:42:14 - LiveFeedr.03-1] supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
[2011-10-30 18:42:14 - LiveFeedr.03-1] options control which files are output.
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
[2011-10-30 18:42:14 - LiveFeedr.03-1] Delete specified files from Zip-compatible archive.
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
[2011-10-30 18:42:14 - LiveFeedr.03-1] Add specified files to Zip-compatible archive.
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] aapt v[ersion]
[2011-10-30 18:42:14 - LiveFeedr.03-1] Print program version.
[2011-10-30 18:42:14 - LiveFeedr.03-1]
[2011-10-30 18:42:14 - LiveFeedr.03-1] Modifiers:
[2011-10-30 18:42:14 - LiveFeedr.03-1] -a print Android-specific data (resources, manifest) when listing
[2011-10-30 18:42:14 - LiveFeedr.03-1] -c specify which configurations to include. The default is all
[2011-10-30 18:42:14 - LiveFeedr.03-1] configurations. The value of the parameter should be a comma
[2011-10-30 18:42:14 - LiveFeedr.03-1] separated list of configuration values. Locales should be specified
[2011-10-30 18:42:14 - LiveFeedr.03-1] as either a language or language-region pair. Some examples:
[2011-10-30 18:42:14 - LiveFeedr.03-1] en
[2011-10-30 18:42:14 - LiveFeedr.03-1] port,en
[2011-10-30 18:42:14 - LiveFeedr.03-1] port,land,en_US
[2011-10-30 18:42:14 - LiveFeedr.03-1] If you put the special locale, zz_ZZ on the list, it will perform
[2011-10-30 18:42:14 - LiveFeedr.03-1] pseudolocalization on the default locale, modifying all of the
[2011-10-30 18:42:14 - LiveFeedr.03-1] strings so you can look for strings that missed the
[2011-10-30 18:42:14 - LiveFeedr.03-1] internationalization process. For example:
[2011-10-30 18:42:14 - LiveFeedr.03-1] port,land,zz_ZZ
[2011-10-30 18:42:14 - LiveFeedr.03-1] -d one or more device assets to include, separated by commas
[2011-10-30 18:42:14 - LiveFeedr.03-1] -f force overwrite of existing files
[2011-10-30 18:42:14 - LiveFeedr.03-1] -g specify a pixel tolerance to force images to grayscale, default 0
[2011-10-30 18:42:14 - LiveFeedr.03-1] -j specify a jar or zip file containing classes to include
[2011-10-30 18:42:14 - LiveFeedr.03-1] -k junk path of file(s) added
[2011-10-30 18:42:14 - LiveFeedr.03-1] -m make package directories under location specified by -J
[2011-10-30 18:42:14 - LiveFeedr.03-1] -u update existing packages (add new, replace older, remove deleted files)
[2011-10-30 18:42:14 - LiveFeedr.03-1] -v verbose output
[2011-10-30 18:42:14 - LiveFeedr.03-1] -x create extending (non-application) resource IDs
[2011-10-30 18:42:14 - LiveFeedr.03-1] -z require localization of resource attributes marked with
[2011-10-30 18:42:14 - LiveFeedr.03-1] localization="suggested"
[2011-10-30 18:42:14 - LiveFeedr.03-1] -A additional directory in which to find raw asset files
[2011-10-30 18:42:14 - LiveFeedr.03-1] -G A file to output proguard options into.
[2011-10-30 18:42:14 - LiveFeedr.03-1] -F specify the apk file to output
[2011-10-30 18:42:14 - LiveFeedr.03-1] -I add an existing package to base include set
[2011-10-30 18:42:14 - LiveFeedr.03-1] -J specify where to output R.java resource constant definitions
[2011-10-30 18:42:14 - LiveFeedr.03-1] -M specify full path to AndroidManifest.xml to include in zip
[2011-10-30 18:42:14 - LiveFeedr.03-1] -P specify where to output public resource definitions
[2011-10-30 18:42:14 - LiveFeedr.03-1] -S directory in which to find resources. Multiple directories will be scanned
[2011-10-30 18:42:14 - LiveFeedr.03-1] and the first match found (left to right) will take precedence.
[2011-10-30 18:42:14 - LiveFeedr.03-1] -0 specifies an additional extension for which such files will not
[2011-10-30 18:42:14 - LiveFeedr.03-1] be stored compressed in the .apk. An empty string means to not
[2011-10-30 18:42:14 - LiveFeedr.03-1] compress any files at all.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --debug-mode
[2011-10-30 18:42:14 - LiveFeedr.03-1] inserts android:debuggable="true" in to the application node of the
[2011-10-30 18:42:14 - LiveFeedr.03-1] manifest, making the application debuggable even on production devices.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --min-sdk-version
[2011-10-30 18:42:14 - LiveFeedr.03-1] inserts android:minSdkVersion in to manifest. If the version is 7 or
[2011-10-30 18:42:14 - LiveFeedr.03-1] higher, the default encoding for resources will be in UTF-8.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --target-sdk-version
[2011-10-30 18:42:14 - LiveFeedr.03-1] inserts android:targetSdkVersion in to manifest.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --max-res-version
[2011-10-30 18:42:14 - LiveFeedr.03-1] ignores versioned resource directories above the given value.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --values
[2011-10-30 18:42:14 - LiveFeedr.03-1] when used with "dump resources" also includes resource values.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --version-code
[2011-10-30 18:42:14 - LiveFeedr.03-1] inserts android:versionCode in to manifest.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --version-name
[2011-10-30 18:42:14 - LiveFeedr.03-1] inserts android:versionName in to manifest.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --custom-package
[2011-10-30 18:42:14 - LiveFeedr.03-1] generates R.java into a different package.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --auto-add-overlay
[2011-10-30 18:42:14 - LiveFeedr.03-1] Automatically add resources that are only in overlays.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --rename-manifest-package
[2011-10-30 18:42:14 - LiveFeedr.03-1] Rewrite the manifest so that its package name is the package name
[2011-10-30 18:42:14 - LiveFeedr.03-1] given here. Relative class names (for example .Foo) will be
[2011-10-30 18:42:14 - LiveFeedr.03-1] changed to absolute names with the old package so that the code
[2011-10-30 18:42:14 - LiveFeedr.03-1] does not need to change.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --rename-instrumentation-target-package
[2011-10-30 18:42:14 - LiveFeedr.03-1] Rewrite the manifest so that all of its instrumentation
[2011-10-30 18:42:14 - LiveFeedr.03-1] components target the given package. Useful when used in
[2011-10-30 18:42:14 - LiveFeedr.03-1] conjunction with --rename-manifest-package to fix tests against
[2011-10-30 18:42:14 - LiveFeedr.03-1] a package that has been renamed.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --product
[2011-10-30 18:42:14 - LiveFeedr.03-1] Specifies which variant to choose for strings that have
[2011-10-30 18:42:14 - LiveFeedr.03-1] product variants
[2011-10-30 18:42:14 - LiveFeedr.03-1] --utf16
[2011-10-30 18:42:14 - LiveFeedr.03-1] changes default encoding for resources to UTF-16. Only useful when API
[2011-10-30 18:42:14 - LiveFeedr.03-1] level is set to 7 or higher where the default encoding is UTF-8.
[2011-10-30 18:42:14 - LiveFeedr.03-1] --non-constant-id
[2011-10-30 18:42:14 - LiveFeedr.03-1] Make the resources ID non constant. This is required to make an R java class
[2011-10-30 18:42:14 - LiveFeedr.03-1] that does not contain the final value but is used to make reusable compiled
[2011-10-30 18:42:14 - LiveFeedr.03-1] libraries that need to access resources.
我在一个 util 类中有这些方法,它们将特定的 PCollection 转换为特定的 PTable。 public static PTable getPTableForCASegments(PCol
我刚刚安装了 eclipse 并尝试运行我的第一个应用程序,不幸的是,下面的错误总是弹出: 未知选项 '--no-crunch' Android Assets 打包工具 我按照人们的建议做了以下操作,
有谁知道是否可以在 crunch 中生成包含 10 个字母(大写)和数字的字符的单词范围,但必须至少包含三个数字? 例如,我可以使用两者轻松生成密码(非常大的列表),但我不需要 AAAAAAAAAA
我刚刚在 Mac OS X 中安装了 Eclipse 和 Android SDK。 我将项目导入 Eclipse,但在运行项目时出现 Unknown command 'crunch' 错误。 我应该如
我有一个程序需要一个变量 -e, ./program -e 我知道如何使用管道在 Linux 中使用 crunch ./program |紧缩等 但我不知道如何添加第一个变量-e 有没有一种方法可以在
Captain Crunch 解码环的工作原理是将字符串中的每个字母加 13。例如,“a”变为“n”,“b”变为“o”。字母在末尾“环绕”,所以“z”变成了“m”。 这是我根据人们的评论对它进行了一些
我正在使用 eclipse indigo 版本。我必须在 android 2.2 google API 中创建一个项目。但是我的系统中没有安装它。所以我安装了它并创建了一个项目。但是当我尝试运行项目它
在修改白标应用程序时,我需要更改 Logo 并发现它位于 2 个位置(重复): res/drawable 和类似文件夹(用于其他屏幕深度) bin/res/crunch/drawable 和类似文件夹
我能够将 hdfs 中的文本文件读取到 apache 处理管道中。但现在我需要读取配置单元分区。问题是根据我们的设计,我不应该直接访问该文件。因此,现在我需要一些方法来使用 HCatalog 之类的东
本文整理了Java中org.apache.crunch.types.writable.Writables类的一些代码示例,展示了Writables类的具体用法。这些代码示例主要来源于Github/St
我正在阅读一些与 HDFS 架构和 Apache crunch PTable 相关的文档。根据我的理解,当我们生成 PTable 时,数据内部存储在 HDFS 中的 Data 节点上。 这意味着,如果
我想弄清楚如何 grep 一个充满文件的文件夹,每个文件包含 3 个版本。它的原始版本和几个调整大小的版本。我想用 grep 删除名称中包含数字 0-9 或破折号的所有文件。 我可以简单地添加要查找的
在 LESS 中阅读了一些关于字符串插值的文章,我尝试了以下方法,但对我不起作用: .wk (@property, @data) { @property: @data
我正在使用 Node.js 命令行界面构建我的 PhoneGap Android 应用,使用命令 phonegap run android 。它显示此错误: -code-gen: [mergemani
这个问题在这里已经有了答案: 关闭 11 年前。 Possible Duplicate: Android Unknown Command 'crunch' 我一直在很好地使用 eclipse,但是我
我正在使用 eclipse(3.7.1) 进行 android 开发。当我尝试运行应用程序时,它在 bin-->res-->crunch 目录中显示错误 请任何人帮我解决这个错误 最佳答案 试试这个,
我使用的是 com.cloudera.crunch 版本:'0.3.0-3-cdh-5.2.1'。 我有一个小程序可以读取一些 AVRO 并根据某些条件过滤掉无效数据。我正在使用 pipeline.w
我是 Crunch/Cascading 等 Hadoop 管道框架的新手。我想知道在这些框架的底部,它们是否生成原始的映射器和缩减器类,就像原始的 MapReduce 程序一样?从 Crunch 源代
我在使用 gradle-2.14.1 构建我的 Android 项目时遇到问题。确切的错误是: Error:java.lang.RuntimeException: Some file crunchin
我已经尽力了,我可以应用其他用户在 stackoverflow 上提供的各种方法,但这些方法都不适合我 Error:Some file crunching failed, see logs for d
我是一名优秀的程序员,十分优秀!