Linux Android Build Problem

Alles rund um die Programmierung mit Qt
Antworten
Basti1990
Beiträge: 17
Registriert: 31. März 2014 17:38

Linux Android Build Problem

Beitrag von Basti1990 »

hallo Gemeinde,

ich versuche schon seit Tagen für Android zu entwickeln aber die Entwicklung/Deployment ist jedesmal fehlerhaft
sowohl auf Linux als auch auf Windows.

Kommen wir erst mal zum System:

OS:
Linux Mint 18 "Sarah" 64 bit

Hardware:
CPU Intel Pentium T4500 2,3 GHz, 800 MHz FSB
GPU Intel GMA 4500M
RAM 4GB

Qt Version:
5.7.0

Ich habe mein Handy über USB Debugging angeschlossen und es wird im Qt Creator auch erkannt.

Aber die Apps lassen sich nicht auf meinen Handy(S3-Mini, Cyanogenmod 12.1) nicht installieren

es kommt die Meldung die App wurde nicht installiert.

Und ja ich habe unbekannte Quellen zugelassen.

Egal welches Programm ich kompiliere die App ist immer 8,2 MB groß.

Kompilerergebnisse für folgendes Beispiel Programm sind weiter unten

einmal mit meinem Handy und einmal mit dem Emulator

Android SDK, NDK und JDK sind auf dem neusten Stand
vorher hat es immer funktioniert ob es an Qt 5.7.0 liegt

Code: Alles auswählen

import QtQuick 2.5
import QtQuick.Window 2.2

Window {
    visible: true
    width: 640
    height: 480
    title: qsTr("Hello World")

    MainForm {
        anchors.fill: parent
        mouseArea.onClicked: {
            Qt.quit();
        }
    }
}
Bei der Ausgabe kommt folgender Fehler:

Starte entfernten Prozess.

"org.qtproject.example.untitled3" kann nicht gestartet werden.


Kompilerergebnisse Emulator
14:06:51: Führe Schritte für Projekt untitled3 aus...
14:06:51: Unveränderte Konfiguration, qmake-Schritt wird übersprungen.
14:06:51: Starte "/usr/bin/make"
make: Nothing to be done for 'first'.
14:06:51: Der Prozess "/usr/bin/make" wurde normal beendet.
14:06:51: Lösche Verzeichnis /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build
14:06:51: Starte "/usr/bin/make" INSTALL_ROOT=/home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build install
install -m 755 -p libuntitled3.so /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/armeabi-v7a/libuntitled3.so
14:06:51: Der Prozess "/usr/bin/make" wurde normal beendet.
14:06:51: Starte "/home/sebastian/Qt_5.7.0/5.7/android_armv7/bin/androiddeployqt" --input /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-libuntitled3.so-deployment-settings.json --output /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build --deployment bundled --android-platform android-24 --jdk /home/sebastian/Qt_Android/jdk1.8.0_92 --ant /home/sebastian/Qt_Android/apache-ant-1.9.7/bin/ant
Generating Android Package
Input file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-libuntitled3.so-deployment-settings.json
Output directory: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/
Application binary: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/libuntitled3.so
Android build platform: android-24
Install to device: No
Buildfile: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/build.xml

-set-mode-check:

-set-debug-files:

-check-env:
[checkenv] Android SDK Tools Revision 25.1.7
[checkenv] Installed at /home/sebastian/Qt_Android/android-sdk-linux

-setup:
[echo] Project Name: QtApp
[gettype] Project Type: Application

-set-debug-mode:

-debug-obfuscation-check:

-pre-build:

-build-setup:
[getbuildtools] Using latest Build Tools: 24.0.0
[echo] Resolving Build Target for QtApp...
[gettarget] Project Target: Android N
[gettarget] API level: 24
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/res
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/rsObj
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/rsLibs
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/gen
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/dexedLibs
[echo] ----------
[echo] Resolving Dependencies for QtApp...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on

-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] Found 2 AIDL files.
[aidl] Compiling 2 AIDL files.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.

-pre-compile:

-compile:
[javac] Compiling 10 source files to /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 3 warnings

-post-compile:

-obfuscate:

