Since Android Studio 4.0 update I am not able to see colored, syntax-highlighted native C++ code.
This also makes not possible to set a breakpoint in C++ code.
externalNativeBuild does get launched, CMake builds the code.
Also no code navigation.
When I have downgraded to Android 3.6.1 the whole Android native code support works fine.
How to fix this?

