| 1 | initial version |
I had the same error on imwrite and changing APP_STL := c++_static to APP_STL := c++_shared (or APP_STL := c++_static) in my Application.mk does the trick for me
| 2 | No.2 Revision |
I had the same error on imwrite and changing APP_STL := c++_static c++_static to APP_STL := c++_shared c++_shared (or APP_STL := c++_static) c++_static) in my Application.mk does the trick for me
| 3 | No.3 Revision |
I had the same error on imwrite and changing APP_STL := to c++_staticgnustl_staticAPP_STL := c++_shared (or APP_STL := c++_static) in my Application.mk does the trick for me