diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2015-08-17 23:30:36 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2015-08-17 23:30:36 +0200 |
commit | fc235833d44e20f8901fe5ef80c5e85725fedfe8 (patch) | |
tree | 9d9376fec40dc4939fc25e03898f0a536884a198 /examples/cross_calculator/android | |
parent | 69b32637b1f12000b64fa4db452323dc30b3567f (diff) | |
download | Nim-fc235833d44e20f8901fe5ef80c5e85725fedfe8.tar.gz |
Removes dead references.
Diffstat (limited to 'examples/cross_calculator/android')
-rw-r--r-- | examples/cross_calculator/android/readme.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/cross_calculator/android/readme.txt b/examples/cross_calculator/android/readme.txt index 51fa9c6fd..96bd403ca 100644 --- a/examples/cross_calculator/android/readme.txt +++ b/examples/cross_calculator/android/readme.txt @@ -20,11 +20,5 @@ installed on your system, you can simply run "ant debug" to build everything. Once the apk is built you can install it on your device or emulator with the command "adb install bin/CrossCalculator-debug.apk". -You can use this example as a starting point for your project or look at the -history of the github project at https://github.com/gradha/nimrod-on-android. -That repository documents the individual integration steps you would take for -any Android project (note it uses Eclipse rather than ant to build and -therefore the build process requires more manual fiddling). - This example runs against the Android level 3 API, meaning devices from Android 1.5 and above should be able to run the generated binary. |