Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support export Godot Game to Android AAR file for AD SDK integrate. #26469

Closed
lefay1982 opened this issue Mar 2, 2019 · 3 comments

Comments

@lefay1982
Copy link

Godot version:
3.1

OS/device including version:
Android

Issue description:

Please add support export Godot Game to Android AAR file.
Some custom AD SDK must done by other sdk's department, and modify frequency.
if godot cannot export to aar file, The integrate AD SDK task must be done by Game Program Engineer.
It's waste time for Game Program Engineer.

@lefay1982
Copy link
Author

lefay1982 commented Mar 2, 2019

When I program with Libgdx.
I can proguard code and export core game project to a jar, named game.jar .
this jar can send to other android engineer to integrate AD SDK and export to Android APK.
They can integrate many AD SDKs, and can export to many APKs with different android market version .

@akien-mga
Copy link
Member

@m4gr3d Did #31919 solve this issue?

@m4gr3d
Copy link
Contributor

m4gr3d commented Sep 20, 2019

@akien-mga yes it does.

Running the following command will generate an Godot aar archive file in the platform/android/java/lib/build/outputs/aar directory:

cd platform/android/java
./gradlew :lib:build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants