pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 695 forks source link

How to build this library for a jar? #75

Open qq280948982 opened 12 years ago

qq280948982 commented 12 years ago

I saw the ReadMe wrote: "If you rather want a jar file instead of a including the project as an android library, run ant jar in the android-viewflow/viewflow folder, to build a jar file." I had try the step, but it build a empty jar for me, can anybody help me?


update: I use Eclipse to build a jar, and import in other project, but it throws an InflateException, Caused by: java.lang.NoClassDefFoundError: org.taptwo.android.widget.viewflow.R$styleable, but I had already copy the attrs.xml from source code to my project, is threre some thing I have mistake?