AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

Travis Docker Android run fail #126

Closed AndreMiras closed 5 years ago

AndreMiras commented 5 years ago

After the feature/buildozer_and_p4a_update migration, Travis Android run is failing. This is because the upstream buildozer change with sdkmanager 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

AndreMiras commented 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

AndreMiras commented 5 years ago

Fixed in e826d09