-
Notifications
You must be signed in to change notification settings - Fork 60
Can't open epub3 file. #2
Description
The source compile is done. but when i try to open a epub3 book, the app crashed.
Log as below.
06-06 14:23:05.835: E/AndroidRuntime(2198): FATAL EXCEPTION: main
06-06 14:23:05.835: E/AndroidRuntime(2198): java.lang.UnsatisfiedLinkError: Native method not found: com.readium.EPubJNI.openBook:(Ljava/lang/String;)I
06-06 14:23:05.835: E/AndroidRuntime(2198): at com.readium.EPubJNI.openBook(Native Method)
06-06 14:23:05.835: E/AndroidRuntime(2198): at org.readium.sdklauncher_android.ContainerList$1.onItemClick(ContainerList.java:62)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.widget.AdapterView.performItemClick(AdapterView.java:298)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.widget.AbsListView.performItemClick(AbsListView.java:1100)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2749)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.widget.AbsListView$1.run(AbsListView.java:3423)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.os.Handler.handleCallback(Handler.java:725)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.os.Handler.dispatchMessage(Handler.java:92)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.os.Looper.loop(Looper.java:137)
06-06 14:23:05.835: E/AndroidRuntime(2198): at android.app.ActivityThread.main(ActivityThread.java:5041)
06-06 14:23:05.835: E/AndroidRuntime(2198): at java.lang.reflect.Method.invokeNative(Native Method)
06-06 14:23:05.835: E/AndroidRuntime(2198): at java.lang.reflect.Method.invoke(Method.java:511)
06-06 14:23:05.835: E/AndroidRuntime(2198): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
06-06 14:23:05.835: E/AndroidRuntime(2198): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
06-06 14:23:05.835: E/AndroidRuntime(2198): at dalvik.system.NativeStart.main(Native Method)