Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Building on Android

Eric Myllyoja edited this page Sep 24, 2021 · 3 revisions

Some notes on building for Android devices:

  • LuckyDog7 has a working build of the vanilla game.
  • Make sure to have a recent version of Haxe.
  • Make sure to download and setup the SPECIFIC VERSION (15c) of the Android NDK specified, and to run lime setup android and lime rebuild extension-webm android.
  • There is a bug breaking Android builds in HaxeFlixel 4.10.0, so you need to install the git version to continue.

When debugging:

  • Open the AVD and use he command lime trace android to output debug logging from haxe.
Clone this wiki locally