Deploying Qt Application on Android is really slow? -


as may know there 3 ways deploy qt application on android :

  1. use ministro service install qt
  2. deploy local qt libraries temporary directory
  3. bundle qt libraries in apk

the first method takes 30 seconds , needs install apk . ministro. second takes 1 minute me ! , anytime try run program qt creator pushes qt libraries device. third 1 makes .apk file big , again takes 1 minute me.
think situation that's not reasonable develop android application using qt. there way make deploying process faster?

almost full year since op , things have not changed @ all. deployment of 7 mb apk takes on minute , half project compiles in 5 seconds. reason answering not problem got resolved, offer alternative solution.

i've implemented "workaround" consisting of 2 applications work in tandem - 1 on pc , 1 on device - created compile files remotely, turned out faster alternative deployment well. on host create application launches compilation in separate process, when done copy product file on network device deploy. besides remote compilation reduced time deploy 10 seconds, can live that.


Comments

Popular posts from this blog

ruby on rails - Permission denied @ sys_fail2 - (D:/RoR/projects/grp/public/uploads/ -

c++ - nodejs socket.io closes connection before upgrading to websocket -

python - PyQt: Label not showing correct number of length -