I have developed an android application in android studio.I want to use this as my library in other projects.Is there any way to use this project as a library?
Asked
Active
Viewed 131 times
-1
-
3Here is the solution http://stackoverflow.com/questions/16588064/how-do-i-add-a-library-project-to-the-android-studio – Sreehari Mar 04 '16 at 06:31
-
1http://stackoverflow.com/a/23765263/1697047 – Sree Mar 04 '16 at 06:31
1 Answers
1
Put this code in your app's build.gradle file
apply plugin: 'YOUR LIBRARY PACKAGE NAME'

Amritha
- 778
- 9
- 12