intall meteor 1.5.x
install npm
install nodejs
install java8, don't install java9 it won't work with meteor 1.5.x
git clone
cd to project's folder
meteor npm install sha256
meteor npm install nodejs-aes256
meteor npm install bitcoinjs-lib
meteor npm install coinkey
meteor npm install coinselect
meteor npm install buffer-reverse
meteor update
os specific (build):
install android studio
install android sdk 25.x
configure path env
meteor run --port=3002
meteor add-platform android
meteor build build --server=localhost
sign apk with your key
enable dev mode on your android device
connect your device via a usb cable to your machine connect your device to the same wifi network as your machine
meteor run android-device
refer to meteor docs https://guide.meteor.com