-dex:
[dex] input: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes
[dex] input: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroid-bundled.jar
[dex] input: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar
[dex] Pre-Dexing /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroid-bundled.jar -> QtAndroid-bundled-945684aa70591856ea907aae96ac26e8.jar
[dex] Pre-Dexing /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar -> QtAndroidBearer-bundled-c544485c05c829bd0fe4589a17fd2b8e.jar
[dex] Converting compiled files and external libraries into /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes.dex...
[dx] Merged dex #1 (28 defs/49,2KiB)
[dx] Merged dex #2 (62 defs/128,6KiB)
[dx] Merged dex #3 (3 defs/2,4KiB)
[dx] Result is 93 defs/212,6KiB. Took 0,3s

-crunch:
[crunch] Crunching PNG Files in source dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/res
[crunch] To destination dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/res
[crunch] Crunched 0 PNG files to update cache

-package-resources:
[aapt] Creating full resource package...

-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating QtApp-debug-unaligned.apk and signing it with a debug key...

-post-package:

-do-debug:
[zipalign] Running zip align on final apk...
[echo] Debug Package: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/QtApp-debug.apk
[propertyfile] Creating new property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop

-post-build:

debug:

BUILD SUCCESSFUL
Total time: 18 seconds
Android package built successfully in 20.245 ms.
-- File: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build//bin/QtApp-debug.apk
14:07:11: Der Prozess "/home/sebastian/Qt_5.7.0/5.7/android_armv7/bin/androiddeployqt" wurde normal beendet.
Fehler beim Erstellen/Deployment des Projekts untitled3 (Kit: Android für armeabi-v7a (GCC 4.9, Qt 5.7.0))
Bei der Ausführung von Schritt "Deployment auf Android-Gerät"
14:12:34: Verstrichene Zeit: 05:44.
Kompilerergebnisse Handy:
14:15:40: Führe Schritte für Projekt untitled3 aus...
14:15:40: Unveränderte Konfiguration, qmake-Schritt wird übersprungen.
14:15:40: Starte "/usr/bin/make"
make: Nothing to be done for 'first'.
14:15:40: Der Prozess "/usr/bin/make" wurde normal beendet.
14:15:40: Lösche Verzeichnis /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build
14:15:40: Starte "/usr/bin/make" INSTALL_ROOT=/home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build install
install -m 755 -p libuntitled3.so /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/armeabi-v7a/libuntitled3.so
14:15:40: Der Prozess "/usr/bin/make" wurde normal beendet.
14:15:40: Starte "/home/sebastian/Qt_5.7.0/5.7/android_armv7/bin/androiddeployqt" --input /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-libuntitled3.so-deployment-settings.json --output /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build --deployment bundled --android-platform android-24 --jdk /home/sebastian/Qt_Android/jdk1.8.0_92 --ant /home/sebastian/Qt_Android/apache-ant-1.9.7/bin/ant
Generating Android Package
Input file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-libuntitled3.so-deployment-settings.json
Output directory: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/
Application binary: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/libuntitled3.so
Android build platform: android-24
Install to device: No
Buildfile: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/build.xml

-set-mode-check:

-set-debug-files:

-check-env:
[checkenv] Android SDK Tools Revision 25.1.7
[checkenv] Installed at /home/sebastian/Qt_Android/android-sdk-linux

-setup:
[echo] Project Name: QtApp
[gettype] Project Type: Application

-set-debug-mode:

-debug-obfuscation-check:

-pre-build:

-build-setup:
[getbuildtools] Using latest Build Tools: 24.0.0
[echo] Resolving Build Target for QtApp...
[gettarget] Project Target: Android N
[gettarget] API level: 24
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/res
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/rsObj
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/rsLibs
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/gen
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes
[mkdir] Created dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/dexedLibs
[echo] ----------
[echo] Resolving Dependencies for QtApp...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on

-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] Found 2 AIDL files.
[aidl] Compiling 2 AIDL files.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.

-pre-compile:

-compile:
[javac] Compiling 10 source files to /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 3 warnings

-post-compile:

-obfuscate:

