Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt android deployment problem

$
0
0
Hello, everyone. I’m trying to deploy my app (say, hello world) to android virtual device (AVD), and I’ve got a problem. The compile output is: 06:15:24: Running steps for project test2… 06:15:24: Configuration unchanged, skipping qmake step. 06:15:24: Starting: “/usr/bin/make” make: Nothing to be done for `first’. 06:15:24: The process “/usr/bin/make” exited normally. 06:15:24: Removing directory /home/ytyoonubt/Documents/QtProject/build-test2-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug/android-build 06:15:24: Starting: “/usr/bin/make” INSTALL_ROOT=/home/ytyoonubt/Documents/QtProject/build-test2-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug/android-build install install -m 755 -p “libtest2.so” “/home/ytyoonubt/Documents/QtProject/build-test2-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug/android-build/libs/default/armeabi-v7a/libtest2.so” 06:15:24: The process “/usr/bin/make” exited normally. Error while building/deploying project test2 (kit: Android for armeabi-v7a (GCC 4.8, Qt 5.2.1)) When executing step ‘Deploy to Android device’ 06:17:35: Elapsed time: 02:11. I didn’t modify the source given by default, just build and run. ADV is working fine, and I have succeeded with eclipse IDE. My qt version is 5.2.1. Eclipse output: It would be very appreciated if you could give me any clue on this. Thanks.

Viewing all articles
Browse latest Browse all 2113

Trending Articles