Unable to start Qt application on Android
Mobile and Embedded
3
Posts
2
Posters
1.1k
Views
1
Watching
-
wrote on 14 Apr 2014, 13:31 last edited by
Hello!
I'm trying to deploy my Qt5 application on Android (Samsung S4). It compiles fine, but while deploying it stops on:
"Starting debugger "QmlCppEngine" for ABI "arm-linux-android-elf-32bit".
In Application Output I got:
"Unable to start 'org.qtproject.example.testapp'. Debugging has failed"
What can be the reason?
-
wrote on 14 Apr 2014, 14:20 last edited by
While viewing logcat report I found smth like:
"Failed dlopen(): somelib.so cannot find libQt5PrintSupport.so"
By temporary excluding somlib.so from project I was able to run application.
-
wrote on 14 Apr 2014, 14:21 last edited by
Hi,
does it work with the release version?
Do you have any warnings in the Kit you are using?
1/3