lucasr / twoway-view

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

Unsupported Service: accessibility #162

Open inaa opened 9 years ago

inaa commented 9 years ago

When adding your library to project in Eclipse I get a UnsupportedOperationException: Unsupported Service: accessibility...help?

thx

ppamorim commented 9 years ago

I recommend you use the Android Studio.

inaa commented 9 years ago

so that's the only option?

ppamorim commented 9 years ago

I recommend you do this. If not, copy the CORE and LAYOUT directory to inside your application. Will work.

inaa commented 9 years ago

I can not use Android Studio because I am participating with other developers on a complex eclipse build app. So I already tried to add this library via copying contents of core and layout into new eclipse project. Everything compiles fine, but when i try to use it in xml, I get unsupported Service: accessibility error.