java - Problem with linking to other project in Android Eclipse environment -
i developing android application eclipse project uses classes eclipse android project have. when imported (new project > android project > existing source
), had bunch of errors, when did project > properties > java build path
, went projects tab , added other project, errors went away. unfortunately, when ran application, got following error in ddms:
java.lang.noclassdeffounderror: [package name].config [stack trace]
is there i'm supposed add manifest telling @ other package? if so, added?
thanks in advance
found answer. turns out if add compiled class files jar file using eclipse's export command , link external jars in java build path, works without having change android manifest @ all.
Comments
Post a Comment