I'm trying to use GoogleTest on Android Studio.
According to what I understood, the latest version of NDK has the gtest included.
I did not find a clear guide how to do it.
I followed this document:
So, I opened a new project, created jni folder and the following files (inside the files I wrote exactly what the document):
But it does not recognize the #include gtest/gtest.h
In addition,
- how to run the adb at the end?
- I created an android.mk file but where should I call it?
