We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b47b5a commit e82d536Copy full SHA for e82d536
1 file changed
sys/android/README.md
@@ -14,6 +14,7 @@ work. If you're running Windows you're on your own.
14
- Install `bison` and `flex`. Used by the native nethack build.
15
- Check out NetHack-Android: `git clone https://github.com/gurrhack/NetHack-Android.git`
16
- Check out ForkFront-Android: `git clone https://github.com/gurrhack/ForkFront-Android.git`
17
+ - Create a file called `local.properties` in both NetHack-Android and ForkFront-Android, containing: `sdk.dir=/path/to/android-sdk`. Used by Gradle.
18
19
### Install Android build tools
20
1. Make sure JAVA_HOME points to JDK 8.
0 commit comments