You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the native Android version with the Android NDK 27 then all occurences of ALooper_pollAll have to be changed to ALooper_pollOnce due to deprecation of ALooper_pollAll.
The text was updated successfully, but these errors were encountered:
When compiling the native Android version with the Android NDK 27 then all occurences of
ALooper_pollAll
have to be changed toALooper_pollOnce
due to deprecation ofALooper_pollAll
.The text was updated successfully, but these errors were encountered: