Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Compiling using gradle

Michael Zangl edited this page Apr 13, 2016 · 6 revisions

Check out the repository

git clone https://github.com/jsettlers/settlers-remake.git

Download and set up Android SDK

  • Download the Android SDK
  • Create a new file called local.properties:
sdk.dir=<path to where you put your android sdk>

Run

./gradlew run

Run on your Android device:

./gradlew runAndroid

Build the release

./gradlew :assembleDist

You will find it in /build/distributions