googlesamples/android-vulkan-tutorials

Replace `ALooper_pollAll` with `ALooper_pollOnce`

DanAlbert opened this issue · 0 comments

ALooper_pollAll has been (soft) removed from the NDK because the implementation has a race so it can't be used safely. ALooper_pollOnce should be used instead. I'll be updating the main ndk-samples repo soon with examples of how to do that.