chiark / gitweb /
Changed the aapt path in the sample config - should use platform tools
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 13 Feb 2011 10:09:15 +0000 (10:09 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 13 Feb 2011 10:09:15 +0000 (10:09 +0000)
config.sample.py

index 0001a802e3f6a3371a2ab07ff766d133583f820a..3c4a722758d62255dc395cb4635a765036dd141c 100644 (file)
@@ -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"