Strange error

susu

Well-Known Member
Licensed User
Longtime User
My code below used to work well but today it got strange error (screenshot)

B4X:
Dim in As InputStream
in = File.OpenInput(File.DirInternalCache, "today.xml")
parser.Parse(in, "Parser")
in.Close


attachment.php


What is "org.apache.harmony.xml" ??
 

Attachments

  • error.jpg
    error.jpg
    12.5 KB · Views: 355

susu

Well-Known Member
Licensed User
Longtime User
You're right Agraham. My xml file is null so it got error. Thanks for your support.
 
Upvote 0
Top