-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unresolved reference: DaggerAppComponent #3
Comments
Hello Zdeněk, The project should be buildable. Did you try construction the
project from the terminal?
/.gradlew clean build
…On Thu, Oct 19, 2017 at 3:38 PM, Zdeněk Balák ***@***.***> wrote:
Hi, I am pretty new to android and I wanted to include dependecy injection
in our projects, so I ended up trying dagger. My problem is I am not able
to run any tutorials I found online. This one looks simple enough, but I
was not able to build it.
I keep getting Unresolved reference: DaggerAppComponent even though I did
not change a single line of code.
How do I force dagger to generate classes like it is supposed to do?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAe-dps5DUDrLkdTNYLnCHJfxWVD6xk6ks5stxiogaJpZM4P-9Rz>
.
|
$ ./gradlew clean build
e: C:\Users\balak\AndroidStudioProjects\volley-examples\app\src\main\java\com\droidtitan\volley\App.kt: (6, 33): Unresolved reference: DaggerAppComponent FAILURE: Build failed with an exception.
BUILD FAILED in 20s |
Hi, I am pretty new to android and I wanted to include dependecy injection in our projects, so I ended up trying dagger. My problem is I am not able to run any tutorials I found online. This one looks simple enough, but I was not able to build it.
I keep getting Unresolved reference: DaggerAppComponent even though I did not change a single line of code.
How do I force dagger to generate classes like it is supposed to do?
The text was updated successfully, but these errors were encountered: