c:geo is a simple yet powerful unofficial geocaching client for Android devices. In contrast to other similar applications, c:geo doesn't require a web browser nor file exports. You can just go geocaching with your phone and without any home preparation or worries. Of course, you can go without paying - it's free.
Fork the project source code on github:
git clone git://github.com/cgeo/c-geo-opensource.git
- Install an Eclipse distribution for your OS from http://eclipse.org/downloads/ (you may choose the Java developers distribution).
- Start Eclipse, choose any directory as workspace. Close the welcome screen, if it appears.
- After the workbench has started, select File | Import | Install | Install Software Items From File and select a locally downloaded copy of https://github.com/cgeo/c-geo-opensource/tree/master/main/project/eclipse%20installation/cgeo%20eclipse%20components.p2f. This way you can easily install all necessary plugins.
- After forking the project you should import the two Eclipse projects in your workspace with File | Import | Projects from Git.
- Android SDK r14 including Google APIs V8
- Ant 1.6.0+ for building c:geo on the command line (not necessary when using only Eclipse)
- If you use Microsoft Windows, Google USB Driver to install the application on the smartphone
c:geo sources and executables are located in the main
directory. Tests are located in the tests
directory.
If the workspace directory name contains a space and leads to errors in the -dex Ant target, then you need to set the property "basedir" in your local.properties
to the 8.3 name of the directory where this script is located on your disk.
- copy
./main/templates/private.properties
to./main/
- edit
private.properties
(see comments in the file) - copy
./main/templates/local.properties
to./main/
- edit
local.properties
(see comments in the file) - copy
./main/templates/mapsapikey.xml
to./main/res/values/
- edit
./main/res/values/mapsapikey.xml
and insert your Maps API key (see comments in the file)
Run one of the following commands in ./
ant help
ant clean
ant debug
ant release
or use the Ant view of Eclipse
- Add android:debuggable="true" in the application settings of
AndroidManifest.xml
- In Eclipse, create a Debug Configuration for an Android Application using the menu Run->Debug Configurations
The Test classes can be found in the project cgeo-os-test. Test classes should be located in the same package as the class under test. Every class can be "Run As" (or "Debug As") an "Android JUnit Test" from Eclipse. To run all tests use the test suite in CgeoTestSuite in package cgeo.geocaching.test. Further information can be found at http://developer.android.com/guide/topics/testing/testing_android.html
c:geo is distributed under Apache License, Version 2.0.
- original author: Radovan Paska aka carnero
- questions: [email protected]
- website: http://www.cgeo.org/
- support: [email protected]
- twitter: http://twitter.com/android_gc
- facebook: http://www.facebook.com/android.geocaching