Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Studio can't "find" generated sources (red text), but compiles/builds fine #37

Open
erawhctim opened this issue Nov 27, 2018 · 2 comments

Comments

@erawhctim
Copy link

Not sure if this is related to my own project setup or the library, but it seems like building/compiling works fine, *Fields classes get generated properly and my code can reference them, but Android Studio can't seem to find the generated sources and every reference to one of the *Fields classes is red.

It looks like this library is generating the source files in the same location as other kapt-generating libraries (Dagger, for instance), and those references are easily found by Android Studio. Not sure where the disconnect is here, if anyone has ideas I'd love to hear them :)

@keriackus
Copy link

@erawhctim did you manage to fix this one?

@erawhctim
Copy link
Author

@keriackus Nope - still an annoyance (though functionally the library works and builds fine in my project). It's just not annoying enough of an issue for me to dig in and figure out where/how to fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants