0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
2010-07-13 22:40:11 +09:00
assets More work on i18n: deleted PreferenceCategory on deck_preferences.xml (it was redundant), extracted strings from AndroidManifest.xml, internationalized About and included Catalan language. 2010-04-07 14:20:53 +02:00
res Added German, Romanian, Swedish 2010-07-13 22:40:11 +09:00
src/com Code and resource housekeeping to remove Eclipse errors and warnings. 2010-05-24 11:27:52 -07:00
tools Copied translations from Crowdin, fixed some. Python script to make it a bit faster 2010-07-13 22:28:06 +09:00
.gitignore Added IntelliJ ignores 2010-05-05 16:33:23 +02:00
AndroidManifest.xml Missing modifications 2010-05-11 17:02:33 +01:00
build.properties added build.xml + config 2009-10-01 09:24:16 +01:00
build.xml sdk-location has been renamed to sdk.dir 2010-05-31 01:16:06 +02:00
COPYING Veecheck 2.0 library integrated and minor modifications (function intentToString in PrefState.java) to make it work like we expected (Veecheck is a library that allows us to check automatically for new updates and notify the user about them) 2009-12-01 18:54:40 +01:00
country-capitals.csv Changed CSV format for import by Anki, updated sample Anki file based on CSV file modified by gravel 2010-02-05 22:53:52 +09:00
default.properties Changed the project build target and included targetSdkVersion on AndroidManifest.xml. 2010-02-17 09:04:13 +01:00
README sdk-location has been renamed to sdk.dir 2010-05-31 01:16:06 +02:00

AnkiDroid: Anki on Android
See http://ichi2.net/anki/wiki/AndroidAnki

=== Running with Ant ===

1. Create a "local.properties" file containing the path to the Android SDK, for instance:
sdk.dir=/home/nico/programs/android-sdk

2. Plug in your Android phone via USB and run the following command: ant install-device

3. To install on an emulator run: ant install-emulator