Android Question Cannot find: C:\Program Files\Anywhere Software\B4A\libraries\xuiviews.jar In B4A Version 13.4

Theera

Expert
Licensed User
Longtime User
Althrough I have a new downloaded again,It 's still error. I'm not sure that it is bug,or not?
XUIViews is not equal to XUI Views

B4A Version: 13.40
Parsing code. (0.36s)
Java Version: 19
Building folders structure. (0.23s)
Running custom action. (0.27s)
Compiling code. (0.64s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.22s)
Linking resources (0.95s)
build tools: 36.0.0, android jar: android-36
Compiling generated Java code. Error
Cannot find: C:\Program Files\Anywhere Software\B4A\libraries\xuiviews.jar
 
Last edited:

Theera

Expert
Licensed User
Longtime User
Are you using any B4xLibs?
One possible cause is that a B4xlib you are accessing has a dependency of XUIViews instead of XUI Views.
I wrote manifest.txt for convert b4xlib file.
I wrote XUIViews then I test the app, it has error code. I need to point XUIViews isn't equal to XUI Views when we refer to the XUI Views Library.
 
Upvote 0
Top