When i try to run the command python android build -p cpp-tests, i\'m getting an error as in the image:
python android build -p cpp-tests
Before this, I had another error messa
#include <unistd.h> header is missing in ProcessCpuTracker.cpp file for NDK v15, there is an issue reported for the same.
#include <unistd.h>
ProcessCpuTracker.cpp
Either you downgrade NDK to previous version r14 or apply patch by yourself.
Patch will be included in official release of 3.16.