Android studio build error with ndk 14

Hi,
just today I’ve updated ndk from r13 to r14. And I can’t build my cocos2d-x project:

Error:(686, 0) Android NDK: Module MyGame_shared depends on undefined modules: log    
Error:(699, 0) *** Android NDK: Aborting (set APP_ALLOW_MISSING_DEPS=true to allow missing dependencies)    .  Stop.

What’s going on?

@zhangxm @slackmoehrle ?

I asked our team through internal chat to look at this topic.

For me that ndk thing looks so shaddy I was trying ndk12,13 and had some issues with them. For now using ndk10

It is fixed: https://github.com/cocos2d/cocos2d-x/issues/17443.

Great! Thanks for the fast response!