-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run in android failed. #1
Comments
For Android you need to support libzmq yourself. I have made some changes (which are not published yet), which support other dll/lib names other than But essentially you need to follow these steps, which will get you a |
I hope to get a new version out, where the mentioned steps are not needed anymore |
Very good. I'm trying to do the same. Now I build an so file and try to run the project. |
Also for now you will need to rename |
yes,i did. |
@gaobaiq I have pushed/released a new version, which has some changes and also adresses an issue with loading the share library. Now it should be possible to just have the library named |
It's so beautiful.I also want to run my project and share it with you later. |
Does it work for you? I am also trying to get a simple example running on Android, but it does not find/load the native library |
Ahh so it seems |
Luckily the Android ndk includes compiled versions of these for all platforms |
I failed to build so. |
You don't have to. There are compiled versions of it inside the ndk ( |
I have many problems compiling with r23 |
Ohh gotcha, you need to use |
OKey, i try it. thx! |
Do you have a compiled so file? Can you share it? My email is [email protected] or [email protected] |
This zip includes all needed files for android native-libraries.zip |
Ok, thanks! |
Does it work now? |
I also just noticed that my compiled version of libzmq does not have support for |
Yes, I also found that the so file you provided does not support the TiCP protocol. And I also tried to run it with my own compiled so file, but it also failed.Now I'm trying to deal with it. |
I also have no clue how to get it to compile with support for |
Yes, we can start with this |
As you might have noticed I released a new version, now containing checks for different capabilities. Also my new shared binary just has |
@gaobaiq Do you really need |
The company happened to have this server, so I tried it. |
But isn't |
Yes, there is no problem with TCP, but I happen to have a scene that needs it. And I can't use it now. |
@gaobaiq So I can close this issue now? |
Failed to load dynamic library 'liblibzmq-v142-mt-4_3_5.so': dlopen failed: library "liblibzmq-v142-mt-4_3_5.so" not found
The text was updated successfully, but these errors were encountered: