Hello.
I'm having a serious error in my app but i don't understand where is the problem.
Everything running well in emulator, but on my phone it's crushes.
Here is the log:
I'm having a serious error in my app but i don't understand where is the problem.
Everything running well in emulator, but on my phone it's crushes.
Here is the log:
B4X:
JobName = job2, Success = true
--------- beginning of crash
java.lang.RuntimeException: java.io.FileNotFoundException: /data/user/0/com.cip.droid.ipx800/cache/4 (No such file or directory)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:233)
at anywheresoftware.b4a.BA$2.run(BA.java:370)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6938)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
Caused by: java.io.FileNotFoundException: /data/user/0/com.cip.droid.ipx800/cache/4 (No such file or directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:287)
at java.io.FileOutputStream.<init>(FileOutputStream.java:223)
at anywheresoftware.b4a.objects.streams.File.OpenOutput(File.java:448)
at anywheresoftware.b4a.samples.httputils2.httputils2service._hc_responsesuccess(httputils2service.java:173)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:196)
... 8 more