> (group=0x40a051f8) > E/AndroidRuntime( 165): *** FATAL EXCEPTION IN SYSTEM PROCESS: main > E/AndroidRuntime( 165): java.lang.UnsatisfiedLinkError: Cannot load > library: link_image[1936]: 98 could not load needed library > 'libsystem_server.so' for > 'libandroid_servers.so' (link_image[1936]: 98 could not load needed > library 'libinput.so' for > 'libsystem_server.so' (reloc_library[1285]: 98 cannot locate > '_ZN8SkCanvasC1Ev'...
it seems the dynamic linker could not find needed .so I suggest you "readelf -a libsystem_server.so | grep NEEDED" and see if all those needed .so are on your board and under correct directory like /system/lib/ -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
