Hi all,I copied my app and a shared lib to( Emulator)/data/
But when launching my app on emulator (and via adb) I got a message :
link_image[1995]: failed to link /data/mp4clientCANNOT LINK EXECUTABLE
What is the error?Thanks,
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
Hi,I'm using official NDK to build them.I have 2 project, one for lib and one for app. Everything was built ok, (at least there is no error). Both lib and app was built using NDK, they are c/c++ code.
I used adb push to copy files to /data/
Hi,I'm using official NDK to build them.I have 2 project, one for lib and one for app. Everything was built ok, (at least there is no error). Both lib and app was built using NDK, they are c/c++ code.I used adb push to copy files to /data/