12-21-2012 11:20 AM
This is what I get with real device:
$ blackberry-deploy -launchApp 169.254.0.1 ../tri.bar -password 0000
Info: Sending request: Launch
Info: Action: Launch
Info: Launching com.AvisDx.TriQuick.testDev_Dx_TriQuicke9e4bb10...
Error: Failed to create application process: Can't access shared library
It's weird that the name of shared library is not mentione.
12-21-2012 03:06 PM
12-22-2012 02:07 AM
borceg wrote:
Can you make bar file directly form QtCreator ?
Only for debug purposes, because QtCreator always builts BAR with -devMode.
button inside of their post.
12-22-2012 09:51 AM
It's not a problem with packaging. I have to admit I am puzzled... puzzled by weird part of the output posted above that does not say which library can't be found. Usually missing library is explicitely listed.
12-25-2012 11:50 AM
Problem was not in shared libraries or compiler flags.
There was an error in packaging - relative path in bar.xml pointed to
wrong executable (when I was packing from command-line in another directory).
button inside of their post.
12-25-2012 12:19 PM