'is it possible to convert aar file to android studio project?

Currently I have an aar file and need to edit the structure and functions in it. I need to convert it to a project in order for you to edit it. Is there any way to do that?



Solution 1:[1]

I don't think that you can just interchange between .aar-file and Android Studio project.

However, you can access a lot of the project of your .aar-file as shown in the answers to this question.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 halfer