How do I fix Error 702 in my app?

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.

image

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.

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 ?

1 Like