私は単にAndroidプロジェクトを作成しました
android create project -n MyApps -t 3 -p "./" --package com.ith -a MyAppActivity
必要なファイルはすべて作成されますが、ビルドしようとすると
ant release
コマンド次のエラーが表示されます
-dex:
[dex] Converting compiled files and external libraries into D:\Office\My A
pps\bin\classes.dex...
[dx] unknown option: --output
[dx] usage:
[dx] dx --dex [--debug] [--verbose] [--positions=<style>] [--no-locals]
[dx] [--no-optimize] [--statistics] [--[no-]optimize-list=<file>] [--no
-strict]
[dx] [--keep-classes] [--output=<file>] [--dump-to=<file>] [--dump-widt
h=<n>]
[dx] [--dump-method=<name>[*]] [--verbose-dump] [--no-files] [--core-li
brary]
[dx] [--num-threads=<n>] [<file>.class | <file>.{zip,jar,apk} | <direct
ory>] ...
[dx] Convert a set of classfiles into a dex file, optionally embedded
in a
[dx] jar/zip. Output name must end with one of: .dex .jar .zip .apk.
Positions
[dx] options: none, important, lines.
[dx] dx --annotool --annotation=<class> [--element=<element types>]
[dx] [--print=<print types>]
[dx] dx --dump [--debug] [--strict] [--bytes] [--optimize]
[dx] [--basic-blocks | --rop-blocks | --ssa-blocks | --dot] [--ssa-step
=<step>]
[dx] [--width=<n>] [<file>.class | <file>.txt] ...
[dx] Dump classfiles, or transformations thereof, in a human-oriented
format.
[dx] dx --junit [-wait] <TestClass>
[dx] Run the indicated unit test.
[dx] dx -J<option> ... <arguments, in one of the above forms>
[dx] Pass VM-specific options to the virtual machine that runs dx.
[dx] dx --version
[dx] Print the version of this tool (1.6).
[dx] dx --help
[dx] Print this message.
BUILD FAILED
C:\Program Files\Eclipse-sdk\android-sdk\tools\ant\build.xml:729: The following
error occurred while executing this line:
C:\Program Files\Eclipse-sdk\android-sdk\tools\ant\build.xml:731: The following
error occurred while executing this line:
C:\Program Files\Eclipse-sdk\android-sdk\tools\ant\build.xml:743: The following
error occurred while executing this line:
C:\Program Files\Eclipse-sdk\android-sdk\tools\ant\build.xml:249: null returned:
1
ファイルを編集しておらbuild.xml
ず、メイン ルールbuild.xml
ファイルは にありC:\Program Files\Eclipse-sdk\android-sdk\tools\ant\build.xml
ます。主なルールはbuild.xmlです
このエラーを修正するにはどうすればよいですか