0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
Anki-Android/create-build-files.sh

11 lines
319 B
Bash
Raw Normal View History

#!/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.
2014-04-05 06:06:14 +02:00
android update lib-project -p deps/appcompat
2014-10-06 08:52:43 +02:00
android update lib-project -p deps/showcaseview
2014-04-05 06:06:14 +02:00
android update project -p . -n AnkiDroid -s