Kodi Community Forum
Kodi 17.6: library "libc++_shared.so" not found - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184)
+---- Thread: Kodi 17.6: library "libc++_shared.so" not found (/showthread.php?tid=330996)



Kodi 17.6: library "libc++_shared.so" not found - genryrar - 2018-04-16

OK, spend 20h by try to complie kodi (with my small patch for fixing 23fps on zidoo) and now i got apk, but...
Code:

java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found
error when starting app.

Any ideas?
Or maybe someone can just build it for me? please!
sources


Kodi 17.6: library "libc++_shared.so" not found - Koying - 2018-04-18

You used ndk >16, I assume?
Revert to ndk 14b, rince, repeat


RE: Kodi 17.6: library "libc++_shared.so" not found - genryrar - 2018-04-18

no, im using ndk 12b. As readme says, for krypton i need 12.


Kodi 17.6: library "libc++_shared.so" not found - Koying - 2018-04-18

Well, looks like you specified libc++ as the STL in the ndk toolchain command.
You shouldn't for krypton


RE: Kodi 17.6: library "libc++_shared.so" not found - genryrar - 2018-04-19

I use commands from readme, so i dont do it MYSELF Sad


Kodi 17.6: library "libc++_shared.so" not found - Koying - 2018-04-19

Well maybe you inadvertently used the Kodi 18 readme, like I know...


RE: Kodi 17.6: library "libc++_shared.so" not found - genryrar - 2018-04-23

no