|
Gradle for Delphi
This addon adds Gradle functionality to the Delphi IDE. It downloads Libraries (jars/aars) with all dependencies from repositories (e.g. Maven, JitPack etc.).
Create jobs including libraries for a logical entity (e.g. Google Play Services). Run create jni files and the classes from the jar files are extracted, and a new jar with these classes is created. This jar is run through Java2OP to create a JNI file. This JNI file is added to the project. Finally a project jar is created and added to the project. .so files and androidmanifest files are handled. Resource files from aars can be merged and added to the project.
|
|
BuildEvents with MultiDex support
This Delphi addon adds a more flexible Build events functionality to the delphi IDE, and adds support for Multidex in android development.
|
|
Shrink JNI Files
Because Delphi JNI files can grow very large, there is a need for shrinking them, so that they only contain the classes that are referenced.
|
|
Deploy Manager for Delphi Android
App to handle deployment of files for Android.
|
|
MultiDex for Delphi
Adds MultiDex support to the Delphi version 10.x IDE (Android)
|