Wish different folder for compilation

marcick

Well-Known Member
Licensed User
Longtime User
I don't know if I'm the only one with this kind of wish, but may be this can be considered.
I have moved some b4a projects on dropbox so it's easy to work on them from different locations.
But everytime I compile, also if I have changed just one row of source code, also the whole object folder (several MB) needs to be updated on dropbox. I would not need it and prefer that anything is produced from the compilation is located in a local folder and not dropbox. This would save much internet traffic.
Marco
 

JonPM

Well-Known Member
Licensed User
Longtime User
I do the same except I use Google Drive (with the Drive app installed on computer). Google Drive will only update changed files, not the entire directory.
 

marcick

Well-Known Member
Licensed User
Longtime User
DropBox too works on the changed files, but for example my apk is about 5MB and I don't need it is sent to dropbox everytime i compile.
 

JonPM

Well-Known Member
Licensed User
Longtime User
Ah, I see. I usually turn off sync as I'm writing code and turn back on when I'm done
 
Top