Hi!

Hi!

Has anybody ever automated the build of an Android app using Delphi?
If so, could you please share how you did it and what pitfalls I have to look for?

Thanks!

A

Comments

  1. We have created a batch file with the below command. We simply pass the project DPK and the binary output path as parameter to the batch file. You need to modify this according to your IDE's install location.

    Batch file content:
    https://pastebin.com/EWG3jim9

    Installing & running Android app from command line
    http://delphi.org/2013/11/installing-and-running-android-apps-from-command-line/

    ReplyDelete

Post a Comment