Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing library to Android Studio #45

Open
mkotsollaris opened this issue Jan 22, 2015 · 1 comment
Open

Importing library to Android Studio #45

mkotsollaris opened this issue Jan 22, 2015 · 1 comment

Comments

@mkotsollaris
Copy link

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.

@WindSekirun
Copy link

You can import this project in android studio.

  1. Download this project, and extract some folder.
  2. in Android Studio, File -> import Modules
  3. choose extracted folder, rename module name, and click next.
  4. next.
  5. you can see SDK Manager error, but skip.
  6. in Project Explorer, find {module name}/build.gradle
  7. compileSdkVersion 4 buildToolsVersion "21.1.2" to compileSdkVersion 21 buildToolsVersion "21.1.2"
  8. Gradle Build
  9. find app folder (or your main module name), and Click Open Module Setting in context menu.
  10. click your main module name, and click dependencies, and click + button, and click Module Dependency.
  11. select {module name}, and apply.

complete!
(sorry to my ugly english.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants