diff options
| -rwxr-xr-x[-rw-r--r--] | mobile.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mobile.sh b/mobile.sh index b794b52..0f660d1 100644..100755 --- a/mobile.sh +++ b/mobile.sh @@ -1,4 +1,11 @@ #!/bin/bash + +# Requirements: +# git, nodejs, android SDK / other platform(s) +# cordova (https://cordova.apache.org/) + +# binaries are in platform/android/ant-build/Snap-debug.apk + cordova create Snap-Mobile edu.berkeley.snap "Snap\!" cd Snap-Mobile rm -rf www config.xml |
