Replies: 1 comment
-
It's not a known issue. We can help look if you share a reproducer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I build the code by NDK-build -B with NDK r17c, it works successfully, but it doesn't work in NDK r25b with the same code and android.mk files. The error shows that undefined symbol: std::terminate() and undefined symbol : operator delete[](void *) , seems like some basic functions are undefined. Is this the bug of NDK r25b? The same question still appears in NDK-r26b.
Beta Was this translation helpful? Give feedback.
All reactions