I am developing a library project. Right now my debugging process is something like this :
- Make some changes in library code
- build it into an aar file
- use the aar file in main app project as new library module
- then debug the code changes in lib code.
As you can see it's a long process and takes a lot of time to debug library. What is the proper way for library development using android studio?