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

ofxAssimpModelLoader android arm64-v8a issue #6613

Open
dottoremad opened this issue Sep 6, 2020 · 1 comment
Open

ofxAssimpModelLoader android arm64-v8a issue #6613

dottoremad opened this issue Sep 6, 2020 · 1 comment
Assignees
Labels

Comments

@dottoremad
Copy link

I get a linker failure for androidAssimpExample, if I select the build variant android-arm64.
I am currently using of 0.11.0, using Android Studio version 4.0.1 on Windows 10.
It seems to me the following lines are missing at addon_config.mk:

android/arm64-v8a:
ADDON_LIBS=
ADDON_LIBS+=libs/assimp/lib/android/arm64-v8a/libassimp.a
ADDON_LIBS+=libs/assimp/lib/android/arm64-v8a/libIrrXML.a

By adding those lines, everything works as intended.

@arturoc
Copy link
Member

arturoc commented Sep 14, 2020

Thanks, could you send a PR adding this lines to addon_config.mk

@danoli3 danoli3 self-assigned this Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants