AndroidBasicsLibrary
AndroidBasicsLibrary copied to clipboard
Xiaomi Phone JSON support
Somehow the Xiaomi phones are unable to parse the JsonModel properly and getting null in all the fields of the model variables.
I got error on my new application
/data/user/0/com.admintaponkatul.taponkatul/files/NEWS_FILE.txt: open failed: ENOENT (No such file or directory)
What is the meaning?
You are probably reading a file using FileManager.read which does not exist. In that case it Logs an error for the same. Did this lead to a crash, or just a log?