我的库 jar 文件在 Eclipse 中无法运行,但在 Net-Beans 中运行良好,我很累,但它显示
07-05 17:34:09.064: E/AndroidRuntime(560): java.lang.NoClassDefFoundError: fi.joensuu.joyds1.calendar.IslamicCalendar
任何建议都可以接受
From Android Latest Version of sdk
we must place external jar files
in a folder called libs
.
Good luck
EDIT
You will need to add the library to your build path. You can do this by right clicking it in Package Explorer and selecting add to build path, or by editing the build settings manually.