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!
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!