Automate android deployment
-
Hi,
I am trying to make a tool that build my android project every night.
I discovered that the files in android folder are copied by QtCreator instead of qmake.
Can i automate QtCreator?
If not, is there a tool that do android deployment?I tried to mimic QtCreator behavior by hand but it's very complicated.