Android Qt Necessitas für Windows Fehlermeldung von ant

jkallup

Erfahrenes Mitglied
Hallo,

verwemde den Qt-Creator für windows compilieren geht fein,
nur wenn das paket zusammen geschnürt werden soll kommt es zu einer fehlermeldung:


:-1: error: Packaging Error: Command 'M:/apache-ant-1.8.2/bin/ant.bat debug' failed.Exit code: 1


so schaut die ausgabe aus:

Code:
Running build steps for project app1...
Configuration unchanged, skipping qmake step.
Starting: "C:/Program Files/Borland/Delphi7/Bin/make.exe" -w
make: Entering directory `M:/Users/jkallup/necessitas/MyApps/app1-build-android'
make: Nothing to be done for `first'.
make: Leaving directory `M:/Users/jkallup/necessitas/MyApps/app1-build-android'
The process "C:/Program Files/Borland/Delphi7/Bin/make.exe" exited normally.
Copy Qt app & libs to Android package ...
Stripping libraries, please wait
Creating package file ...
Package deploy: Running command 'M:/apache-ant-1.8.2/bin/ant.bat debug'.
Buildfile: M:\Users\jkallup\necessitas\MyApps\app1\android\build.xml
    [setup] Android SDK Tools Revision 12
    [setup] Project Target: Android 3.1
    [setup] API level: 12
    [setup] 
    [setup] ------------------
    [setup] Resolving library dependencies:
    [setup] No library dependencies.
    [setup] 
    [setup] ------------------
    [setup] 
    [setup] WARNING: No minSdkVersion value set. Application will install on all Android versions.
    [setup] 
    [setup] Importing rules file: tools\ant\main_rules.xml

BUILD FAILED
M:\Users\jkallup\necessitas\MyApps\app1\android\build.xml:77: The following error occurred while executing this line:
M:\Users\jkallup\necessitas\android-sdk-windows\tools\ant\main_rules.xml:205: The string "--" is not permitted within comments.

Total time: 0 seconds
Packaging Error: Command 'M:/apache-ant-1.8.2/bin/ant.bat debug' failed.Exit code: 1
Error while building project app1 (target: Android)
When executing build step 'Packaging for Android'

hat einer eine Ahnung woran das liegt?
Danke für Infos
 
Zuletzt bearbeitet:
Zurück