I am pretty new to C++ development with Android Studio.
I tried to add new .cpp/.h file(s) to my project. and android studio cannot find the references to these new files unless I added them to the CmakeLists.txt file. And the build will fail if I don't add them.
I found it super tedious this way. I would love to know if there is any way I can sync new files in the CmakeLists.txt
Thanks in advance.