Android Question Compil error

Claude Brun

Active Member
Licensed User
Longtime User
hi,
I'm mainly working on B4i, but I've just converted a b4i app to B4xPages.
The B4i part works, on the B4a part I have made the necessary adaptations and I don't see any more errors in the code.
But when compiling, I get the following error:
B4A Version : 12.50
Analyse du code. (0.51s)
Java Version : 14
Building folders structure. (0.14s)
Exécution d'une action personnalisée. (0.16s)
Compilation du code. (0.66s)
Compilation du code des layouts. (0.02s)
Organiser les bibliothèques. (0.00s)
(AndroidX SDK)
Resources de compilation (0.26s)
Resources de chaînage Error
bin\extra\compiled_resources\pl.droidsonroids.gif.zip@values_values.arsc.flat: error: failed to read file: magic value is 0x0a019b0a but AAPT expects 0x54504141.
error: failed parsing overlays.


if I compile sample programs downloaded from the B4x site, I don't get a compilation error
 

Claude Brun

Active Member
Licensed User
Longtime User
Yes, I'm using the B4XGifView V1.12 library

I did a complete installation of B4a by scrupulously following the procedure
Now I have another mistake
B4A Version : 12.50
Analyse du code. (0.56s)
Java Version : 14
Building folders structure. (0.28s)
Exécution d'une action personnalisée. (0.18s)
Compilation du code. (0.47s)
Compilation du code des layouts. (0.08s)
Organiser les bibliothèques. (0.12s)
(AndroidX SDK)
Resources de compilation (1.12s)
Resources de chaînage Error
d:\android\tools\..\extras\b4a_remote\androidx\core\core\1.9.0\unpacked-core-1.9.0\res\values\values.xml:112: error: resource android:attr/lStar not found.
error: failed linking references.


As I rewrite the app little by little, I realize that I have the complil error as soon as I add the DButils library
I use DButils V2.11
 
Last edited:
Upvote 0

Claude Brun

Active Member
Licensed User
Longtime User
I've done this before. I did it again and again made the mistake.
On the other hand, in terms of "required resources" In terms of platforms, there was a choice between Android-28 and Android-33
I had chosen Android-28.
I just did a test with Android-33 and I don't have any more errors
 
Upvote 0
Top