i96751414 / plugin.video.torrest

Torrest plugin for Kodi
MIT License
27 stars 6 forks source link

cannot locate symbol "getifaddrs" with Torrest 0.0.18 on Android 6 #37

Closed lopezvg closed 2 months ago

lopezvg commented 2 months ago

With OS Android 6.0.1 E2303 (no_rooted) (8x) aarch64 64-bit, Torrest 0.0.18 gives this error, both from library and from binary:

OSError: dlopen failed: cannot locate symbol "getifaddrs" referenced by "/data/data/org.xbmc.kodi/files/torrest/libtorrest.so"... CANNOT LINK EXECUTABLE: cannot locate symbol "getifaddrs" referenced by "/data/data/org.xbmc.kodi/files/torrest/torrest"...

Same problem happens with OS Android 6.0.1 S12 (rooted) (8x) armv8l 32-bit

SinLaOpcion.log ConLaOpcion.log

i96751414 commented 2 months ago

This happens as the android toolchain is for API level 24, that is Android >= 7. This is required for libtorrent.

lopezvg commented 2 months ago

If there is no chance to fix it, you should update the Supported platforms: ...

i96751414 commented 2 months ago

Thanks, updated.