Wednesday, 15 January 2014

android - How to use Library in IntelliJ IDEA -



android - How to use Library in IntelliJ IDEA -

i want utilize viewpagerindicator current project fail @ importing library. explain in steps how utilize library? when download it, zip file.

have tried within zip?

so assume using android studio gradle build system. can import library module within project , import this

compile project(':library')

or can create build.gradle within library project , utilize upload task http://www.gradle.org/docs/current/userguide/artifact_management.html upload aar on nexus server or local maven repo http://www.gradle.org/docs/current/userguide/maven_plugin.html , import in project compile 'com.viewpagerindicator:library:version'

android android-viewpager android-library

No comments:

Post a Comment