-
I managed to write some parts of my App in C++(building with CMake) with the help of NDK. What is the best approach for running CMake tests on Android? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you want to run googletest on-device, take a look at https://github.com/jfgoog/ndk-examples/tree/main/googletest |
Beta Was this translation helpful? Give feedback.
-
I was wondering the same in order to test our library and I found the following CMake module that seems to allow running CMake tests on Android devices/emulators: There’s also this official module, but I’m not sure if that helps for this: |
Beta Was this translation helpful? Give feedback.
If you want to run googletest on-device, take a look at https://github.com/jfgoog/ndk-examples/tree/main/googletest