CANNOT LINK EXECUTABLE: cannot locate symbol "png_set_seek_fn" referenced by "/system/lib/libskia.so"... #22925
-
After adding -lOpenSLES to my project's Makefile LDFLAGS , the project compiles without any error but when i try to run the executable, i get |
Beta Was this translation helpful? Give feedback.
Answered by
Biswa96
Jan 14, 2025
Replies: 1 comment 4 replies
-
"/system/lib/libskia.so" comes from Android system and not from termux. Does setting |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, does
/system/lib/libpng.so
exist? If not, change the path where libpng.so exists.