aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUILDNOTES11
-rw-r--r--build.xml6
2 files changed, 6 insertions, 11 deletions
diff --git a/BUILDNOTES b/BUILDNOTES
index 9e5877f..b7185d7 100644
--- a/BUILDNOTES
+++ b/BUILDNOTES
@@ -1,6 +1,6 @@
+------------------------------------------------------------------------------+
| |
-| Building c:geo opensource |
+| Building c:geo open source |
| |
+------------------------------------------------------------------------------+
@@ -9,10 +9,12 @@ I. Prerequisites
- Android SDK 2.2 including Google APIs V8
- Google USB Driver package to install the application on the smartphone
- ant 1.6.0+ for building c:geo on the command line
-
+
II. Known limitations
- If the workspace directory name contains a space the ant target -dex will fail. Adjust the basedir in build.xml in this case.
+ 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.
III. Ant
@@ -28,7 +30,7 @@ III. Ant
ant clean
ant debug
ant release
- or use the Ant view
+ or use the Ant view
IV. Other (only once before your normal build)
@@ -45,4 +47,3 @@ V. Debugging
1. Add android:debuggable="true" in the application settings of AndroidManifest.xml
2. Create a Debug Configuration for an Android Application
- \ No newline at end of file
diff --git a/build.xml b/build.xml
index cbf44ce..707c445 100644
--- a/build.xml
+++ b/build.xml
@@ -1,10 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-If the workspace directory name contains a space and leads to errors in DEX,
-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.
- -->
-
<project name="cgeo">
<property file="local.properties" />