Closed AndreMiras closed 5 years ago
I have a working fix in the branch, but it relies on https://github.com/kivy/buildozer/pull/822 to be merged.
Basically we need to reduce p4a verbosity via log_level = 1
in buildozer.spec
. But there's a buildozer bug where reduced verbosity doesn't make it possible to auto accept license.
See green build https://travis-ci.org/AndreMiras/EtherollApp/builds/491113890
Fixed in e826d09
After the
feature/buildozer_and_p4a_update
migration, Travis Android run is failing. This is because the upstreambuildozer
change withsdkmanager
is being too verbose for the downloads leading to Travis logs exploding. To fix it we probably need to make the sdk update less verbose upstream