readium / SDKLauncher-Android

Launcher app for Readium SDK on Android
BSD 3-Clause "New" or "Revised" License
77 stars 65 forks source link

Cannot render ePub contents #115

Closed lmvco closed 7 years ago

lmvco commented 7 years ago

I compiled the SDK Launcher Android (master) and then I run it in a Nexus 7 2013 edition (Android 6.0.1)

Result:

See logcat output - logcat.txt

danielweck commented 7 years ago

Could you please try again with the latest code from the develop branch? https://github.com/readium/SDKLauncher-Android/tree/develop Please use Android Studio, make sure to install / update the latest NDK v14 and other framework dependencies (AS will let you know about available automatic updates).

Remember to check your SDKLauncher-Android/SDKLauncher-Android/local.properties file, it should look like:

ndk.dir=/Users/me/Library/Android/sdk/ndk-bundle
sdk.dir=/Users/me/Library/Android/sdk
readium.ndk_experimental=true
readium.ndk_clang=false
readium.ndk_skipARM=false
readium.ndk_skipX86=false
readium.sign_key_password=only_needed_for_release
readium.sign_store_password=only_needed_for_release
lmvco commented 7 years ago

Thanks. Now it is working.