Replies: 5 comments
-
Can anyone shed some light on this? |
Beta Was this translation helpful? Give feedback.
-
@rprichard --- in case it wasn't obvious (i had to remind myself just now), this seems to be a question: "why can't i use when targeting api level 21?". |
Beta Was this translation helpful? Give feedback.
-
Can you elaborate? Without an example of the failing code I don't know where to begin. |
Beta Was this translation helpful? Give feedback.
-
I finally had time to do some more research and the compilation issues was actually coming from another custom compiler we use in the pipeline. It was hard to see and I'm sorry for wasting your time. |
Beta Was this translation helpful? Give feedback.
-
When experimenting with upgrading the NDK I ran into some issues like (for brevity):
In the headers it says they are not available until API level 29 but the NDK README says it should support API 21. It looks like this comes from some internal usage in the chrono library.
Is there anyway to use the newer NDK with API level 21 to work around this?
Beta Was this translation helpful? Give feedback.
All reactions