I noticed two issues / bugs (File and Image component in connection with Screen.HighQualityImages):
- As soon as
HighQualityImagesis 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 theImagecomponent orHorizontal_Arrangement.Image.
See also here: What is the correct path to read ASD files now? - #43 by bodymindpower
Note: Both paths should basically work:
/storage/emulated/0/Android/data/io.makeroid.companion/files/1.jpg
/sdcard/Android/data/io.makeroid.companion/files/1.jpg
File.Exists filedoes not work on Android 11.
ImageFileComp_issues.aia (196.7 KB)
