How to use Library in IntelliJ IDEA

Daniel Storch

I want to use this viewpagerindicator for my current project but fail at importing the library. Could someone explain in steps how to use this library? When i download it, it is an ZIP file.

andrei

Have you tried to look inside the zip?

So I assume you are using Android studio with the gradle build system. You can import the library as a module inside your project and than import it like this

compile project(':library')

Or you can create a build.gradle inside the library project and use an upload task http://www.gradle.org/docs/current/userguide/artifact_management.html to upload an aar on a nexus server or to your local maven repo http://www.gradle.org/docs/current/userguide/maven_plugin.html and than import it in your project compile 'com.viewpagerindicator:library:version'

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to add ScalaScriptEngine library in IntelliJ Idea

分類Dev

IntelliJ IDEA not recognizing JavaFX library

分類Dev

How to uninstall Plugins in IntelliJ IDEA?

分類Dev

How to "abort" merge in IntelliJ Idea

分類Dev

Navigating to android support library source from IntelliJ IDEA

分類Dev

How to configure Javac plugin in IntelliJ IDEA

分類Dev

how to switch to the other git account in Intellij Idea

分類Dev

how to switch to the other git account in Intellij Idea

分類Dev

How to set javadoc of external libraries in IntelliJ Idea?

分類Dev

How to install Intellij IDEA 15 on Ubuntu 15.10

分類Dev

How to use Library as a variable

分類Dev

How to use this library called bezierjs?

分類Dev

How to use ImageLoader of Volley Library?

分類Dev

How to set up logging level for Spark application in IntelliJ IDEA?

分類Dev

How to add default imports for generated unit tests in IntelliJ Idea

分類Dev

How to delete SQL Consoles from Intellij IDEA Database plugin?

分類Dev

How to create a custom Kotlin Inspection for Intellij Idea programmatically

分類Dev

How to update list of remote branches using IntelliJ IDEA?

分類Dev

How to run Intellij IDEA from terminal in detached mode

分類Dev

How can I see the actual commands (java) running in Intellij Idea?

分類Dev

How to add new SBT shell tab in IntelliJ IDEA?

分類Dev

How to disable orientation change in AIR SDK for Android using Intellij IDEA

分類Dev

how to import IntelliJ Idea Android Project To codename one

分類Dev

How in the IntelliJ IDEA to hide path of module in the left sidebar (project structure)?

分類Dev

How to go to the merge menu if I already close it once in intellij idea?

分類Dev

IntelliJ IDEA + AspectJの

分類Dev

IntelliJ IDEA Hibernate

分類Dev

Intellij IDEA + FTP?

分類Dev

Setting scalacOptions for IntelliJ IDEA

Related 関連記事

  1. 1

    How to add ScalaScriptEngine library in IntelliJ Idea

  2. 2

    IntelliJ IDEA not recognizing JavaFX library

  3. 3

    How to uninstall Plugins in IntelliJ IDEA?

  4. 4

    How to "abort" merge in IntelliJ Idea

  5. 5

    Navigating to android support library source from IntelliJ IDEA

  6. 6

    How to configure Javac plugin in IntelliJ IDEA

  7. 7

    how to switch to the other git account in Intellij Idea

  8. 8

    how to switch to the other git account in Intellij Idea

  9. 9

    How to set javadoc of external libraries in IntelliJ Idea?

  10. 10

    How to install Intellij IDEA 15 on Ubuntu 15.10

  11. 11

    How to use Library as a variable

  12. 12

    How to use this library called bezierjs?

  13. 13

    How to use ImageLoader of Volley Library?

  14. 14

    How to set up logging level for Spark application in IntelliJ IDEA?

  15. 15

    How to add default imports for generated unit tests in IntelliJ Idea

  16. 16

    How to delete SQL Consoles from Intellij IDEA Database plugin?

  17. 17

    How to create a custom Kotlin Inspection for Intellij Idea programmatically

  18. 18

    How to update list of remote branches using IntelliJ IDEA?

  19. 19

    How to run Intellij IDEA from terminal in detached mode

  20. 20

    How can I see the actual commands (java) running in Intellij Idea?

  21. 21

    How to add new SBT shell tab in IntelliJ IDEA?

  22. 22

    How to disable orientation change in AIR SDK for Android using Intellij IDEA

  23. 23

    how to import IntelliJ Idea Android Project To codename one

  24. 24

    How in the IntelliJ IDEA to hide path of module in the left sidebar (project structure)?

  25. 25

    How to go to the merge menu if I already close it once in intellij idea?

  26. 26

    IntelliJ IDEA + AspectJの

  27. 27

    IntelliJ IDEA Hibernate

  28. 28

    Intellij IDEA + FTP?

  29. 29

    Setting scalacOptions for IntelliJ IDEA

ホットタグ

アーカイブ