-1

I have used a custom MySQL module and I am trying to compile for android. But I will encounter this error whenever trying to compile.

Steps: Execute scons platform=android target=release android_arch=armv7

I tried to google this error and from what I have understood, I think that I am required to link the MySQL library. But I am unsure of how do I do that. Thank you!

Error image

user207421
  • 305,947
  • 44
  • 307
  • 483

1 Answers1

1

use -lmysqlcppconn8 not -lmysqlcppconn

vineet
  • 13
  • 3