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?
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.