I use this line to build the apk of my delphi application (berlin):
MSBuild myapp.dproj / p: Config = Release / p: Platform = Android / t: Build; Deployment
but I donβt know how to configure the application store configuration or development (what we do in the project manager> target platform> Configuration
which correct parameter to use?
user7847746
source
share