Skip to content

How to compile for Android

DotWithATopHat edited this page Jan 4, 2022 · 4 revisions

Installing Instructions

  1. Install Android Studio
  2. Install NDK r15c or r21e and unzip
  3. Install JDK
  4. Enable Android 4.4 (KitKat) in Appearance & Behavior -> System Settings -> Android SDK
  5. Enable Android SDK Build-Tools & Android SDK Platform-Tools in the SDK Tools tab

Setup

First, run on a command line lime setup android.

  • Path to Android SDK: bla bla bla\AppData\Local\Android\Sdk
  • Path to Android NDK: This should be where you installed NDK
  • Path to Java JDK: C:\Program Files\Java\jre1.8.0_311

Test

Test Dot-Engine Android with lime build android -final

Thank you luckydog for making this documentation possible :)

Clone this wiki locally