using filament under android NDK/NativeActivity crashes, anybody know why? or how to debug? #9197
Unanswered
zhangfuwen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate filament into my native activity project and encountered a crash.
It compiles, but crash upon running. it crashed right on line 34, which is:
Backtrace is like:
The document says it may be caused by failing to allocate command buffer. but I don't see why, memory is sufficient and other parts of the app does not allocate much memory.
The library I am using is downloaded from release:
the code is like:
Beta Was this translation helpful? Give feedback.
All reactions