-
Notifications
You must be signed in to change notification settings - Fork 14
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
android assertion failed #89
Comments
igs_net_devices_list return zero in android, is there a workaround ? |
Hello and thanks for giving ingescape a try 😉 Could you give us some code snippet showing how you use this method?
|
you are right, on android I guess maybe android has some limit on libc. |
Ingescape works well with Android. You can use CZMQ's ziflist object to get details on the available network adapters and their parameters. |
I try ziflist_t* iflist = ziflist_new();
assert (iflist);
size_t items = ziflist_size(iflist); |
I would consider the application permissions in Android, with things like ACCESS_NETWORK_STATE or ACCESS_WIFI_STATE |
The text was updated successfully, but these errors were encountered: