Carsten Porth vor 5 Jahren
Ursprung
Commit
ea61d6373d
1 geänderte Dateien mit 21 neuen und 2 gelöschten Zeilen
  1. 21 2
      app/README.md

+ 21 - 2
app/README.md

@@ -1,4 +1,23 @@
-# How to run the app
+# 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`
+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`