Android Question Sync files

arfprogramas

Member
Licensed User
Longtime User
Hello!

Is there a way to sync the files without have to click on the button Sync on IDE?
Like a CustomBuildAction?

Thanks in advance
 

arfprogramas

Member
Licensed User
Longtime User
Thanks for the reply, Erel. Actually, I use this command in my project.
But I still have to click on the Sync button on Files tab, otherwise the IDE will inform on the Logs tab there are missing files.

The case is that I have five build configurations on one project, and each build has some files that are deleted and other that copied from another place. Then, the IDE always shows that error after building: B4XMainPage - 156: File 'xxxxxxxxxx.png' is missing from the Files tab. (warning #17)

Is there a way to sync the Files tab via command line?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Is there a way to sync the Files tab via command line?
No.

You can run a command and sync the files with a ctrl+click link:
B4X:
'Ctrl + click to sync files: ide://run?file=%WINDIR%\System32\Robocopy.exe&args=..\..\Shared+Files&args=..\Files&FilesSync=True
 
Upvote 0
Solution
Cookies are required to use this site. You must accept them to continue using the site. Learn more…