From: Ciaran Gultnieks Date: Sun, 13 Feb 2011 10:09:15 +0000 (+0000) Subject: Changed the aapt path in the sample config - should use platform tools X-Git-Tag: 0.1~1466 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6012a8884dc256c0061e2c053d6ba29a269ae745;p=fdroidserver.git Changed the aapt path in the sample config - should use platform tools --- 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"