Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove .aar file form Android Studio

I have added .aar file in Android Studio. Its creating some conflict. Now i want to remove this .aar file, but i am unable to find out any option to delete this file.

I have also searched this, but unable to find out any solution to delete .aar file

like image 506
dev90 Avatar asked Aug 30 '16 21:08

dev90


People also ask

How to remove imported library in Android Studio?

Right click the module. Select Open Module Settings. In the popup click the red minus symbol in the top right corner. That will delete the module from your project.

What are libraries in Android Studio?

Android App Development for Beginners The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features that are only available through the library APIs. Each Support Library is backward-compatible to a specific Android API level.


1 Answers

1. Open Project Structure via File -> Project Structure ,

enter image description here

2. Remove library module dependency from app(Main) module ,

enter image description here

3. Remove ARR library module,

enter image description here

4. Finally go to project file path in your harddrive Remove manually ARR library module,

like image 128
Chandrahasan Avatar answered Oct 21 '22 01:10

Chandrahasan