libs - Removing an Android library -
i using library in android project. need replace new one. removed , added new 1 libs/ folder.
but eclipse keeps saying :
project missing required library:'libs/old-lib.jar'
how can ?
thanks helping
go project → build path → configure build path. under libraries tab, make sure jar not in list, otherwise remote it.
then click order & export tab, , ensure jar unchecked.
Comments
Post a Comment