AnFengDe / AnFengDe_EPUB

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

BookView cannot be resolved to a type #28

Open FatMatthew opened 10 years ago

FatMatthew commented 10 years ago

Dear AnFengDe,

Thank you for offering this good sdk, I have followed the tutorial on the page http://epub.anfengde.com/2012/08/09/getting-started-with-epub-sdk/

But when I want to add BookView in my Activity, it shows "BookView cannot be resolved to a type". I had imported EPUB_UI as a library already. is there anything I haven't done yet? Thank you very much!

------ update 2014/09/20------- I found that if I remove appcompat_v7 which is the library auto import when I open a new Activity, I can find the BookView. But I should use appcompat_v7, how can I solve it? Thanks!