aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-05-27 20:59:17 +0200
committerrsudev <rasch@munin-soft.de>2013-05-27 20:59:17 +0200
commit15805e4f3147fcf9128aae87f42b5c2131ad5afa (patch)
tree980e6b91b88fa489113bd57ba061ca8fa95efdea /README.md
parent484a55e68f0d54ea4980c7f9f21bc569b3b9bead (diff)
downloadcgeo-15805e4f3147fcf9128aae87f42b5c2131ad5afa.zip
cgeo-15805e4f3147fcf9128aae87f42b5c2131ad5afa.tar.gz
cgeo-15805e4f3147fcf9128aae87f42b5c2131ad5afa.tar.bz2
Added okapi-key documentation to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 80950d4..0d79262 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ If the workspace directory name contains a space and leads to errors in the -dex
4. edit `local.properties` (see comments in the file)
5. copy `./main/templates/mapsapikey.xml` to `./main/res/values/`
6. edit `./main/res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
+7. copy `./main/templates/ocde_okapi.xml` to `./main/res/values/`
+8. request your personal ConsumerKey and -Secret at [opencaching.de OKAPI signup](http://www.opencaching.de/okapi/signup.html)
+9. edit `./main/res/values/ocde_okapi.xml` and insert your keys there.
### Building with Ant ###
@@ -76,6 +79,8 @@ the class under test.
Every class can be "Run As" (or "Debug As") an [Android JUnit Test](http://developer.android.com/guide/topics/testing/testing_android.html) from Eclipse.
To run all tests use the same "Run As" menu item from the context menu of the test project.
+For tests to run successfully you need to configure c:geo on the emulator that runs the test with a valid geocaching.com account. In order for all tests to be successfull the account needs to be premium.
+
License
-------