How to share code across projects using Android Studio

1. Create a Test application project : MyTestApplication

2. Add a module under MyTestApplication : MyLibrary 






3. Close Android Studio.
4. Go to folder location for MyTestApplication.
5. Locate MyLibrary directory.
6. Move MyLibrary directory to desired location. I'm using one level above to store my library.
7. Make a symlink to the library. 

8. Open Android Studio. 

9.

No comments:

Post a Comment

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .