Browse Source

Update readme (Android Studio)

Carsten Porth 5 years ago
parent
commit
6b792e9bee
1 changed files with 4 additions and 1 deletions
  1. 4 1
      app/README.md

+ 4 - 1
app/README.md

@@ -11,7 +11,10 @@ I highly recommend to develop the app using [Microsoft Visual Studio Code](https
 - Install [NodeJS](https://nodejs.org/en/) LTS. If you have NodeJS installed on your computer but in a different version, I recommend [Node Version Manager (Windows)](https://github.com/coreybutler/nvm-windows) to handle different NodeJS installations.
 - Install Ionic and Cordova globally `npm install -g ionic cordova`
 - Clone this repository, change into the directory and install the dependencies `npm i`
-- **TODO** Android Studio and the Android SDK are needed, too. I have to check...
+- Install JDK
+- Install [Android Studio](https://developer.android.com/studio/) and via the SDK Manager Android SDK Platform 26 (Android 8.0.0).
+
+You can test whether everything was installed correctly by executing `ionic info` and `cordova requirements`.
 
 ## Build the App