Hi,
I was using Android windows version. I want to create a shared library for my C code and load and test it.
My queries:
1) I was using linux machine to create .so and load the .so using adb push inside data/data/myapplication_pkg/lib and /system/lib. But while debugging, getting "Unable to dlopen (libexamplenative.so): cannot find library"
Please help me in solving this issue.
2) What is the tool to be used in Windows for creating .so for android.
Thanks in advance,
Lax