How do I add a library project to the Android Studio?

How do I add a library project to the Android Studio?


If you face the following error:
Error: The SDK Build Tools revision (xx.x.x) is too low. Minimum required is yy.y.y
Just open the build.gradle file in actionbarsherlock directory and update the buildToolsVersionto the suggested one.
android {
compileSdkVersion
19
buildToolsVersion
'yy.y.y'
Android Studio 0.8.2

File > Project Structure
First
Module > Import Module
Second
After importing the library module, select your project module and add dependency:
Third
And then select the imported module:
Forth
How do I add a library project to the Android Studio? How do I add a library project to the Android Studio? Reviewed by Anonymous on January 15, 2016 Rating: 5

No comments:

Java Ternary Operator

Java Ternary Operator Java ternary operator is the only conditional operator that takes three operands. Java ternary operator is a one l...

Powered by Blogger.