Re-deploy files to your Delphi / C++ Builder mobile application
When deploying files to your mobile device with Delphi / C++ Builder the data and cache directories are not updated regardless of whether you try to clean and re-deploy all files through the IDE. I just read today on link("Delphi G+ groups", "https://plus.google.com/+RobUttley/posts/XTbnYXW89wD"); ?> that one method since XE6 to get around this problem is to use the -cleaninstall run parameter.
Reference: link("Run_Commands_Provide_New_-cleaninstall_Parameter_for_Mobile_Platforms", "http://docwiki.embarcadero.com/RADStudio/XE6/en/What%27s_New_in_Delphi_and_C++Builder_XE6#Run_Commands_Provide_New_-cleaninstall_Parameter_for_Mobile_Platforms"); ?>
