Sunday, 15 August 2010

android studio - <library-name>.aar file not generating gradle -


I have a library in my project, I want to use that library's file in the project. Before updating the studio to 1.10 and Gradeul was working fine till 1.0.0 An ar file name was being created with libname.aar.also libname-release.aar, libname-debug.aar. Now libname.aar is not being created in the AR folder. Now libname-release.aar, libname-debug.aar is only generating. How to solve it?


No comments:

Post a Comment