-dex:
[dex] input: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes
[dex] input: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroid-bundled.jar
[dex] input: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar
[dex] Pre-Dexing /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroid-bundled.jar -> QtAndroid-bundled-945684aa70591856ea907aae96ac26e8.jar
[dex] Pre-Dexing /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar -> QtAndroidBearer-bundled-c544485c05c829bd0fe4589a17fd2b8e.jar
[dex] Converting compiled files and external libraries into /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/classes.dex...
[dx] Merged dex #1 (28 defs/49,2KiB)
[dx] Merged dex #2 (62 defs/128,6KiB)
[dx] Merged dex #3 (3 defs/2,4KiB)
[dx] Result is 93 defs/212,6KiB. Took 0,2s

-crunch:
[crunch] Crunching PNG Files in source dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/res
[crunch] To destination dir: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/res
[crunch] Crunched 0 PNG files to update cache

-package-resources:
[aapt] Creating full resource package...

-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating QtApp-debug-unaligned.apk and signing it with a debug key...

-post-package:

-do-debug:
[zipalign] Running zip align on final apk...
[echo] Debug Package: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/QtApp-debug.apk
[propertyfile] Creating new property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/bin/build.prop

-post-build:

debug:

BUILD SUCCESSFUL
Total time: 14 seconds
Android package built successfully in 16.449 ms.
-- File: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build//bin/QtApp-debug.apk
14:15:57: Der Prozess "/home/sebastian/Qt_5.7.0/5.7/android_armv7/bin/androiddeployqt" wurde normal beendet.
14:15:57: Starte: "/home/sebastian/Qt_5.7.0/5.7/android_armv7/bin/androiddeployqt" --verbose --output /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build --no-build --input /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-libuntitled3.so-deployment-settings.json --deployment bundled --reinstall --device 47907237bfd210dc
Generating Android Package
Input file: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-libuntitled3.so-deployment-settings.json
Output directory: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build/
Application binary: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/libuntitled3.so
Android build platform: android-24
Install to device: 47907237bfd210dc
Detecting dependencies of application.
Reading dependencies from /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/libuntitled3.so
lib/libQt5Quick.so
lib/libQt5Gui.so
lib/libQt5Qml.so
lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/lib/libQt5Quick.so
lib/libQt5Qml.so
lib/libQt5Gui.so
lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/lib/libQt5Qml.so
lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/lib/libQt5Core.so
Appending dependency: lib/libQt5Core.so
Reading Android dependencies for Qt5Core
Appending dependency: lib/libQt5Network.so
Reading Android dependencies for Qt5Network
Appending dependency from xml: plugins/bearer/libqandroidbearer.so
Appending dependency: lib/libQt5Qml.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/lib/libQt5Gui.so
lib/libQt5Core.so
Appending dependency: lib/libQt5Gui.so
Reading Android dependencies for Qt5Qml
Appending dependency from xml: plugins/qmltooling/libqmldbg_debugger.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_inspector.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_local.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_native.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_profiler.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_quickprofiler.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_server.so
Appending dependency from xml: plugins/qmltooling/libqmldbg_tcp.so
Reading Android dependencies for Qt5Gui
Appending dependency from xml: plugins/platforms/android/libqtforandroid.so
Appending dependency from xml: plugins/platforms/libqeglfs.so
Appending dependency from xml: plugins/platforms/libqminimal.so
Appending dependency from xml: plugins/platforms/libqminimalegl.so
Appending dependency from xml: plugins/platforms/libqoffscreen.so
Appending dependency from xml: plugins/generic/libqevdevkeyboardplugin.so
Appending dependency from xml: plugins/generic/libqevdevmouseplugin.so
Appending dependency from xml: plugins/generic/libqevdevtabletplugin.so
Appending dependency from xml: plugins/generic/libqevdevtouchplugin.so
Appending dependency from xml: plugins/generic/libqtuiotouchplugin.so
Appending dependency from xml: plugins/iconengines/libqsvgicon.so
Appending dependency from xml: plugins/imageformats/libqdds.so
Appending dependency from xml: plugins/imageformats/libqgif.so
Appending dependency from xml: plugins/imageformats/libqicns.so
Appending dependency from xml: plugins/imageformats/libqico.so
Appending dependency from xml: plugins/imageformats/libqjpeg.so
Appending dependency from xml: plugins/imageformats/libqsvg.so
Appending dependency from xml: plugins/imageformats/libqtga.so
Appending dependency from xml: plugins/imageformats/libqtiff.so
Appending dependency from xml: plugins/imageformats/libqwbmp.so
Appending dependency from xml: plugins/imageformats/libqwebp.so
Appending dependency: lib/libQt5Quick.so
Reading Android dependencies for Qt5Quick
Appending dependency from xml: lib/libQt5QuickParticles.so
Appending dependency from xml: plugins/scenegraph/libsoftwarecontext.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/plugins/platforms/android/libqtforandroid.so
lib/libQt5Gui.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/plugins/bearer/libqandroidbearer.so
lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/plugins/platforms/android/libqtforandroid.so
lib/libQt5Gui.so
lib/libQt5Core.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/lib/libQt5QuickParticles.so
lib/libQt5Quick.so
lib/libQt5Qml.so
lib/libQt5Gui.so
lib/libQt5Network.so
lib/libQt5Core.so
Scanning for QML imports.
-- Adding '/home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick.2' as QML dependency
-- Appending dependency found by qmlimportscanner: /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick.2/libqtquick2plugin.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick.2/libqtquick2plugin.so
lib/libQt5Quick.so
lib/libQt5Qml.so
lib/libQt5Gui.so
lib/libQt5Network.so
lib/libQt5Core.so
-- Appending dependency found by qmlimportscanner: /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick.2/plugins.qmltypes
-- Appending dependency found by qmlimportscanner: /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick.2/qmldir
-- Adding '/home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick/Window.2' as QML dependency
-- Appending dependency found by qmlimportscanner: /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick/Window.2/libwindowplugin.so
Reading dependencies from /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick/Window.2/libwindowplugin.so
lib/libQt5Quick.so
lib/libQt5Qml.so
lib/libQt5Gui.so
lib/libQt5Network.so
lib/libQt5Core.so
-- Appending dependency found by qmlimportscanner: /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick/Window.2/plugins.qmltypes
-- Appending dependency found by qmlimportscanner: /home/sebastian/Qt_5.7.0/5.7/android_armv7/qml/QtQuick/Window.2/qmldir
Copying GNU STL library
-- Skipping file /home/sebastian/Qt_Android/android-ndk-r12/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so. Same or newer file already in place.
Copying 45 dependencies from Qt into package.
Installing Android package to device.
Running command "/home/sebastian/Qt_Android/android-sdk-linux/platform-tools/adb -s 47907237bfd210dc install -r /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build//bin/QtApp-debug.apk"
[ 0%] /data/local/tmp/QtApp-debug.apk
[ 1%] /data/local/tmp/QtApp-debug.apk
[ 2%] /data/local/tmp/QtApp-debug.apk
[ 2%] /data/local/tmp/QtApp-debug.apk
[ 3%] /data/local/tmp/QtApp-debug.apk
[ 4%] /data/local/tmp/QtApp-debug.apk
[ 5%] /data/local/tmp/QtApp-debug.apk
[ 5%] /data/local/tmp/QtApp-debug.apk
[ 6%] /data/local/tmp/QtApp-debug.apk
[ 7%] /data/local/tmp/QtApp-debug.apk
[ 8%] /data/local/tmp/QtApp-debug.apk
[ 8%] /data/local/tmp/QtApp-debug.apk
[ 9%] /data/local/tmp/QtApp-debug.apk
[ 10%] /data/local/tmp/QtApp-debug.apk
[ 11%] /data/local/tmp/QtApp-debug.apk
[ 11%] /data/local/tmp/QtApp-debug.apk
[ 12%] /data/local/tmp/QtApp-debug.apk
[ 13%] /data/local/tmp/QtApp-debug.apk
[ 14%] /data/local/tmp/QtApp-debug.apk
[ 14%] /data/local/tmp/QtApp-debug.apk
[ 15%] /data/local/tmp/QtApp-debug.apk
[ 16%] /data/local/tmp/QtApp-debug.apk
[ 17%] /data/local/tmp/QtApp-debug.apk
[ 17%] /data/local/tmp/QtApp-debug.apk
[ 18%] /data/local/tmp/QtApp-debug.apk
[ 19%] /data/local/tmp/QtApp-debug.apk
[ 20%] /data/local/tmp/QtApp-debug.apk
[ 20%] /data/local/tmp/QtApp-debug.apk
[ 21%] /data/local/tmp/QtApp-debug.apk
[ 22%] /data/local/tmp/QtApp-debug.apk
[ 22%] /data/local/tmp/QtApp-debug.apk
[ 23%] /data/local/tmp/QtApp-debug.apk
[ 24%] /data/local/tmp/QtApp-debug.apk
[ 25%] /data/local/tmp/QtApp-debug.apk
[ 25%] /data/local/tmp/QtApp-debug.apk
[ 26%] /data/local/tmp/QtApp-debug.apk
[ 27%] /data/local/tmp/QtApp-debug.apk
[ 28%] /data/local/tmp/QtApp-debug.apk
[ 28%] /data/local/tmp/QtApp-debug.apk
[ 29%] /data/local/tmp/QtApp-debug.apk
[ 30%] /data/local/tmp/QtApp-debug.apk
[ 31%] /data/local/tmp/QtApp-debug.apk
[ 31%] /data/local/tmp/QtApp-debug.apk
[ 32%] /data/local/tmp/QtApp-debug.apk
[ 33%] /data/local/tmp/QtApp-debug.apk
[ 34%] /data/local/tmp/QtApp-debug.apk
[ 34%] /data/local/tmp/QtApp-debug.apk
[ 35%] /data/local/tmp/QtApp-debug.apk
[ 36%] /data/local/tmp/QtApp-debug.apk
[ 37%] /data/local/tmp/QtApp-debug.apk
[ 37%] /data/local/tmp/QtApp-debug.apk
[ 38%] /data/local/tmp/QtApp-debug.apk
[ 39%] /data/local/tmp/QtApp-debug.apk
[ 40%] /data/local/tmp/QtApp-debug.apk
[ 40%] /data/local/tmp/QtApp-debug.apk
[ 41%] /data/local/tmp/QtApp-debug.apk
[ 42%] /data/local/tmp/QtApp-debug.apk
[ 42%] /data/local/tmp/QtApp-debug.apk
[ 43%] /data/local/tmp/QtApp-debug.apk
[ 44%] /data/local/tmp/QtApp-debug.apk
[ 45%] /data/local/tmp/QtApp-debug.apk
[ 45%] /data/local/tmp/QtApp-debug.apk
[ 46%] /data/local/tmp/QtApp-debug.apk
[ 47%] /data/local/tmp/QtApp-debug.apk
[ 48%] /data/local/tmp/QtApp-debug.apk
[ 48%] /data/local/tmp/QtApp-debug.apk
[ 49%] /data/local/tmp/QtApp-debug.apk
[ 50%] /data/local/tmp/QtApp-debug.apk
[ 51%] /data/local/tmp/QtApp-debug.apk
[ 51%] /data/local/tmp/QtApp-debug.apk
[ 52%] /data/local/tmp/QtApp-debug.apk
[ 53%] /data/local/tmp/QtApp-debug.apk
[ 54%] /data/local/tmp/QtApp-debug.apk
[ 54%] /data/local/tmp/QtApp-debug.apk
[ 55%] /data/local/tmp/QtApp-debug.apk
[ 56%] /data/local/tmp/QtApp-debug.apk
[ 57%] /data/local/tmp/QtApp-debug.apk
[ 57%] /data/local/tmp/QtApp-debug.apk
[ 58%] /data/local/tmp/QtApp-debug.apk
[ 59%] /data/local/tmp/QtApp-debug.apk
[ 60%] /data/local/tmp/QtApp-debug.apk
[ 60%] /data/local/tmp/QtApp-debug.apk
[ 61%] /data/local/tmp/QtApp-debug.apk
[ 62%] /data/local/tmp/QtApp-debug.apk
[ 63%] /data/local/tmp/QtApp-debug.apk
[ 63%] /data/local/tmp/QtApp-debug.apk
[ 64%] /data/local/tmp/QtApp-debug.apk
[ 65%] /data/local/tmp/QtApp-debug.apk
[ 65%] /data/local/tmp/QtApp-debug.apk
[ 66%] /data/local/tmp/QtApp-debug.apk
[ 67%] /data/local/tmp/QtApp-debug.apk
[ 68%] /data/local/tmp/QtApp-debug.apk
[ 68%] /data/local/tmp/QtApp-debug.apk
[ 69%] /data/local/tmp/QtApp-debug.apk
[ 70%] /data/local/tmp/QtApp-debug.apk
[ 71%] /data/local/tmp/QtApp-debug.apk
[ 71%] /data/local/tmp/QtApp-debug.apk
[ 72%] /data/local/tmp/QtApp-debug.apk
[ 73%] /data/local/tmp/QtApp-debug.apk
[ 74%] /data/local/tmp/QtApp-debug.apk
[ 74%] /data/local/tmp/QtApp-debug.apk
[ 75%] /data/local/tmp/QtApp-debug.apk
[ 76%] /data/local/tmp/QtApp-debug.apk
[ 77%] /data/local/tmp/QtApp-debug.apk
[ 77%] /data/local/tmp/QtApp-debug.apk
[ 78%] /data/local/tmp/QtApp-debug.apk
[ 79%] /data/local/tmp/QtApp-debug.apk
[ 80%] /data/local/tmp/QtApp-debug.apk
[ 80%] /data/local/tmp/QtApp-debug.apk
[ 81%] /data/local/tmp/QtApp-debug.apk
[ 82%] /data/local/tmp/QtApp-debug.apk
[ 83%] /data/local/tmp/QtApp-debug.apk
[ 83%] /data/local/tmp/QtApp-debug.apk
[ 84%] /data/local/tmp/QtApp-debug.apk
[ 85%] /data/local/tmp/QtApp-debug.apk
[ 85%] /data/local/tmp/QtApp-debug.apk
[ 86%] /data/local/tmp/QtApp-debug.apk
[ 87%] /data/local/tmp/QtApp-debug.apk
[ 88%] /data/local/tmp/QtApp-debug.apk
[ 88%] /data/local/tmp/QtApp-debug.apk
[ 89%] /data/local/tmp/QtApp-debug.apk
[ 90%] /data/local/tmp/QtApp-debug.apk
[ 91%] /data/local/tmp/QtApp-debug.apk
[ 91%] /data/local/tmp/QtApp-debug.apk
[ 92%] /data/local/tmp/QtApp-debug.apk
[ 93%] /data/local/tmp/QtApp-debug.apk
[ 94%] /data/local/tmp/QtApp-debug.apk
[ 94%] /data/local/tmp/QtApp-debug.apk
[ 95%] /data/local/tmp/QtApp-debug.apk
[ 96%] /data/local/tmp/QtApp-debug.apk
[ 97%] /data/local/tmp/QtApp-debug.apk
[ 97%] /data/local/tmp/QtApp-debug.apk
[ 98%] /data/local/tmp/QtApp-debug.apk
[ 99%] /data/local/tmp/QtApp-debug.apk
[100%] /data/local/tmp/QtApp-debug.apk
pkg: /data/local/tmp/QtApp-debug.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
Android package built successfully in 3.002 ms.
-- It can now be run from the selected device/emulator.
-- File: /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/android-build//bin/QtApp-debug.apk
14:16:00: Der Prozess "/home/sebastian/Qt_5.7.0/5.7/android_armv7/bin/androiddeployqt" wurde normal beendet.
14:16:00: Die für das Debuggen erforderlichen Dateien werden installiert.
14:16:00: Paket-Deployment: Führe Kommando "/home/sebastian/Qt_Android/android-sdk-linux/platform-tools/adb -s 47907237bfd210dc pull /system/bin/app_process32 /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/app_process" aus.
14:16:00: Paket-Deployment: Führe Kommando "/home/sebastian/Qt_Android/android-sdk-linux/platform-tools/adb -s 47907237bfd210dc pull /system/lib/libc.so /home/sebastian/Projekte/build-untitled3-Android_f_r_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/libc.so" aus.
14:16:00: Verstrichene Zeit: 00:20.
MFG

Basti1990
Antworten