I have MacOS, Android Studio and NDK project.

I make changes to the C ++ code, but it does not work, they say that it is necessary to rebuild the project for this.

I have never worked with NDK, how can I rebuild a project so that all changes made in C ++ are applied?

    1 answer 1

    If you are using Android Studio then: Build -> Rebuild Project

    • Strange, but for some reason, the changes made to the C ++ files do not work. I commented out one function, but it continues to work out. - inkognitum
    • Try Build -> Clean Project and then Build -> Build Project - Kirill Stoianov
    • And maybe you have Instant Run enabled, if enabled - disable - Kirill Stoianov