lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Usint two way view in eclipse. #217

Open duldul1989 opened 9 years ago

duldul1989 commented 9 years ago

When i download and add the project in Eclipse. I get 3 projects to add

  1. Core>Src>Main>
  2. Layouts>Src>Main>
  3. Sample>Ser>MainActivity

I get that the actual library is in the 'Core' and 'layouts' folders

Now when i import these to eclipse and add the two folders i don't find any thing under the 'src' folder but in the 'java' folder and as a result i keep getting an error thet the TwoWayView class was not found.

Can you kindly explain how can i add the project in eclipse

PS: Iv been using TwoWayView since about 7-8 months now and i had downloaded the previous build from the dropbox link and that worked perfectly. Id be more than happy if someone can send em a link like that :D

ppamorim commented 9 years ago

Don't use Eclipse. Use Android Studio. For each question like this, my answer will always be the same.

WHY?

duldul1989 commented 9 years ago

I have a big project migrating things to android studio breaks more things than it fixes...Having said that i do eventually plan to move my project to it..