I am considering using JiBXfor a project that should run on both Blackberry and RIM. Although it seems that J2MEcommunity use has JiBXbeen reviewed by the community (according to JiBX jira tickets), Android is relatively new.
Therefore, the question arises: did anyone have any success (or problems, for that matter) using JiBX on Android, or any other libraries that need to modify the class bytecode during assembly?
There have been discussions about how such libraries should be run on Android (compared to those using runtime bytecode toolkits), but I have not seen too many reports that people are really trying to do this.
source
share