报错1
error: 'struct IEnumPIDMap' has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor]
对应每个出问题的定义里加上对应的(这个地方错误不止一处)
virtual ~xxx() {}
报错2
error: 'nullptr' was not declared in this scope
Android.mk文件中加入:
LOCAL_CPPFLAGS := -Wall -std=c++11 -DANDROID -finline-functions -ffast-math -Os -fno-strict-aliasing -O3 -frtti -D__STDC_LIMIT_MACROS