We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564ae7e commit 796574cCopy full SHA for 796574c
.DS_Store
0 Bytes
README.md
@@ -7,12 +7,14 @@ The actual content of the app is under hackfoldr/www
7
8
To build and run the app:
9
10
-1. Add android SDK to your PATH variable
+0. Add android SDK to your PATH variable
11
12
e.g. $ echo $PATH
13
14
/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/mysql/bin:/Applications/Android Studio.app/sdk/tools:/Applications/Android Studio.app/sdk/platform-tools:/Applications/apache-ant-1.9.4/bin:/Applications/Android Studio.app/sdk
15
16
+1. cd /Users/user/Downloads/hackfoldr-mobile/hackfoldr
17
+
18
2. $ cordova platform add android
19
20
3. $ cordova build
0 commit comments