android - Library project's dependency not built into APK -


i have following project structure:

myapp (an android application project) -- includes mylibrary  mylibrary (an android library project) --libs ----- core.jar* 

the problem core.jar not built final apk of myapp, noclassdeffounderrors, , app crashes. core.jar set exported in mylibrary, , displayed in myapp's android private libraries section, not included in apk. i'm using latest eclipse kepler, , latest adt. doing wrong?

is "mylibrary" checked on "order , export" tab under "java build path" properties options of project?

i believe maybe it.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -