This commit is contained in:
ThomasV 2018-03-02 19:33:33 +01:00
parent 3a38c251ac
commit f93c3d79d7
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ Update your Android build tools to version 27 like described above.
## Why do I get errors like `(use -source 7 or higher to enable multi-catch statement)` while compiling?
Make sure that your p4a installation includes commit a3cc78a6d1a107cd3b6bd28db8b80f89e3ecddd2.
Also make sure you have recent SDK tools and platform-tools
## 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}`