1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-08 10:10:10 +02:00

Changed the aapt path in the sample config - should use platform tools

This commit is contained in:
Ciaran Gultnieks 2011-02-13 10:09:15 +00:00
parent 01266c51d3
commit 6012a8884d

View 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"