This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Description
When try to link fplbase_stdlib.a I got that linker issue:
/usr/local/google/home/dmabin/dev/sample-jni/fplbase/src/environment_stdlib.cpp:44: error: undefined reference to 'fplbase::AndroidGetContextClientVersion()'
/usr/local/google/home/dmabin/dev/sample-jni/fplbase/src/environment_stdlib.cpp:47: error: undefined reference to 'fplbase::AndroidInitGl3Functions()'
What should I do ?