https://github.com/drmoriarty/godot-multidex
Godot module which enables multidex building for Android.
https://github.com/drmoriarty/godot-multidex
android godot godot-addon godot-engine godot-module godot-plugin godotengine nativelib
Last synced: 10 months ago
JSON representation
Godot module which enables multidex building for Android.
- Host: GitHub
- URL: https://github.com/drmoriarty/godot-multidex
- Owner: DrMoriarty
- Created: 2017-06-25T19:06:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T06:27:39.000Z (almost 5 years ago)
- Last Synced: 2025-06-23T02:08:13.403Z (11 months ago)
- Topics: android, godot, godot-addon, godot-engine, godot-module, godot-plugin, godotengine, nativelib
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multidex plugin for Godot Engine
This is a module for [Godot Game Engine](http://godotengine.org/) which enables multidex build for Android.
## Usage
1. Install [NativeLib-CLI](https://github.com/DrMoriarty/nativelib-cli) or [NativeLib Addon](https://github.com/DrMoriarty/nativelib).
2. Make `nativelib -i multidex` in your project directory if you are using CLI. Find `MULTIDEX` in plugins list and press "Install" button if you are using GUI Addon.
3. Enable **Custom Build** for Android export.