View Single Post
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#265
Originally Posted by solbrit View Post
What's the difference between launching an app on the device from the SDK and launching it from the desktop file on the device?
I'm working on an app that gets output from at text file and edits it through Python (PyOtherSide) and when launched from the SDK (by copying binaries or deploying as RPM) it works as expected without any errors, but when I try to run it from the created desktop file nothing happens.
I think main diff is the SDK provides background libs (probably incorrect, but started working on porting Qgo (game client for the game of go), in order to see what is missing on the right hand side had to DL/setup standard QtCreator with VS and modify the source, result is: build/run -> working program with net connectivity and all, running the resulting binary outside of creator cries lack of Qtxxx.dll), expecting the same, though rpm should probably have the correct dependencies in place. Check what error msg is thrown when you exectute it on the phone from fingerterm
 

The Following User Says Thank You to szopin For This Useful Post: