AnFengDe / AnFengDe_EPUB

EPUB 3.0 SDK for Android and iPhone, Offical team site : http://epub.anfengde.com
146 stars 79 forks source link

A problem from building CallEPubUI #22

Closed Kerry50407 closed 10 years ago

Kerry50407 commented 10 years ago

Hello! I followed "http://epub.anfengde.com/2012/08/09/getting-started-with-epub-ui-component/" this page to build an android app.. But after I finished the steps,I could't see this... screen shot 2012-12-20 at 1 15 38 pm

Instead, my screen is like this.. screenshot_2014-02-06-18-07-58

and can't add books on the bookshelf

Can you tell me how to add books and where should I put the ".epub" file? Thanks!

AnFengDe commented 10 years ago

Hi, Kerry50407 Thanks for report issue. I have check repo again, and found we did not push assets folder. We will fix it later.

You can create assets folder in project folder, and mkdir books folder inside, then put your epub file in it, the epub ui will add it in shelf automatically.

Thanks again.

Kerry50407 commented 10 years ago

Hi AnFengDe! Thank you for qiuck response.

I have tried to create assets folder and put epub file in it. But there still no any book on the bookshelf.

I didn't know much about these lines.. Are there some things I didn't notice? 11

Or I should write something to replace "Constants.CACHE_PAHT" in "bookView.setPath(Constants.CACHE_PAHT);"?

Thanks for your patience!!

AnFengDe commented 10 years ago

Hi, Kerry50407 Please pull new version for try.

Thanks for report issue.

Kerry50407 commented 10 years ago

OK~ I will try it later. Thanks!!

Kerry50407 commented 10 years ago

It works! That is a wonderful project~

Thank you for all your assistance!! :+1: