AnFengDe / AnFengDe_EPUB

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

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.anfengde.epub.ui.BookView" #8

Closed kuvark closed 11 years ago

kuvark commented 11 years ago

When i run the ui sample, all the time after splash screen it closes.

AnFengDe commented 11 years ago

Hi, Thanks! We had noticed this bug. And it was cause by the updating of eclipse. And we had updated our project, you can download it. If the bug happens again, you can fixed it like this:

  1. in the eclipse, right on the EPUB_UI project --> click Properties -->click Java Build Path -->click Order and Export, and then select Android Private Libraries.
  2. right on the CallEPubUI project--> click Properties -->click Java Build Path -->click Order and Export, and then select Android Private Libraries.
  3. clean the projects.

screen shot 2013-06-12 at 5 03 24 pm

lequysang commented 11 years ago

Thanks!