Android Ndk Cannot Load Library: Reloc_library[1306]
Im developing an android app thats loading two shared libraries. One is external, its called libpcan.so . Usually its build to libpcan.so.0.6, this somehow cant be used by my andro
Solution 1:
It's quite long since i solved this. But I haven't ever marked this question as solved. Thanks to jww for reminding me.
As I've said in the comment to my question, the link to the function CAN_Open was missing due to a missing parameter at compiling the .so-file. The function CAN_Open is a part of the libpcan.so and by skipping the link to that file the CAN_Open function just never made it into the receivetest.so .
Post a Comment for "Android Ndk Cannot Load Library: Reloc_library[1306]"