Jump to content
Sign in to follow this  
marchomal

Compile with msbuild for android for deploy

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×