1
0

android build: update p4a, buildozer, base ubuntu

also, pull in upstream p4a dockerfile changes
https://github.com/kivy/python-for-android/pull/2231
https://github.com/kivy/python-for-android/pull/2218
This commit is contained in:
SomberNight
2020-06-30 20:18:22 +02:00
parent 9547a4e60c
commit 528c8c674c
2 changed files with 22 additions and 25 deletions

View File

@@ -63,7 +63,7 @@ folder.
## FAQ
### I changed something but I don't see any differences on the phone. What did I do wrong?
You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/{build,dists}`
You probably need to clear the cache: `rm -rf .buildozer/android/platform/build-*/{build,dists}`
### How do I deploy on connected phone for quick testing?