Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.
This repository was archived by the owner on May 7, 2025. It is now read-only.

How to open EPUB #98

Open
Open
@jdempcy

Description

@jdempcy

This issue is a Question

Expected Behaviour

Open SDKLauncher-Android and be able to view an EPUB

Observed behaviour

Instead, it tells me that it cannot find any EPUBs at a certain location on the local storage (not SD card). I am unable to put files in that location as it is an illegal path.

Steps to reproduce

  1. First, open SDKLauncher-Android
  2. Then notice that it tells you to put EPUBs in /storage/emulated/0/epubtest which is an invalid path (since "0" is not a valid folder name)

Product

  • Native application (Readium SDK C++)
    • Official "launcher" sample
    • Android—many versions; pulled from 'develop', June 10th 2016: version bump to 0.24.0-alpha

Additional information

Here is my original post to the Readium Slack channel

Has anyone gotten SDKLauncher-Android working lately? I’ve tested on a couple of devices and it gives me the toast message:

"/storage/emulated/0/epubtest is empty, copy epub3 test file please.”

However, I cannot create a folder named “0” as that is an illegal filename. And I have tried putting symlinks from within /storage to the SD card but they are apparently not followed. I have also tried changing the path where it looks to absolute paths on the SD card but again, no dice. I also added an intent to AndroidManifest.xml to be able to open EPUB with SDKLauncher-Android but I must’ve done it wrong, as it crashes when I try that.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions