Wednesday, 13 May 2015

How to add project as library in Android Studio


  1. Open your project in Android Studio.
  2. Go to File > Import Module and import the library as a module.
  3. Go to File > Project Structure > Modules.
  4. Locate your main project module, click on it. It should have a few android libraries such as support-v4 etc.
  5. Go to Dependency tab Click on the more on the green "+" button > Module dependency.
  6. Select imported Module.

No comments:

Post a Comment