Hi Erel,
Now I found the root cause of this problem, however I don't know what to do to solve the problem!
How I found the root cause:
I used Java Decompiler (for learning purpose only) to decompile my two APKs to find the differences between them ( The first APK was compiled with B4A IDE, the other one was compiled with B4ABuilder). After comparing, I can see that the APK compiled with B4ABuilder doesn't contain the classname of my library. This problem happened when I used this library. If I don't use this library in my project, the APK compiled with B4ABuilder works just fine.
So I can draw a conclusion that:
B4ABuilder doesn't include my lib in the compiled APK (The other libraries work just fine except my lib)
How can I solve this problem?