0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Anki-Android/create-build-files.sh
2014-10-06 15:52:43 +09:00

11 lines
319 B
Bash
Executable File

#!/bin/sh
# Build all needed files for ant compilation
# Norbert Nagold (2011)
# You must:
# - Have installed the Android SDK,
# - Have added android to the PATH system variable.
android update lib-project -p deps/appcompat
android update lib-project -p deps/showcaseview
android update project -p . -n AnkiDroid -s