twoway-view
twoway-view copied to clipboard
Usint two way view in eclipse.
When i download and add the project in Eclipse. I get 3 projects to add
- Core>Src>Main>
- Layouts>Src>Main>
- 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
Don't use Eclipse. Use Android Studio. For each question like this, my answer will always be the same.
WHY?
- Avoid dependencies project on your project.
- Easy to update these dependencies.
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..