Taifun
July 23, 2021, 6:38pm
7
let me guess, is it always Recording1.mp3?
check the File.Exists method… you are currently using a relative path… try for example a complete path and use Do it to find out what is going on…
see also some tests from @bodymindpower here
I noticed two issues / bugs (File and Image component in connection with Screen.HighQualityImages):
As soon as HighQualityImages is set to true, the ASD needs this path
/sdcard/Android/data/io.makeroid.companion/files/1.jpg
to be able to display an image with the Image component or Horizontal_Arrangement.Image.
See also here: https://community.kodular.io/t/what-is-the-correct-path-to-read-asd-files-now/133107/43
Note: Both paths should basically work:
/storage/emulated/0/Android/data/io.…
EDIT 1: use Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools
EDIT 2: which Android version are you using for your tests?
Taifun
1 Like