DevsmartLib-Android
DevsmartLib-Android copied to clipboard
Importing library to Android Studio
Hi, can somebody provide steps to import the library to Android Studio? I have tried using VCS->Github feature but unfortunately haven't achieved anything.
You can import this project in android studio.
- Download this project, and extract some folder.
- in Android Studio, File -> import Modules
- choose extracted folder, rename module name, and click next.
- next.
- you can see SDK Manager error, but skip.
- in Project Explorer, find {module name}/build.gradle
- compileSdkVersion 4 buildToolsVersion "21.1.2" to compileSdkVersion 21 buildToolsVersion "21.1.2"
- Gradle Build
- find app folder (or your main module name), and Click Open Module Setting in context menu.
- click your main module name, and click dependencies, and click + button, and click Module Dependency.
- select {module name}, and apply.
complete! (sorry to my ugly english.)