java - How do I add a Github library to my Android Project as a JAR in Eclipse? -
java - How do I add a Github library to my Android Project as a JAR in Eclipse? -
i'm trying add together https://github.com/astuetz/pagerslidingtabstrip project. looking @ it, notice has files in res
, depends on own r.java
file. when create jar go on errors because dependencies aren't there. i'm not sure how work.
i maintain getting errors
import android.support cannot resolved
, else too. tried referencing different answers on stackoverflow none of them yielded working solution.
the resources won't packaged jar file. google working on new packaging scheme called aar supported android studio.
in order utilize third-party library in own project, should clone local repo. can import straight eclipse workspace , add together eclipse project classpath of app's project.
java android eclipse jar
Comments
Post a Comment