From 6012a8884dc256c0061e2c053d6ba29a269ae745 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sun, 13 Feb 2011 10:09:15 +0000 Subject: [PATCH] Changed the aapt path in the sample config - should use platform tools --- config.sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"