summaryrefslogtreecommitdiff
path: root/mobile.sh
blob: 0f660d151198bd94a6c8251c290e15948f364888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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
git clone https://github.com/Gubolin/snap.git www
cd www
git checkout mobileapp
cordova platform add android
cordova build android