Automate android deployment
Installation and Deployment
1
Posts
1
Posters
602
Views
1
Watching
-
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.