Include uuid.h into Android NDK project
问题 I'm porting a C program onto Android using the NDK. The program uses the uuid.h or uuid/uuid.h library depending on which is available. When I compile the program, gives the error message uuid.h: No such file or directory . I'm new to the NDK, so I'm not entirely sure what the problem is. I'm using cygwin on Windows; does the computer not have the uuid.h library or Android doesn't support it? Is there a workaround- can I include it somehow in the compiler settings? Finally, the program only