How to fix ANativeActivity_onCreate not found in mixed Kotlin/C++ game
I have a game that’s written in C++ (libMyGame.so) and a Kotlin activity called “GameActivity” that’s based on NativeActivity. The Kotlin activity hosts the game and the game uses android_native_app_glue to do most of the work.