When I use build-tools below 25, buildozer will choose ant for build, but the android.add_jars option will not take effect. Then I check the code and found the reason. When I use android.add_jars option, jars will copy to src/main/libs but not the libs, so ant will not find the jars.