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?
Is my path on emulator goes wrong like it should be \sdcard\Pictures not /sdcard/Pictures?
Or the coding of Dodo.txt is specified?
Or this app couldn't run on emulator correctly?
Or the DefaultScope of File not "Asset"?
Why are you storing a text file in the Pictures folder ?
It would be easier to use the ASD files directory to store text files.
What version of android is your emulator running?