aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/README
diff options
context:
space:
mode:
Diffstat (limited to 'phonegap/README')
-rw-r--r--phonegap/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/phonegap/README b/phonegap/README
new file mode 100644
index 000000000..33249369e
--- /dev/null
+++ b/phonegap/README
@@ -0,0 +1,11 @@
+BUILDING
+---------
+
+The cordova.sj file in www is for bilding on the iPhone. In order
+to build on android you need to replace it with the android_cordova.js
+file in this directory.
+
+If you Build on android and see an error about Cordova.exec before deviceready
+then it's likely that you have forgotten this step.
+
+To build on iPhone copy the iphone_cordova.js over the cordova.js in www.