Android + NDK rebuild project

I have macOS, Android Studio, and an NDK project.

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

Never worked with NDK, how do I rebuild a project so that all the changes made in C++ are applied?

Author: inkognitum, 2016-08-10

1 answers

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

 0
Author: Kirill Stoianov, 2016-08-10 10:59:06