android - Unable to start 'org.qtproject.example.testapp' -
i'm trying deploy qt5 application on android (samsung s4). compiles fine, while deploying stops on:
starting debugger "qmlcppengine" abi "arm-linux-android-elf-32bit
in application output got:
unable start 'org.qtproject.example.testapp'. debugging has failed
what can reason?
while viewing logcat report found smth like:
"failed dlopen(): somelib.so cannot find libqt5printsupport.so"
by temporary excluding somlib.so project able run application.
Comments
Post a Comment