marchomal 0 Posted December 10, 2021 Hello, I implement my Android application using this command from the command line: msbuild /target:Build /target:Deploy /p:config=Release;platform=Android64 "myapp.dproj " Using these options for "msbuild" does not include the files in the "asset/internal" directory. Deploy program from "Delphi IDE" works. What have I forgotten? Sincerely Share this post Link to post
Dave Nottage 557 Posted December 10, 2021 5 minutes ago, marchomal said: What have I forgotten? Nothing. Unfortunately you need to deploy at least once from the IDE before your automated build will deploy. See: https://quality.embarcadero.com/browse/RSP-11395 https://quality.embarcadero.com/browse/RSP-15962 https://quality.embarcadero.com/browse/RSP-27605 Share this post Link to post