-1

I made c SDK and i copied the SDK in libs folder when i am running the build.sh then it searching for demo_client(./demo_client:no such file or directory) and searching the .sh file in build directory only.

Please help me .

2 Answers2

0

check the permission on demo_client, make sure the permission to execute it is set. use this if that's the case: 

sudo chmod +x demo_client

hope this helps.

0

Please check the correct version of documentation for the demo application you are trying to build. It seems like you either does this from incorrect location (directory) or uses obsolete build steps.

MrKoin
  • 233
  • 2
  • 8