mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
11 lines
517 B
Plaintext
11 lines
517 B
Plaintext
This file contains the current build notes for Forge.
|
|
|
|
-- Compiling Forge for Android: Pre-requisites --
|
|
When compiling Forge for Android, make sure the following prerequisites are met:
|
|
Java 8 (JDK 1.8.0), either Oracle or OpenJDK.
|
|
Android SDK 25
|
|
Android Build-Tools 26 (this is important, build-tools 25 do not work with Java 8)
|
|
Proguard 5.3 (download from the official website and replace the contents of the
|
|
Proguard folder of the Android SDK (under "tools/proguard") with the contents of
|
|
the downloaded archive).
|