Copy files from the assets to the ASD and move them there to another filename. If this file already exists, the app crashes (Companion & APK). You must delete the target file beforehand. In addition, the File.Exists method does not work for the assets with the APK.
it crashes because the image1.png file no more exists after clicking on Image1 component. Should we create a FileNotFoundException event ? . And inside the MoveFile block, we can check whether the file exists. if not, we can trigger the event instead of crashing the app.
This bug is confirmed and we are working on it. BTW, Do you face this issue in Ai2 also ?