Android Question Jobdone and FileNotfoundException ??

MarcoRome

Expert
Licensed User
Longtime User
Hi all.
I have one error that never see first ( in Jobdone ) . And no all time... is random
The error i have in this line code:
B4X:
Private Sub JobDone(job As HttpJob)

    If job.Success Then
        Dim res As String
        res = job.GetString '<----- HERE I HAVE ERROR
....

2015-07-19 14.02.18.png


I utilize this library:
Immaginelibrary.png


In attachment source.
Any idea ?
Thank you
Marco
 

Attachments

  • ValidatePhone-Example.zip
    10.2 KB · Views: 103

MarcoRome

Expert
Licensed User
Longtime User

Yes i sse this DonManfred. But error is another thing. I see that when i compile e click F11 ( Restart ) as immagine:

Immagine2.png


i have this error. But i compile in Run mode ( F5 ) i havent this error.
Maybe ( i'm almost sure ) with restart F11 dont clear cache and so i have this error.
Thank you anyway for your support
Marco
 
Upvote 0
Top