android Programming Glossary: libmy_lib.so
Android NDK linking http://stackoverflow.com/questions/10593987/android-ndk-linking reloc_library 1244 29 cannot locate zmq_msg_init'... The libmy_lib.so has been generated several different ways each with no success... each with no success. After generating it I always copies libmy_lib.so as well as libzmq.so to my android project's folder libs armeabi.. toolchain bin arm linux androideabi g shared Wl soname libmy_lib.so o libmy_lib.so jni.o Client_Events.o Client_Wrapper.o # Option..
Android NDK linking http://stackoverflow.com/questions/10593987/android-ndk-linking an UnsatisfiedLinkError complaining that Cannot load library reloc_library 1244 29 cannot locate zmq_msg_init'... The libmy_lib.so has been generated several different ways each with no success. After generating it I always copies libmy_lib.so as well.. The libmy_lib.so has been generated several different ways each with no success. After generating it I always copies libmy_lib.so as well as libzmq.so to my android project's folder libs armeabi . # Compile all object files this part was done for all.. stuff # Option 1 Don't link the lib in at all opt android toolchain bin arm linux androideabi g shared Wl soname libmy_lib.so o libmy_lib.so jni.o Client_Events.o Client_Wrapper.o # Option 2 Link ZeroMQ in statically opt android toolchain bin arm..
|