Android Run ERROR: Unknown option '--no-crunch'

开发Android,Eclipse新装的ADT在启动时报错,好像是Android tools没有更新的缘故。
[2011-12-13 22:22:58 - MeiActivity] ERROR: Unknown option '--no-crunch'
[2011-12-13 22:22:58 - MeiActivity] Android Asset Packaging Tool
[2011-12-13 22:22:58 - MeiActivity] 
[2011-12-13 22:22:58 - MeiActivity] Usage:
[2011-12-13 22:22:58 - MeiActivity]  aapt l[ist] [-v] [-a] file.{zip,jar,apk}
[2011-12-13 22:22:58 - MeiActivity]    List contents of Zip-compatible archive.
[2011-12-13 22:22:58 - MeiActivity] 
[2011-12-13 22:22:58 - MeiActivity]  aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
[2011-12-13 22:22:58 - MeiActivity]    badging          Print the label and icon for the app declared in APK.
[2011-12-13 22:22:58 - MeiActivity]    permissions      Print the permissions from the APK.
[2011-12-13 22:22:58 - MeiActivity]    resources        Print the resource table from the APK.
[2011-12-13 22:22:58 - MeiActivity]    configurations   Print the configurations in the APK.
[2011-12-13 22:22:58 - MeiActivity]    xmltree          Print the compiled xmls in the given assets.
[2011-12-13 22:22:58 - MeiActivity]    xmlstrings       Print the strings of the given compiled xml assets.
[2011-12-13 22:22:58 - MeiActivity] 
[2011-12-13 22:22:58 - MeiActivity]  aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
[2011-12-13 22:22:58 - MeiActivity]         [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
[2011-12-13 22:22:58 - MeiActivity]         [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
[2011-12-13 22:22:58 - MeiActivity]         [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
[2011-12-13 22:22:58 - MeiActivity]         [--rename-manifest-package PACKAGE] \
[2011-12-13 22:22:58 - MeiActivity]         [--rename-instrumentation-target-package PACKAGE] \
[2011-12-13 22:22:58 - MeiActivity]         [--utf16] [--auto-add-overlay] \
[2011-12-13 22:22:58 - MeiActivity]         [--max-res-version VAL] \

Android Run ERROR: Unknown option '--no-crunch'_第1张图片

你可能感兴趣的:(android,adt)