I don't understand your word "Replace the stringbuilder that is built-in(core) to B4X" how I do
I agree: even I don't understand it when half of the sentence is left off.
What I wrote (asked) was:
Did you try make your own StringBuilder library, to replace the StringBuilder that is built-in (Core) to B4X?
The error message you showed us was:
which is looking for a library called stringbuilder(.jar) which is not required by and does not exist in a standard B4J or B4A installation (at least, not the ones on my computer here).
So it appears like you are trying to create a
new library called stringbuilder, and confusing the B4A/B4J compiler... and me too. If you are creating a new library,
give it a different name, and especially not a name that clashes with existing Core elements.
Perhaps call it
NewAndImprovedStringBuilderByTheera so that it is impossible for B4A/B4J to confuse it with the built-in (Core) StringBuilder.