Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 512 Bytes

File metadata and controls

24 lines (17 loc) · 512 Bytes

Android Platform Integration

This directory provides the Android project wrapper for building ModifiedEight directly from the root C++ codebase.

Building APKs

Run Gradle from this directory:

  • Build Classic APK:

    ./gradlew assembleClassicRelease
  • Build New Additions APK:

    ./gradlew assembleNewadditionsRelease
  • Build both APKs:

    ./gradlew assembleClassicRelease assembleNewadditionsRelease

The generated APKs will be in app/build/outputs/apk/.