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'

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to add and use a jar library in IntelliJ IDEA?

From Dev

How to install apache commons library for IntelliJ IDEA?

From Dev

How to add ScalaScriptEngine library in IntelliJ Idea

From Dev

How to use a "custom jar" in IntelliJ IDEA?

From Dev

How to use custom sbt version in Intellij Idea?

From Dev

How to use IntelliJ IDEA for Eclipse plugin development?

From Dev

How to use Processing 3 on IntelliJ IDEA?

From Dev

How to set the java.library.path in intelliJ Idea

From Dev

How to create .jar library from class in Intellij IDEA

From Dev

How do I add a Maven library to IntelliJ IDEA project?

From Dev

How to add a Jar file to external library on IntelliJ IDEA

From Dev

Importing JSON library into IntelliJ IDEA

From Dev

IntelliJ IDEA add library to Tomcat

From Dev

How to make IntelliJ IDEA use javac for Java and scalac for Scala?

From Dev

How to use an existing Gradle project in IntelliJ IDEA 13/14

From Dev

How to use the extension point of other plugin? (Intellij Idea)

From Dev

How to force Intellij IDEA to use only one gradle daemon?

From Dev

How do I use classes from another project in IntelliJ IDEA?

From Dev

How do I use git worktrees in IntelliJ IDEA 2016.1?

From Dev

How to use groovy style in IntelliJ IDEA 2016 Watches?

From Dev

how to use android.support.v7 in intellij idea

From Dev

How to use script to build IntelliJ Idea project to a jar

From Dev

How to make gradle build use jdk 1.6 in IntelliJ IDEA

From Dev

How to use ctrl + click to show super or implementation methods in Intellij Idea?

From Dev

How to rebase in IntelliJ IDEA

From Dev

Creating Java library file with IntelliJ IDEA

From Dev

Adding external library to artifact jar in IntelliJ IDEA

From Dev

Play: Managing library dependencies within IntelliJ IDEA

From Dev

Debugging the code of an external library in Intellij Idea

Related Related

  1. 1

    How to add and use a jar library in IntelliJ IDEA?

  2. 2

    How to install apache commons library for IntelliJ IDEA?

  3. 3

    How to add ScalaScriptEngine library in IntelliJ Idea

  4. 4

    How to use a "custom jar" in IntelliJ IDEA?

  5. 5

    How to use custom sbt version in Intellij Idea?

  6. 6

    How to use IntelliJ IDEA for Eclipse plugin development?

  7. 7

    How to use Processing 3 on IntelliJ IDEA?

  8. 8

    How to set the java.library.path in intelliJ Idea

  9. 9

    How to create .jar library from class in Intellij IDEA

  10. 10

    How do I add a Maven library to IntelliJ IDEA project?

  11. 11

    How to add a Jar file to external library on IntelliJ IDEA

  12. 12

    Importing JSON library into IntelliJ IDEA

  13. 13

    IntelliJ IDEA add library to Tomcat

  14. 14

    How to make IntelliJ IDEA use javac for Java and scalac for Scala?

  15. 15

    How to use an existing Gradle project in IntelliJ IDEA 13/14

  16. 16

    How to use the extension point of other plugin? (Intellij Idea)

  17. 17

    How to force Intellij IDEA to use only one gradle daemon?

  18. 18

    How do I use classes from another project in IntelliJ IDEA?

  19. 19

    How do I use git worktrees in IntelliJ IDEA 2016.1?

  20. 20

    How to use groovy style in IntelliJ IDEA 2016 Watches?

  21. 21

    how to use android.support.v7 in intellij idea

  22. 22

    How to use script to build IntelliJ Idea project to a jar

  23. 23

    How to make gradle build use jdk 1.6 in IntelliJ IDEA

  24. 24

    How to use ctrl + click to show super or implementation methods in Intellij Idea?

  25. 25

    How to rebase in IntelliJ IDEA

  26. 26

    Creating Java library file with IntelliJ IDEA

  27. 27

    Adding external library to artifact jar in IntelliJ IDEA

  28. 28

    Play: Managing library dependencies within IntelliJ IDEA

  29. 29

    Debugging the code of an external library in Intellij Idea

HotTag

Archive