Ran into kivy/buildozer#451 recently. Previously on the old toolchain this functionality for my app was working, and as I had fallback imports as lxml documentation advises, I didn't notice it had stopped working. However I did add more xml related features on desktop and this caused the android version to break silently.
Basically lxml has etree.so and objectify.so which are binary (cython), and need to be recompiled for use in android. I would append this to #464 but it was closed as being too generic (I think).