1
이제 안드로이드 개발 툴을 리비전 13으로 업데이트했습니다.이 모든 것이 원활하게 진행되어 평소와 같이 계속 빌드 할 수 있습니다.Android SDK를 리비전 12에서 리비전 13으로 업데이트 한 후 알 수없는 옵션 : --output
그러나 일단 ant를 사용하여 릴리스 빌드를 시도하면 "unknown option : --output"메시지와 함께 빌드가 실패합니다.
추가 정보 : 64 비트 창에서 32 비트 Eclipse/Java를 실행 중입니다. 13
에 내가 수정 (12)로부터 SDK를 업데이트하기 전에 근무 명령 줄 빌드에서 빌드를 실행할 때 문제는 여기에 "개미 릴리스"나는 '
[proguard] Printing classes to [C:\Work\bugsy_workspace\bugsy\bin\proguard\dump.txt]...
-dex:
[echo] Converting compiled files and external libraries into C:\Work\bugsy_workspace\bugsy\bin\classes.dex...
[apply] unknown option: --output
[apply] usage:
[apply] dx --dex [--debug] [--verbose] [--positions=<style>] [--no-locals]
[apply] [--no-optimize] [--statistics] [--[no-]optimize-list=<file>] [--no-strict]
[apply] [--keep-classes] [--output=<file>] [--dump-to=<file>] [--dump-width=<n>]
[apply] [--dump-method=<name>[*]] [--verbose-dump] [--no-files] [--core-library]
[apply] [--num-threads=<n>] [<file>.class | <file>.{zip,jar,apk} | <directory>] ...
[apply] Convert a set of classfiles into a dex file, optionally embedded in a
[apply] jar/zip. Output name must end with one of: .dex .jar .zip .apk. Positions
[apply] options: none, important, lines.
[apply] dx --annotool --annotation=<class> [--element=<element types>]
[apply] [--print=<print types>]
[apply] dx --dump [--debug] [--strict] [--bytes] [--optimize]
[apply] [--basic-blocks | --rop-blocks | --ssa-blocks | --dot] [--ssa-step=<step>]
[apply] [--width=<n>] [<file>.class | <file>.txt] ...
[apply] Dump classfiles, or transformations thereof, in a human-oriented format.
[apply] dx --junit [-wait] <TestClass>
[apply] Run the indicated unit test.
[apply] dx -J<option> ... <arguments, in one of the above forms>
[apply] Pass VM-specific options to the virtual machine that runs dx.
[apply] dx --version
[apply] Print the version of this tool (1.6).
[apply] dx --help
[apply] Print this message.
BUILD FAILED
C:\PROGRA~2\Android\android-sdk\tools\ant\main_rules.xml:487: The following error occurred while executing this line:
C:\PROGRA~2\Android\android-sdk\tools\ant\main_rules.xml:203: apply returned: 1
Total time: 12 seconds