Kodi Community Forum

Full Version: build xbmc for android succeed but can't run
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
build under Ubuntu 13.04 64-bit succeed. and install the apk succeed. but it just go the first time initial and the stop run.

logcat here: logcat
E/AndroidRuntime( 779): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1936]: 37 could not load needed library 'librtmp.so' for 'libxbmc.so' (load_library[1091]: Library 'librtmp.so' not found)
(2014-05-29, 12:02)Koying Wrote: [ -> ]E/AndroidRuntime( 779): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1936]: 37 could not load needed library 'librtmp.so' for 'libxbmc.so' (load_library[1091]: Library 'librtmp.so' not found)

so librtmp.so lost in apk?
That or your librtmp.so itself has unsatisfied link error. The message can be misleading.
Ah, I have build an old version of gotham 13.0. like it's fixed at https://github.com/xbmc/xbmc/commit/f2bc...d1dbd25215
That's actually what broke itWink It was fixed later...