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

Ship native libraries for Android #7607

Open
mrousavy opened this issue Feb 27, 2024 · 1 comment
Open

Ship native libraries for Android #7607

mrousavy opened this issue Feb 27, 2024 · 1 comment
Labels
android Issue/feature request for Android only build Build & build system issues enhancement New feature or request low priority Low priority issue

Comments

@mrousavy
Copy link

I'm working on a native C++ Android app, where I want to use Filament from C++. I understand there's a Gradle library which ships a .aar file, but this does not work for me because:

  1. There are no headers included in the filament-android library
  2. I have to manually extract the .so files from the .aar file using a Gradle script (which is just a bit annoying)

It would be great to have prefab support for the Android library so that both headers are included in the lib, and the lib could be used directly without manual .aar extraction.

@romainguy
Copy link
Collaborator

Those .so files are not what you want anyway since they only export JNI symbols and not the Filament symbols.

@romainguy romainguy changed the title Ship Prefabs for Android Ship native libraries for Android Feb 27, 2024
@pixelflinger pixelflinger added enhancement New feature or request android Issue/feature request for Android only build Build & build system issues low priority Low priority issue labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue/feature request for Android only build Build & build system issues enhancement New feature or request low priority Low priority issue
Projects
None yet
Development

No branches or pull requests

3 participants