Apps JNI issue, changes in c++ file not showing when running app
- By colinjava
- Android Development
- 1 Replies
Ok, I understand it a bit better now after watching this...
You have to separately compile the c++ code using the NDK, before building the project with gradle.
I childishly thought I could just build the project with gradle and it would work.
You have to separately compile the c++ code using the NDK, before building the project with gradle.
I childishly thought I could just build the project with gradle and it would work.