Nightly branch
This branch added for public testing of application. The application could be blocked from our servers! Also app can be updated with if user will confirm update. Update linc could be changed!
example of remote data {"version":"1b","apk":"http://nazar.webhop.me/kinobox-app/nightly/kinobox.apk"}
- Java
- Android SDK > 23.x.x level
- NodeJs
- Ionic 1.2.x
- Apache Cordova
- Gulp
- Git
- Clone this repository
$ git clone https://github.com/NazarKosteckij/kinobox-app.git
- Add platforms (more info)
$ ionic platform add android
-
**Build and run **
Run on device:
ionic build android ionic run android
----------
Run in browser:
ionic serve
For debugging on device and google chrome devTolls:
- Install ADB (info).
- Allow remote debugging on your device. (how to).
- Run application on the device
- Configure device in your google chrome (google chrome)
$ ionic run android -l -s -c
-
[--livereload|-l] ....... Live Reload app dev files from the device (beta)
-
[--consolelogs|-c] ...... Print app console logs to Ionic CLI (live reload req.)
-
[--serverlogs|-s] ....... Print dev server logs to Ionic CLI (live reload req.)
-
[--port|-p] ............. Dev server HTTP port (8100 default, live reload req.)
-
[--livereload-port|-i] .. Live Reload port (35729 default, live reload req.)
-
[--debug|--release]