You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/05/12 13:44:10 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - Update README for MobileMap example.

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 f5345d38d -> 98a72d58d


Update README for MobileMap example.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/98a72d58
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/98a72d58
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/98a72d58

Branch: refs/heads/release0.8.0
Commit: 98a72d58d67046f5342a132f765e49c7781121bd
Parents: f5345d3
Author: Peter Ent <pe...@apache.org>
Authored: Fri May 12 09:44:08 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Fri May 12 09:44:08 2017 -0400

----------------------------------------------------------------------
 examples/flexjs/MobileMap/README.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/98a72d58/examples/flexjs/MobileMap/README.txt
----------------------------------------------------------------------
diff --git a/examples/flexjs/MobileMap/README.txt b/examples/flexjs/MobileMap/README.txt
index eae58c1..35af22b 100644
--- a/examples/flexjs/MobileMap/README.txt
+++ b/examples/flexjs/MobileMap/README.txt
@@ -18,9 +18,13 @@ Whichever way you want to go: using an IDE like Flash Builder or using the comma
 
 The ANT script will build the application and then create the Cordova template in the app/MobileMap directory.
 
+Now install the Android platform:
+
+% cd app/MobileApp
+% cordova platform add android
+
 Now install the plugin:
 
-% cd app/MobileMap
 % cordova plugin add cordova-plugin-geolocation
 
 Once this is complete, you can connect your Android device to your computer and run it: