Theera Expert Licensed User Longtime User Aug 12, 2025 #1 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 Click to expand... Last edited: Aug 12, 2025
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 Click to expand...
stevel05 Expert Licensed User Longtime User Aug 12, 2025 #2 Are you using any B4xLibs? One possible cause is that a B4xlib you are accessing has a dependency of XUIViews instead of XUI Views. Upvote 0
Are you using any B4xLibs? One possible cause is that a B4xlib you are accessing has a dependency of XUIViews instead of XUI Views.
Theera Expert Licensed User Longtime User Aug 13, 2025 #3 stevel05 said: Are you using any B4xLibs? One possible cause is that a B4xlib you are accessing has a dependency of XUIViews instead of XUI Views. Click to expand... 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
stevel05 said: Are you using any B4xLibs? One possible cause is that a B4xlib you are accessing has a dependency of XUIViews instead of XUI Views. Click to expand... 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.