Architecture Configuration - acrimi/Raven GitHub Wiki

It's recommended to use 32-bit builds when releasing your game. If you haven't already, update your project to use 32-bit builds:

Engine Settings

Add the following line to your gradle.properties file to configure the engine to use 32-bit dependencies:

raven.arch=32

IDE Settings

Configure Android Studio to use a 32-bit JDK to compile your project:

  • Download any 32-bit JDK of your choosing, such as OpenJDK
  • Open the Android Studio project settings dialog under File>Project Structure
  • In the SDK Location tab, change the JDK location to the path of your 32-bit JDK