Android Question [Solved] XUI Views Example Problem

Cebuvi

Active Member
Licensed User
Longtime User
Hello,

I have downloaded the XUI Views Example file and compiling it produces this error.

B4A Version: 9.50
Java Version: 11
Parsing code. (0.12s)
Building folders structure. (0.05s)
Compiling code. (0.46s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.16s)
Compiling generated Java code. (3.10s)
Convert byte code - optimized dex. (1.11s)
Packaging files. Error
warning: overwriting 'b4xlibs\Files\b4xinputtemplate.bal' with '..\Files\b4xinputtemplate.bal'
warning: overwriting 'b4xlibs\Files\datepicker.bal' with '..\Files\datepicker.bal'
warning: overwriting 'b4xlibs\Files\datetemplate.bal' with '..\Files\datetemplate.bal'
warning: overwriting 'b4xlibs\Files\listtemplate.bal' with '..\Files\listtemplate.bal'
warning: overwriting 'b4xlibs\Files\longtexttemplate.bal' with '..\Files\longtexttemplate.bal'
warning: overwriting 'b4xlibs\Files\searchtemplate.bal' with '..\Files\searchtemplate.bal'
..\Files\Dialog.css: error: File is case-insensitive equivalent to: b4xlibs\Files\dialog.css

AAPT path: C:\android_sdk_0917\tools\..\build-tools\28.0.3\aapt.exe
Exit code:1


I am working with B4A with other apps and it doesn't give me any problems.

What could be the problem?.

Thank you
 

Cebuvi

Active Member
Licensed User
Longtime User
After cleaning the project, the problem continues.
I attached the zip file.
Thanks.
 

Attachments

  • XUI Views Example.zip
    15.6 KB · Views: 223
Upvote 0

Cebuvi

Active Member
Licensed User
Longtime User
Yes, everything is correct




2020-01-26_171520.jpg
 
Upvote 0

Cebuvi

Active Member
Licensed User
Longtime User
I follow the instructions but when downloading OpenJDK 11 + OpenJFX 11 from the download link I only have the file jdk-11.0.1.
Should I download OpenJFX 11 separately? In the affirmative case, do I have to in the same folder c: \\java?
 
Upvote 0

Cebuvi

Active Member
Licensed User
Longtime User
I still have the same problem.
When updating the SDK with B4X sdk Manager this error appears to me.

2020-01-27_114659.jpg
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
When updating the SDK with B4X sdk Manager this error appears to me.
This is a warning that should be ignored.

Run the project in release mode. Zip the project folder (NOT with File - Export as zip), including all nested folders and upload it. You will probably need to upload it to Google drive or a similar service and post the link.
 
Upvote 0

Cebuvi

Active Member
Licensed User
Longtime User
I don't know how, but that must be the problem. I have had to decompress the library in the same folder.
I have tried decompressing the example in a new folder, those files do not appear and everything works.
I am very sorry for the time I have wasted.
 
Upvote 0

Cebuvi

Active Member
Licensed User
Longtime User
All perfect.
Thank you very much and congratulations for your great work and future changes.
César
 
Upvote 0
Top