# HybridOSN ## Getting started - Install NodeJs - Set up Cordova and Ionic - Clone this repository - Install dependencies `npm i` ## How to build and run the app Run on Android emulator: `ionic cordova emulate android` Run on connected Android device: `ionic cordova run android` ## Known Problems In case the build process fails with the error ``` Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. ``` run `cordova clean`