I have included APP_STL := gnustl_static and APP_CPPFLAGS := -std=c++11 in the Application.mk. std::shared_ptr<> and std::string compile, but they have red lines under them indicating an error. This wouldn’t be a big problem, but as I add new classes that rely on these, the new classes come up as errors. Its really starting to look messy 🙁
Is there anything I can do to clean the view up to recognize the new classes/types and remove the red lines? Also, are these the correct flags for these types?