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

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -