mercredi 28 septembre 2016

Using C++ threads with Android - AOSP build

I am writing an C++ application which is included as a part of Android OS (custom ROM). I am not able to use std::thread. Upon compiling the code I get "fatal error: 'thread' file not found". Compiler is not able to find include file 'thread'. Any way to fix this?

Aucun commentaire:

Enregistrer un commentaire