The ide says "The following libraries should be distributed in the libs folder:" when compiling with the MergeLibraries attribute being set to False.
It is possible to use CutsomBuildAction to copy all the relied jar files to the libs folder. But I think it would be more convenient if the ide can just do this for us.
I think it will be easier to update and share libraries. And as I use too many libraries, the jar size is over 30MB, which takes time to compile.
I also want to add libraries by just placing new jars in the libs folder so that ABPlugin can run without modifying the main program. But I find it not possible.