-
Notifications
You must be signed in to change notification settings - Fork 6
How to compile for Android
DotWithATopHat edited this page Jan 4, 2022
·
4 revisions
- Install Android Studio
- Install NDK r15c or r21e and unzip
- Install JDK
- Enable
Android 4.4 (KitKat)
in Appearance & Behavior -> System Settings -> Android SDK - Enable Android SDK Build-Tools & Android SDK Platform-Tools in the
SDK Tools
tab
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 Dot-Engine Android with lime build android -final
Thank you luckydog for making this documentation possible :)