QtOnAndroid
Testing
← Installation of Qt for Android | ● | QML →
We are going to perform two tests to make sure our system is installed properly:
- ADB (Android Debug Bridge)
- On your Android device enable USB debugging in the developer options menu.
- On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings → About phone and tap Build number seven times. Return to the previous screen to find Developer options.
- Then connect your device via USB cable and log onto it via adb
- adb is available in <path to SDK>/platform-tools/adb
- log on via
adb shell
- Trouble shooting:
- Try: adb devices
- Try: adb kill-server; adb start-server
- Try: reconnect the USB cable
- Check: choose USB mode “MTP”
- Check: /etc/udev/rules.d/51-android.rules
- Type Unix commands through adb
- e.g.
cd /sdcard; ls
- e.g.
- On your Android device enable USB debugging in the developer options menu.
- Audio Output Demo of Qt
- Prepare Qt Creator
- In Tools → Options → Android locate the SDK and NDK directories.
- Choose the Welcome Tab on the left of Qt Creator.
- Search and open the Audio Output example.
- Hit the Build button (brown hammer button on the bottom left) and select Android as deploy configuration.
- builds an APK (Android Program Package)
- Hit the Run button (green play button on the bottom left)
- Deploys and runs the APK
- Prepare Qt Creator
Here is the compile log:
16:37:41: Running steps for project audiooutput...
16:37:41: Configuration unchanged, skipping qmake step.
16:37:41: Starting: "/usr/bin/make"
/home/roettger/Projects/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=c++11 -g -g -marm -O0 -fno-omit-frame-pointer -Wall -Wno-psabi -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../audiooutput -I. -I/opt/Qt5.6.0/5.6/android_armv7/include -I/opt/Qt5.6.0/5.6/android_armv7/include/QtMultimedia -I/opt/Qt5.6.0/5.6/android_armv7/include/QtWidgets -I/opt/Qt5.6.0/5.6/android_armv7/include/QtGui -I/opt/Qt5.6.0/5.6/android_armv7/include/QtNetwork -I/opt/Qt5.6.0/5.6/android_armv7/include/QtCore -I. -I../android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include -I../android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -I../android-ndk-r10e/platforms/android-9/arch-arm/usr/include -I/opt/Qt5.6.0/5.6/android_armv7/mkspecs/android-g++ -o audiooutput.o ../audiooutput/audiooutput.cpp
/home/roettger/Projects/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=c++11 -g -g -marm -O0 -fno-omit-frame-pointer -Wall -Wno-psabi -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../audiooutput -I. -I/opt/Qt5.6.0/5.6/android_armv7/include -I/opt/Qt5.6.0/5.6/android_armv7/include/QtMultimedia -I/opt/Qt5.6.0/5.6/android_armv7/include/QtWidgets -I/opt/Qt5.6.0/5.6/android_armv7/include/QtGui -I/opt/Qt5.6.0/5.6/android_armv7/include/QtNetwork -I/opt/Qt5.6.0/5.6/android_armv7/include/QtCore -I. -I../android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include -I../android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -I../android-ndk-r10e/platforms/android-9/arch-arm/usr/include -I/opt/Qt5.6.0/5.6/android_armv7/mkspecs/android-g++ -o main.o ../audiooutput/main.cpp
/opt/Qt5.6.0/5.6/android_armv7/bin/moc -DQT_QML_DEBUG -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/opt/Qt5.6.0/5.6/android_armv7/mkspecs/android-g++ -I/home/roettger/Projects/audiooutput -I/opt/Qt5.6.0/5.6/android_armv7/include -I/opt/Qt5.6.0/5.6/android_armv7/include/QtMultimedia -I/opt/Qt5.6.0/5.6/android_armv7/include/QtWidgets -I/opt/Qt5.6.0/5.6/android_armv7/include/QtGui -I/opt/Qt5.6.0/5.6/android_armv7/include/QtNetwork -I/opt/Qt5.6.0/5.6/android_armv7/include/QtCore -I. -I/home/roettger/Projects/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include -I/home/roettger/Projects/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -I/home/roettger/Projects/android-ndk-r10e/platforms/android-9/arch-arm//usr/include ../audiooutput/audiooutput.h -o moc_audiooutput.cpp
/home/roettger/Projects/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=c++11 -g -g -marm -O0 -fno-omit-frame-pointer -Wall -Wno-psabi -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../audiooutput -I. -I/opt/Qt5.6.0/5.6/android_armv7/include -I/opt/Qt5.6.0/5.6/android_armv7/include/QtMultimedia -I/opt/Qt5.6.0/5.6/android_armv7/include/QtWidgets -I/opt/Qt5.6.0/5.6/android_armv7/include/QtGui -I/opt/Qt5.6.0/5.6/android_armv7/include/QtNetwork -I/opt/Qt5.6.0/5.6/android_armv7/include/QtCore -I. -I../android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include -I../android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -I../android-ndk-r10e/platforms/android-9/arch-arm/usr/include -I/opt/Qt5.6.0/5.6/android_armv7/mkspecs/android-g++ -o moc_audiooutput.o moc_audiooutput.cpp
/home/roettger/Projects/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ --sysroot=/home/roettger/Projects/android-ndk-r10e/platforms/android-9/arch-arm/ -Wl,-soname,libaudiooutput.so -Wl,-rpath=/opt/Qt5.6.0/5.6/android_armv7/lib -Wl,--no-undefined -Wl,-z,noexecstack -shared -o libaudiooutput.so audiooutput.o main.o moc_audiooutput.o -L/home/roettger/Projects/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a -L/home/roettger/Projects/android-ndk-r10e/platforms/android-9/arch-arm//usr/lib -L/opt/Qt5.6.0/5.6/android_armv7/lib -lQt5Multimedia -L/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -L/opt/android/ndk/platforms/android-9/arch-arm//usr/lib -lQt5Widgets -lQt5Gui -lQt5Network -lQt5Core -lGLESv2 -lgnustl_shared -llog -lz -lm -ldl -lc -lgcc
16:37:46: The process "/usr/bin/make" exited normally.
16:37:46: Removing directory /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build
16:37:46: Starting: "/usr/bin/make" INSTALL_ROOT=/home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build install
install -m 755 -p libaudiooutput.so /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/armeabi-v7a/libaudiooutput.so
16:37:46: The process "/usr/bin/make" exited normally.
16:37:46: Starting: "/opt/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" --input /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-libaudiooutput.so-deployment-settings.json --output /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build --deployment bundled --android-platform android-23 --jdk /usr/lib/jvm/java-6-openjdk-amd64 --ant /usr/bin/ant
Generating Android Package
Input file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-libaudiooutput.so-deployment-settings.json
Output directory: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/
Application binary: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/libaudiooutput.so
Android build platform: android-23
Install to device: No
Buildfile: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.4.1
[checkenv] Installed at /home/roettger/Projects/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: 23.0.2
[echo] Resolving Build Target for QtApp...
[gettarget] Project Target: Android 6.0
[gettarget] API level: 23
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/res
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/rsObj
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/rsLibs
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/gen
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_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 6 source files to /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/File.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/IOException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/OutputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/InputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/FileOutputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/FileInputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/DataOutputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/DataInputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/reflect/Field.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/reflect/Method.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/util/ArrayList.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/util/Arrays.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/Activity.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/AlertDialog.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/Dialog.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ComponentName.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/Context.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/DialogInterface.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/Intent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ServiceConnection.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/ActivityInfo.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/PackageManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/PackageManager$NameNotFoundException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/PackageInfo.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/Configuration.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/Resources.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/Resources$Theme.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/AssetManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/Bitmap.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/Canvas.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/drawable/ColorDrawable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/net/Uri.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Build.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Bundle.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/IBinder.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/RemoteException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/util/AttributeSet.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/util/Log.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ContextMenu.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ContextMenu$ContextMenuInfo.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/KeyEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/Menu.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/MenuItem.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/MotionEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/View.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/Window.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/WindowManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/WindowManager$LayoutParams.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/accessibility/AccessibilityEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(dalvik/system/DexClassLoader.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/LayoutInflater.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/LayoutInflater$Factory2.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/LayoutInflater$Factory.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Object.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/Window$Callback.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/KeyEvent$Callback.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Parcelable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/InputEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/View$OnCreateContextMenuListener.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/drawable/Drawable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/drawable/Drawable$Callback.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/accessibility/AccessibilityEventSource.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ComponentCallbacks2.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ComponentCallbacks.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ContextThemeWrapper.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ContextWrapper.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/String.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/CharSequence.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/util/HashMap.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/Application.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/IInterface.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Binder.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Parcel.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug$ExportedProperty.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug$IntToString.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug$FlagToString.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Override.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/Annotation.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/Target.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/ElementType.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/Retention.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/RetentionPolicy.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Error.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/util/AndroidException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Exception.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Throwable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/RuntimeException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Class.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/IntentSender.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/IntentSender$SendIntentException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/FileNotFoundException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Build$VERSION.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/BaseBundle.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/AlertDialog$Builder.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/Serializable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Comparable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/R.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/R$string.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/DialogInterface$OnClickListener.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] Note: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/src/org/qtproject/qt5/android/bindings/QtActivity.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 100 warnings
-post-compile:
-obfuscate:
-dex:
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroid-bundled.jar
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidAccessibility-bundled.jar
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtMultimedia-bundled.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar -> QtAndroidBearer-bundled-aee3cbae724aa5a0e0c4c1186d40f787.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroid-bundled.jar -> QtAndroid-bundled-7b4d1c6934870730bcccba318a5048c1.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidAccessibility-bundled.jar -> QtAndroidAccessibility-bundled-0301a8d2027cc3ae4c01fb27989ac674.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtMultimedia-bundled.jar -> QtMultimedia-bundled-4a92381f59e0bd2522bdfc7fd2a0f1e2.jar
[dex] Converting compiled files and external libraries into /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes.dex...
[dx] Merged dex #1 (23 defs/42.6KiB)
[dx] Merged dex #2 (57 defs/118.6KiB)
[dx] Merged dex #3 (5 defs/10.4KiB)
[dx] Merged dex #4 (3 defs/2.4KiB)
[dx] Merged dex #5 (17 defs/19.3KiB)
[dx] Result is 105 defs/224.6KiB. Took 0.2s
-crunch:
[crunch] Crunching PNG Files in source dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/res
[crunch] To destination dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_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/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/QtApp-debug.apk
[propertyfile] Creating new property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
-post-build:
debug:
BUILD SUCCESSFUL
Total time: 11 seconds
Android package built successfully in 12,410 ms.
-- File: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build//bin/QtApp-debug.apk
16:37:58: The process "/opt/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" exited normally.
16:37:58: Elapsed time: 00:17.
And the deploy log:
16:40:56: Running steps for project audiooutput...
16:40:56: Configuration unchanged, skipping qmake step.
16:40:56: Starting: "/usr/bin/make"
make: Nothing to be done for `first'.
16:40:56: The process "/usr/bin/make" exited normally.
16:40:56: Removing directory /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build
16:40:56: Starting: "/usr/bin/make" INSTALL_ROOT=/home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build install
install -m 755 -p libaudiooutput.so /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/armeabi-v7a/libaudiooutput.so
16:40:56: The process "/usr/bin/make" exited normally.
16:40:56: Starting: "/opt/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" --input /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-libaudiooutput.so-deployment-settings.json --output /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build --deployment bundled --android-platform android-23 --jdk /usr/lib/jvm/java-6-openjdk-amd64 --ant /usr/bin/ant
Generating Android Package
Input file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-libaudiooutput.so-deployment-settings.json
Output directory: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/
Application binary: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/libaudiooutput.so
Android build platform: android-23
Install to device: No
Buildfile: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.4.1
[checkenv] Installed at /home/roettger/Projects/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: 23.0.2
[echo] Resolving Build Target for QtApp...
[gettarget] Project Target: Android 6.0
[gettarget] API level: 23
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/res
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/rsObj
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/rsLibs
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/gen
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes
[mkdir] Created dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_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 6 source files to /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/File.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/IOException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/OutputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/InputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/FileOutputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/FileInputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/DataOutputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/DataInputStream.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/reflect/Field.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/reflect/Method.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/util/ArrayList.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/util/Arrays.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/Activity.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/AlertDialog.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/Dialog.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ComponentName.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/Context.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/DialogInterface.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/Intent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ServiceConnection.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/ActivityInfo.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/PackageManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/PackageManager$NameNotFoundException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/pm/PackageInfo.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/Configuration.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/Resources.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/Resources$Theme.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/res/AssetManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/Bitmap.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/Canvas.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/drawable/ColorDrawable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/net/Uri.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Build.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Bundle.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/IBinder.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/RemoteException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/util/AttributeSet.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/util/Log.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ContextMenu.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ContextMenu$ContextMenuInfo.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/KeyEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/Menu.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/MenuItem.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/MotionEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/View.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/Window.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/WindowManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/WindowManager$LayoutParams.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/accessibility/AccessibilityEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(dalvik/system/DexClassLoader.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/LayoutInflater.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/LayoutInflater$Factory2.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/LayoutInflater$Factory.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Object.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/Window$Callback.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/KeyEvent$Callback.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Parcelable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/InputEvent.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/View$OnCreateContextMenuListener.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/drawable/Drawable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/graphics/drawable/Drawable$Callback.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/accessibility/AccessibilityEventSource.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ComponentCallbacks2.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ComponentCallbacks.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ContextThemeWrapper.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/ContextWrapper.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/String.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/CharSequence.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/util/HashMap.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/Application.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/IInterface.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Binder.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Parcel.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug$ExportedProperty.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug$IntToString.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/view/ViewDebug$FlagToString.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Override.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/Annotation.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/Target.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/ElementType.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/Retention.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/annotation/RetentionPolicy.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Error.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/util/AndroidException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Exception.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Throwable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/RuntimeException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Class.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/IntentSender.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/IntentSender$SendIntentException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/FileNotFoundException.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/Build$VERSION.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/os/BaseBundle.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/app/AlertDialog$Builder.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/io/Serializable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(java/lang/Comparable.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/R.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/R$string.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] warning: /home/roettger/Projects/android-sdk-linux/platforms/android-23/android.jar(android/content/DialogInterface$OnClickListener.class): major version 51 is newer than 50, the highest major version supported by this compiler.
[javac] It is recommended that the compiler be upgraded.
[javac] Note: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/src/org/qtproject/qt5/android/bindings/QtActivity.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 100 warnings
-post-compile:
-obfuscate:
-dex:
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroid-bundled.jar
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidAccessibility-bundled.jar
[dex] input: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtMultimedia-bundled.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidBearer-bundled.jar -> QtAndroidBearer-bundled-aee3cbae724aa5a0e0c4c1186d40f787.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroid-bundled.jar -> QtAndroid-bundled-7b4d1c6934870730bcccba318a5048c1.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtAndroidAccessibility-bundled.jar -> QtAndroidAccessibility-bundled-0301a8d2027cc3ae4c01fb27989ac674.jar
[dex] Pre-Dexing /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/libs/QtMultimedia-bundled.jar -> QtMultimedia-bundled-4a92381f59e0bd2522bdfc7fd2a0f1e2.jar
[dex] Converting compiled files and external libraries into /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/classes.dex...
[dx] Merged dex #1 (23 defs/42.6KiB)
[dx] Merged dex #2 (57 defs/118.6KiB)
[dx] Merged dex #3 (5 defs/10.4KiB)
[dx] Merged dex #4 (3 defs/2.4KiB)
[dx] Merged dex #5 (17 defs/19.3KiB)
[dx] Result is 105 defs/224.6KiB. Took 0.2s
-crunch:
[crunch] Crunching PNG Files in source dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/res
[crunch] To destination dir: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_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/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/QtApp-debug.apk
[propertyfile] Creating new property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
[propertyfile] Updating property file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/bin/build.prop
-post-build:
debug:
BUILD SUCCESSFUL
Total time: 11 seconds
Android package built successfully in 12,503 ms.
-- File: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build//bin/QtApp-debug.apk
16:41:09: The process "/opt/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" exited normally.
16:41:09: Starting: "/opt/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" --verbose --output /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build --no-build --input /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-libaudiooutput.so-deployment-settings.json --deployment bundled --reinstall --device df2d634e
Generating Android Package
Input file: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-libaudiooutput.so-deployment-settings.json
Output directory: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build/
Application binary: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/libaudiooutput.so
Android build platform: android-23
Install to device: df2d634e
Detecting dependencies of application.
Reading dependencies from /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/libaudiooutput.so
lib/libQt5Multimedia.so
lib/libQt5Widgets.so
lib/libQt5Gui.so
lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/lib/libQt5Multimedia.so
lib/libQt5Network.so
lib/libQt5Gui.so
lib/libQt5Core.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/lib/libQt5Core.so
Appending dependency: lib/libQt5Core.so
Reading Android dependencies for Qt5Core
Appending dependency: lib/libQt5Network.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/lib/libQt5Gui.so
lib/libQt5Core.so
Appending dependency: lib/libQt5Gui.so
Reading Android dependencies for Qt5Network
Appending dependency from xml: plugins/bearer/libqandroidbearer.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/libQt5Multimedia.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/lib/libQt5Widgets.so
lib/libQt5Gui.so
lib/libQt5Core.so
Appending dependency: lib/libQt5Widgets.so
Reading Android dependencies for Qt5Multimedia
Appending dependency from xml: lib/libQt5MultimediaQuick_p.so
Appending dependency from xml: plugins/mediaservice/libqtmedia_android.so
Appending dependency from xml: plugins/audio/libqtaudio_opensles.so
Appending dependency from xml: plugins/video/videonode/libqtsgvideonode_android.so
Appending dependency from xml: plugins/playlistformats/libqtmultimedia_m3u.so
Reading Android dependencies for Qt5Widgets
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/plugins/platforms/android/libqtforandroid.so
lib/libQt5Gui.so
lib/libQt5Core.so
Skipping /opt/Qt5.6.0/5.6/android_armv7/lib/libQt5MultimediaQuick_p.so due to unmet dependencies: lib/libQt5Quick.so,lib/libQt5Qml.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/plugins/bearer/libqandroidbearer.so
lib/libQt5Network.so
lib/libQt5Core.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/plugins/platforms/android/libqtforandroid.so
lib/libQt5Gui.so
lib/libQt5Core.so
Reading dependencies from /opt/Qt5.6.0/5.6/android_armv7/plugins/mediaservice/libqtmedia_android.so
lib/libQt5Multimedia.so
lib/libQt5Gui.so
lib/libQt5Network.so
lib/libQt5Core.so
Skipping lib/libQt5MultimediaQuick_p.so due to unmet dependencies: lib/libQt5Quick.so,lib/libQt5Qml.so
Scanning for QML imports.
Copying GNU STL library
-- Skipping file /home/roettger/Projects/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so. Same or newer file already in place.
Copying 36 dependencies from Qt into package.
4538 KB/s (8402975 bytes in 1.808s)
Installing Android package to device.
Running command "/home/roettger/Projects/android-sdk-linux/platform-tools/adb -s df2d634e install -r /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build//bin/QtApp-debug.apk"
pkg: /data/local/tmp/QtApp-debug.apk
Success
Android package built successfully in 17,116 ms.
-- It can now be run from the selected device/emulator.
-- File: /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/android-build//bin/QtApp-debug.apk
16:41:26: The process "/opt/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" exited normally.
16:41:26: Pulling files necessary for debugging.
16:41:26: Package deploy: Running command "/home/roettger/Projects/android-sdk-linux/platform-tools/adb -s df2d634e pull /system/bin/app_process32 /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/app_process".
16:41:26: Package deploy: Running command "/home/roettger/Projects/android-sdk-linux/platform-tools/adb -s df2d634e pull /system/lib/libc.so /home/roettger/Projects/build-audiooutput-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/libc.so".
16:41:26: Elapsed time: 00:30.
And the run log:
Starting remote process.E/Zygote (12035): MountEmulatedStorage()
E/Zygote (12035): v2
I/libpersona(12035): KNOX_SDCARD checking this for 10196
I/libpersona(12035): KNOX_SDCARD not a persona
I/ActivityManager( 886): Start proc org.qtproject.example.audiooutput for activity org.qtproject.example.audiooutput/org.qtproject.qt5.android.bindings.QtActivity: pid=12035 uid=10196 gids={50196, 9997, 3003, 1028, 1015} abi=armeabi-v7a
I/SELinux (12035): Function: selinux_compare_spd_ram, SPD-policy is existed. and_ver=SEPF_SM-G900F_5.0 ver=27
I/SELinux (12035): Function: selinux_compare_spd_ram , priority [2] , priority version is VE=SEPF_SM-G900F_5.0-1_0032
E/SELinux (12035): [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL
I/art (12035): Late-enabling -Xcheck:jni
D/TimaKeyStoreProvider(12035): TimaSignature is unavailable
D/ActivityThread(12035): Added TimaKeyStore provider
D/ResourcesManager(12035): creating new AssetManager and set to /data/app/org.qtproject.example.audiooutput-1/base.apk
E/File (12035): fail readDirectory() errno=2
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/ic_ab_back_holo_light_am.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/sym_def_app_icon.png
W/ServiceManager( 886): Permission failure: com.samsung.permission.SSENSOR from uid=10196 pid=12035
W/ServiceManager( 886): Permission failure: android.permission.BODY_SENSORS from uid=10196 pid=12035
I/Qt (12035): qt start
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/scrubber_control_disabled_holo.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/scrubber_control_pressed_holo.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/scrubber_control_focused_holo.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/scrubber_control_normal_holo.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xxhdpi-v4/text_select_handle_middle.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xhdpi-v4/btn_check_buttonless_on.png
V/BitmapFactory(12035): DecodeImagePath(decodeResourceStream3) : res/drawable-xhdpi-v4/btn_check_buttonless_off.png
D/Activity(12035): performCreate Call secproduct feature valuefalse
D/Activity(12035): performCreate Call debug elastic valuetrue
D/OpenGLRenderer(12035): Render dirty regions requested: true
I/Adreno-EGL(12035): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: ()
I/Adreno-EGL(12035): OpenGL ES Shader Compiler Version: E031.25.01.03
I/Adreno-EGL(12035): Build Date: 03/03/15 Tue
I/Adreno-EGL(12035): Local Branch: LA.BF.1.1_RB1_20150108_025_1077123_1158499
I/Adreno-EGL(12035): Remote Branch:
I/Adreno-EGL(12035): Local Patches:
I/Adreno-EGL(12035): Reconstruct Branch:
I/OpenGLRenderer(12035): Initialized EGL, version 1.4
I/OpenGLRenderer(12035): HWUI protection enabled for context , &this =0xa1022088 ,&mEglDisplay = 1 , &mEglConfig = 8
D/OpenGLRenderer(12035): Enabling debug mode 0
I/Timeline(12035): Timeline: Activity_idle id: android.os.BinderProxy@21b8f1e5 time:26396290
W/AudioTrack(12035): AUDIO_OUTPUT_FLAG_FAST denied by client
I/InputDispatcher( 886): Delivering key to (12035): action: 0x0 (0)
I/InputDispatcher( 886): Delivering key to (12035): action: 0x1 (0)
I/InputDispatcher( 886): Delivering key to (12035): action: 0x0 (0)
I/InputDispatcher( 886): Delivering key to (12035): action: 0x0 (1)
I/InputDispatcher( 886): Delivering key to (12035): action: 0x0 (2)
I/InputDispatcher( 886): Delivering key to (12035): action: 0x1 (0)
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x0, toolType: 1
D/ViewRootImpl(12035): ViewPostImeInputStage ACTION_DOWN
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x105, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x205, toolType: 1
W/Audio Output Test(12035): (null):0 ((null)): This plugin does not support grabbing the keyboard
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:133.0 eccen:3.1666667 varX:6.222229
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:134.0 eccen:2.5769231 varX:10.444438
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:134.0 eccen:2.5769231 varX:22.888895
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x106, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:231.0 eccen:2.6860466 varX:22.888895
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:220.0 eccen:2.75 varX:27.0
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.2
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:1.8333334
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:1.8333334
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:1.8333334
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x105, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0079365
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:1.8492063
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.1698112
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x106, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x6, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.1792452
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.3679245
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.2
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.2
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:110.0 eccen:2.2 varX:0.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x1, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:100.0 eccen:2.5 varX:0.0
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:100.0 eccen:2.5 varX:0.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x0, toolType: 1
D/ViewRootImpl(12035): ViewPostImeInputStage ACTION_DOWN
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x1, toolType: 1
W/Audio Output Test(12035): (null):0 ((null)): Can't find surface 1
W/Audio Output Test(12035): (null):0 ((null)): Can't find surface 1
I/Timeline(12035): Timeline: Activity_idle id: android.os.BinderProxy@21b8f1e5 time:26445831
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x0, toolType: 1
D/ViewRootImpl(12035): ViewPostImeInputStage ACTION_DOWN
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x1, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x0, toolType: 1
D/ViewRootImpl(12035): ViewPostImeInputStage ACTION_DOWN
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x105, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x205, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x206, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:118.0 eccen:4.5384617 varX:17.5
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:119.0 eccen:4.576923 varX:20.5
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:240.0 eccen:4.0 varX:13.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x205, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.2
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.1682243
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x206, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:1.984252
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x6, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x1, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x0, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x5, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:4.1666665
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:4.1666665
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x6, toolType: 1
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x5, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.1818182
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.4
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.4
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x6, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.3333333
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:3.0425532
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x5, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:3.25
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:3.25
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.4
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x6, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.122807
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 1, eccen:2.2982457
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:120.0 eccen:2.4 varX:0.0
I/InputDispatcher( 886): Delivering touch to (12035): action: 0x1, toolType: 1
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:100.0 eccen:3.3333333 varX:0.0
D/ViewRootImpl(12035): [ViewRootImpl] action cancel - 2, Palm Sweep, SsumMajor:100.0 eccen:3.3333333 varX:0.0
I/InputDispatcher( 886): Delivering key to (12035): action: 0x0 (0)
I/InputDispatcher( 886): Delivering key to (12035): action: 0x1 (0)
F/libc (12035): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 12207 (QtThread)
I/DEBUG ( 286): pid: 12035, tid: 12207, name: QtThread >>> org.qtproject.example.audiooutput <<<
I/ActivityManager( 886): Process org.qtproject.example.audiooutput (pid 12035)(adj 9) has died(136,423)
I/Zygote ( 318): Process 12035 exited due to signal (11)
D/CrashAnrDetector( 886): pid: 12035, tid: 12207, name: QtThread >>> org.qtproject.example.audiooutput <<<
"org.qtproject.example.audiooutput" died.

← Installation of Qt for Android | ● | QML →