diff --git a/config.sample.py b/config.sample.py index 0001a802..3c4a7227 100644 --- a/config.sample.py +++ b/config.sample.py @@ -2,7 +2,7 @@ #Copy this file to config.py, then amend the settings below according to #your system configuration. -aapt_path = "/path/to/android-sdk-linux_86/platforms/android-4/tools/aapt" +aapt_path = "/path/to/android-sdk-linux_86/platform-tools/aapt" sdk_path = "/path/to/android-sdk-linux_86" ndk_path = "/path/to/android-ndk-r5"