Android Question AppUpdating 2.0 - Error adding JAR file.

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Trying to use the AppUpdating lib here:

When I add the AutoUpdate JAR file I get the error below in the IDE.
1664705115775.png


I do not believe I have a okhttputils2.xml in the lib folder
Ideas? Thoughts?

Using B4A 11.8
 
Solution
Version 2.05 appears to be the AppUpdating.b4xlib download in the original thread. Here is its' manifest. From a quick look at the code in original AppUpdating.jar it seems it imports the old okhttputils2 jar which may be the source of the error, though it's not a very helpful error. As far as I can tell you only need the new AppUpdating.b4xlib so you can delete the AppUpdating.jar and xml from your library.
B4X:
Version=2.05
Supported Platforms=B4A
B4A.DependsOn=JavaObject, OkHttpUtils2, Phone, Reflection, RuntimePermissions

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Just noticed I am using V2.00 of the JAR and it says there is a 2.05 but cannot seem to find it in the search.
 
Upvote 0

JakeBullet70

Well-Known Member
Licensed User
Longtime User
A freshly installed copy of b4x 11.8 on one of my VM's - not even setup yet.
The error comes when I add the AppUpdate JAR file.

Anyone know where I can find AppUpdate JAR 2.05? I have searched for it but cannot find it.


1664707336358.png
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
Version 2.05 appears to be the AppUpdating.b4xlib download in the original thread. Here is its' manifest. From a quick look at the code in original AppUpdating.jar it seems it imports the old okhttputils2 jar which may be the source of the error, though it's not a very helpful error. As far as I can tell you only need the new AppUpdating.b4xlib so you can delete the AppUpdating.jar and xml from your library.
B4X:
Version=2.05
Supported Platforms=B4A
B4A.DependsOn=JavaObject, OkHttpUtils2, Phone, Reflection, RuntimePermissions
 
Upvote 0
Solution

udg

Expert
Licensed User
Longtime User
Hi all, just found this thread.
Did you solve the problem? Anything I can do for you?
 
Upvote 0
Top