Install these requirements and continue.
- Run
phonegap create app_name - Run
phonegap platform add android - Put html file from this repo to the app/www/
- Put js file from this repo to the app/www/js
- Run
phonegap build android - After build go to app/platforms/android/build/outputs/apk/android-debug.apk
- Upload android-debug.apk file to your android phone and install it
- Enjoy!