Android / Huawei: Java.io.filenotfoundexception: /data/cust/xml/hw_launcher_load_icon.xml: Open Failed: Enoent (no Such File Or Directory)
I programmed a simple App an I alway get the Logcat message (system.err): java.io.FileNotFoundException: /data/cust/xml/hw_launcher_load_icon.xml: open failed: ENOENT (No such
Solution 1:
It's a bit late, but may be it helps other people who may still stumble across this:
This error is not an actual error of the app itself, it's a follow-up error of an uncaught exception within the app that actually crashed the app. Run the app again on a different device and/or emulator, reproduce the same steps that lead to this "FileNotFoundException", and you will actually see the real exception that was hidden on the Huawei. I don't know what Huawei is doing there, but it's definitely not helping developers writing and testing software.
Post a Comment for "Android / Huawei: Java.io.filenotfoundexception: /data/cust/xml/hw_launcher_load_icon.xml: Open Failed: Enoent (no Such File Or Directory)"