From f93c3d79d7f9d07db14728196728188086bb10de Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 2 Mar 2018 19:33:33 +0100 Subject: [PATCH] fix #3740 --- gui/kivy/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/kivy/Readme.md b/gui/kivy/Readme.md index 4398283f..3e66d207 100644 --- a/gui/kivy/Readme.md +++ b/gui/kivy/Readme.md @@ -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}`