Error: mit app inventor Error 702: Unable to prepare /storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/filesmyRecordings/.
Code:
How do I fix this?
Alarm_Use_Button is used to start soundRecorder.
Alarm_Use_Button_2 is used to stop soundRecorder.
TIMAI2
June 18, 2022, 11:59pm
2
Put a /
in front of myRecordings/
to make /myRecordings/
1 Like
If I do that, I get: file:///myRecordings/ with three slashes at the start. It gives me a different error that I was able to fix by removing the first slash.
TIMAI2
June 19, 2022, 8:51am
4
RanchDressing:
file:///myRecordings/
Not sure "where" you get the above. With my suggested change, your global folder
should be:
/storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/myRecordings/
Your android version ?
Your filescope setting in Screen1.properties in designer ?