mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Changed the aapt path in the sample config - should use platform tools
This commit is contained in:
parent
01266c51d3
commit
6012a8884d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue