I would like to fully remove all the links to an external library in my project. How can I do that ?
What I did:
The library (.jar) is still visible in my project above the assets folder and I don't manage to remove it. Below how it looks (cannot be remove by right click and delete (gray)):
Any help would be appreciated !
Right click on project folder => Properties => Android => remove the library in the right panek.
Select any Linked Library or BIMcloud Library from the Library Manager. (File > Libraries and Objects > Library Manager). Click the Remove icon to remove the library.
Use F4 and go to Libraries, click the library and note the location of the source jar. The library can be deleted by right-clicking and "delete".
Go to File -> Project Structure -> Dependencies -> Select library/module -> click minus(-) -> Confirm selection from alert. If the above solution does not work then try this: firstly remove the library from your build. gradle file and then delete it from the project structure.
Maybe You have to go:
right click on your project:
properties > select "Android"
Under "Library", remove the library you want.
It maybe some libraries include other libraries so you couldn't remove it from where you have tried.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With