timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

Library in JAR format? #26

Closed MarcoLizza closed 10 years ago

MarcoLizza commented 10 years ago

Hi, have you considered providing the library in JAR format, too?

I'm still developing using Eclipse and I would like not to include your source file (and resources) in the app-codebase itself...

timroes commented 10 years ago

I am sorry, I won't. Please also see here: https://github.com/timroes/EnhancedListView/issues/22#issuecomment-31536040

MarcoLizza commented 10 years ago

Thanks, didn't noticed the other issue.

devilmac commented 10 years ago

Hi timroes,

I was able to add your library in my Eclipse project by doing the following:

When the process is finished, inside the library folder there were these three files:

In other words, the command above has "translated" the gradle project into an Eclipse project.

Done that, I have imported the project into my Eclipse workspace, made changes to get a valid project without any error, set it to be an Android library and added it to my application as usual in Eclipse.

I hope this will help.