My Android Studio got updated last friday and since then will refuse to compile my Android/NDK project, returning several errors about "use of undeclared identifier 'memcpy'" and "use of undeclared identifier 'memcmp'".
I've tried to do a clean install of Android Studio and all the Android SDK without any success. Several of my colleagues also had the update but can still compile.
Does anyone have any idea of what could be the problem ?
I have the same problem too. But under the Studio's CodeInsight
I just add the following code, the problem can be solved.
#include <string.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With