Follow those steps in Linux
- Run " phonegap create leafapp " , this will create a phonegap directory called leafapp.
- Copy the www/ folder from this repositry into that directory
- Run " phonegap plugin add https://github.com/lPadier/mobileh2gis-phonegap.git " , this will add the h2gis plugin to your project.
- Run " phonegap build android " or " phonegap run android " to compile the project for android
- Test the app on your device !!
Your or tablet phone needs internet to run the app.