Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - External library folder not refresh

I removed some gradle links from build.gradle(app) but removed libraries still showing in an external library folder.

like image 268
Arun Ravichandran Avatar asked Mar 07 '23 07:03

Arun Ravichandran


1 Answers

Go To Project Structure and select the module and go to dependency section and remove the library from the list if it exists.

If that doesn't work Go to File-> Invalidate Caches / Restart.

like image 103
lib4 Avatar answered Mar 10 '23 11:03

lib4