Hello!
I'm trying to make an app that for reading dodocode of Animal Crossing.
And I'm using ACNHOrderbot for auto fetch dodocode, it will save dodocode as a file named Dodo.txt at my computer automatically.
What I wanted to do is make an app that read that Dodo.txt file every 5 second and upload it to CloudDB.
This app will run on LDPlayer(an Android emulator for Windows 10) on computer, and it will sync file in /sdcard/Pictures on emulator and C:\Users\cyrus\Desktop\Android emulator\new on computer.
So I try to read Dodo.txt in /sdcard/Pictures using File.
But it shows an error: Error 2101: The file /storage/emulated/0/Pictures/new/Dodo.txt could not be found...
What's wrong?
(blocks are not completed, but the basic block are made.)

(Dodo.txt)