-
Notifications
You must be signed in to change notification settings - Fork 841
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
Unable to build different modules #238
Comments
Those files are generated with annotation processing and should generated
whenever you press the green play button. Alternatively, you can run it
manually with Menu Build -> Rebuild
Have you changed something in the source code?because if you have an
compile error the. Annotation processing doesn't run and you get a lot of
errors like
Cannot find symbol MailsFragmentBuilder, but the real problem is another
compiler error that maybe you have overlooked in the error messages (could
be somewhere mixed somewhere in between MailsFragmentBuilder error messages)
Anyway, our CI server is able to build this project without any problems.
https://travis-ci.org/sockeqwe/mosby
Gaurav Mishra <notifications@github.com> schrieb am Mo., 17. Apr. 2017,
07:23:
… Sorry it might seem a basic mistake , but i am unable to build modules
other than sample app.
While building sample-mail or sample-mvi I get error in the generated
files:
Error:(18, 53) error: cannot find symbol class DetailsFragmentBuilder
Error:(20, 51) error: cannot find symbol class MailsFragmentBuilder
Error:(42, 70) error: cannot find symbol class MailsAdapterBinder
/home/gaurav/AndroidStudioProjects/mosby/sample-mail/src/main/java/com/hannesdorfmann/mosby3/sample/mail/mails/MailsAdapter.java
Kindly suggest
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#238>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjnrjFFrEI4dTZIpfC5IIb1iWrcZaeYks5rwvdsgaJpZM4M-4ao>
.
|
Well the error was in building module sample-mail only. Below is the stack trace `Caused by: java.lang.NoSuchFieldError: MAP
|
I encountered this as well. Got stuck for a while because my mind processed the stacktrace as the same and I stopped reading.. Just happens that the most valuable info is stated in the code block right after the stacktace:
|
Sorry it might seem a basic mistake , but i am unable to build modules other than sample app.
While building sample-mail or sample-mvi I get error in the generated files:
Error:(18, 53) error: cannot find symbol class DetailsFragmentBuilder
Error:(20, 51) error: cannot find symbol class MailsFragmentBuilder
Error:(42, 70) error: cannot find symbol class MailsAdapterBinder
/home/gaurav/AndroidStudioProjects/mosby/sample-mail/src/main/java/com/hannesdorfmann/mosby3/sample/mail/mails/MailsAdapter.java
Kindly suggest
The text was updated successfully, but these errors were encountered: