Android Question [SOLVED] ViewsEx & XUI do not update ... ?

palpedrinha

Member
Licensed User
Longtime User
Hi All,

I'm getting/having a strange issue related to library versions. I have updated (download and install) the latest libraries for ViewsEx and XUI, however, when selecting those libraries, the version remains the oldest version before updating them ...

libraryupdate.png


Not sure if I made something wrong, but I did follow all the steps and can't solve this.
Appreciate any help on this.

Thanks
Pedro
 

DonManfred

Expert
Licensed User
Longtime User
Make sure to copy internal libraries into the internal library folder (b4a\libraries\) and not into the additional library folder.

That said: check if there is any of these libs in the additional folder and remove them from there.
 
Last edited:
Upvote 0

palpedrinha

Member
Licensed User
Longtime User
Are you copying the library files to folder Libraries or Additional folder?
Make sure to copy internal libraries into the internal library folder (b4a\libraries\) and not into the additional library folder.

Hi Aeric and DonManfred,
Yes, I did it.

libraryupdate2.png


Where did you download these libraries.
They are now 'standard' libraries shipped with B4A !
Latest versions:
ViesEx version 1.30
XUI version 1.85

Hi Erel,

I did check my library versions before doing the update.
I download it from this link: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-616520

Thanks
Pedro
 
Upvote 0

palpedrinha

Member
Licensed User
Longtime User
make sure not to have the same library in the additional library folder.

Hi DonManfred, yes already check it and there is no duplications.

However, after your comment I did a search in the disk for any of those files and ... MY BAD!!!

"D:\Basic4Android" is a resource folder and not the installation folder of B4A. :( ... and I did forgot it! :confused::confused::confused:

Problem solved! Thank you all for your patience and help.
Thanks

Pedro
 
Upvote 0
Top