2012-01-18 7 views
3

Я просто создал свой проект с помощью андроидаОшибка при принятии classes.dex с помощью муравей

android create project -n MyApps -t 3 -p "./" --package com.ith -a MyAppActivity 

все необходимые файлы созданы, но когда я пытался построить с

ant release 

команды я получаю следующее error

-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 

i havent отредактировал мой файл build.xml и основное правило build.xml файл находится в C:\Program Files\Eclipse-sdk\android-sdk\tools\ant\build.xml. Главное правило build.xml

как я могу исправить эту ошибку

+0

Thnaks всех – sanu

ответ

0

использовать команду для создания проекта android create project ..., может создать build.xml в проекте, я думаю, что вам не нужно изменить его, это работает правильно.

+0

, но он не работает он выдает ошибку при создании файла DEX .. – sanu

0

Обновление android-tools и android-platform-tools с использованием диспетчера sdk android.

Смежные вопросы