diff --git a/docs/nix_mobile_setup.md b/docs/nix_mobile_setup.md --- a/docs/nix_mobile_setup.md +++ b/docs/nix_mobile_setup.md @@ -42,7 +42,7 @@ ### JDK -We’ll need the Java Development Kit (JDK) for Android development. We’re using [SDKMAN!](https://sdkman.io/) to manage our JDK installation. +We’ll need the Java Development Kit (JDK) for Android development. The nix development environment will provide JDK 11 with `nix develop`. However, development with Android Studio outside of the nix environment will require a standalone install. We’re using [SDKMAN!](https://sdkman.io/) to manage our JDK installation. Run the following to install SDKMAN!: