##Compilation for android with cordova
-
Install cordova and android sdk
-
Clone the repository somewhere
-
Create a new cordova tree, for example:
cordova create outputpath org.gipilab.simulateuremprunts "Simulateur d'emprunts" -
Replace
wwwandconfig.xmlwith those from this repository -
cordova prepareinto the root ofoutputpath -
Replace
platforms/android/AndroidManifest.xmlwith the one cloned from git -
Fetch all data and compile with
cordova prepare;cordova build