top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How do I add a library project to Android Studio?

0 votes
297 views
How do I add a library project to Android Studio?
posted Jul 14, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+3 votes

try this path to add any library
first go to app folder -> Open Module settings -> go to the dependencies tab -> Click on the '+' button -> click on Module Dependency or if you know the library name just add it to dependencies as

dependencies {
    compile 'com.android.support:appcompat-v7:22.1.0' // your project library name
}
answer Jul 14, 2016 by Shivam Kumar Pandey
Similar Questions
0 votes

I have to create a library that I am going to export to the client in a jar file. Is there any way to create a jar with the resources in it?

+1 vote

I've a library project that i need to add in another project as maven dependency. Please help!

0 votes

In an app there is a floating icon of download. I just want, when I open that page icon should come in screen with bouncing effect. App supporting api version > 8.

Please help.

+1 vote

I want to connect my android studio with git and installed git separately and when I enable version control. There is an error
"Cannot run program "git.exe" The system cannot find the file specified" searched in C drive programs files and X86 too but didn't get git.exe location.

...