Hi I'm a highschool student tasked to make a note app so I followed a tutorial on YouTube
When I finally finished making the app there's a problem on saving the notes it says
"Error 2104 cannot write to file" here is my blocks I need help please
Here is the vid where I got my blocks from I followed the exact thing
You missed the „/“ within your join blocks
I did that and still shows error 2104 I don't know how to fix it
Please provide the complete error message
What are the values you entered in the textboxes?
Use the companion app and 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
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
Hi the full error message is "Error 2104: Cannot write to file /storage/emulated/0
i did the "Do it" and it showed this
You forgot to enter a filename
Instead of the Textbox3.Text block try a filename like myText.txt
Taifun
like this? if it is i tried it now it shows a diffrent error "error 2103: The file /storage/emulated/0/myText.txt could not be created"
What android version are you testing on?
What is you default filescope?
Set the FileType to App (which is the default)
Taifun