Android Studio 0.8.2 : How to add local Project Library? -


I'm an Android app developer and converting myself from Eclipse to Android studio.

Now I have difficulty connecting a Library Project to another project.

What I can do in Eclipse is very clear: 1. Library Project in Project B (Right click-> Properties-> Android-> Library 2.) Project A (right click-> gt ;-> Android-> gt; Android & gt; Add ...- & gt; Project B & gt; OK

in this library but How can I execute this kind of behavior in AS? I read the article

and projected as A's library Create a B in the Project B with A module BAP, how do I add B / BAP to Library Project A?


I have a project from Project A I would not want to copy B's files, I would also use Library Project A in many of my other projects. I do not think it is a good idea to make every project a hard copy,

Appreciation for the help!

Structure and add the library as a new module. Click on the + icon to select it and select Import existing project, once the module is imported, go to the Dependency tab, click the + icon and select the module dependency and click on your library.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -