Hi
I try to run in my application the AppUpdating 2 library
When I run the application I get one error in line ApkUpdt.ReadWebVN
The error I get says
I check my long.inf file and the format is UTF8.
Inside the file for the moment I have
Anything else I can check?
Thank you.
I try to run in my application the AppUpdating 2 library
When I run the application I get one error in line ApkUpdt.ReadWebVN
The error I get says
B4X:
Activity Height: 752 - Activity Width: 1280
17
sending message to waiting queue of uninitialized activity (subscribetotopics)
SDK#: 25 - UseFP: true - SharedFolder: /data/user/0/gr.long.view/files/shared
---- AppUpdating.ReadCurVN
Current Version: 1.32
UpdateComplete - time: 18:34:00
Running apk version: 1.32
---- AppUpdating.ReadWebVN
IsValidComplete start
before
Error occurred on line: 121 (cl_appupdate)
java.lang.NumberFormatException: empty String
at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1071)
at java.lang.Double.parseDouble(Double.java:547)
at anywheresoftware.b4a.debug.RDebugUtils.numberCast(RDebugUtils.java:58)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:348)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:193)
at anywheresoftware.b4a.shell.DebugResumableSub$RemoteResumableSub.resume(DebugResumableSub.java:22)
at anywheresoftware.b4a.BA.checkAndRunWaitForEvent(BA.java:267)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:137)
at anywheresoftware.b4a.BA$2.run(BA.java:387)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6186)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
I check my long.inf file and the format is UTF8.
Inside the file for the moment I have
B4X:
ver=1.33
<ChangeLog>
1) Auto update 1
2) Auto update 2
</ChangeLog>
<FileSize>
1456777
</FileSize>
Anything else I can check?
Thank you.