twotoasters / hoot

A powerful, flexible, lightweight Android library for dealing with RESTful endpoints.
Apache License 2.0
26 stars 10 forks source link

Hoot doesn't generate R.txt #12

Closed fmedlin closed 11 years ago

fmedlin commented 11 years ago

Since Hoot has no resources, it doesn't generate R. This is a problem when testing with Robolectric. Robolectric will throw a class not found exception on com.twotoasters.hoot.R.

It's a known Android issue, but it would be nice for Hoot to help workaround this.